public class TaigaPopulator extends BiomePopulator
| Modifier and Type | Field and Description |
|---|---|
protected MushroomDecorator |
taigaBrownMushroomDecorator |
protected MushroomDecorator |
taigaRedMushroomDecorator |
brownMushroomDecorator, cactusDecorator, clayPatchDecorator, deadBushDecorator, desertWellDecorator, doublePlantDecorator, dungeonPopulator, entityDecorators, flowerDecorator, flowingLavaDecorator, flowingWaterDecorator, gravelPatchDecorator, lavaLakeDecorator, orePopulator, pumpkinDecorator, redMushroomDecorator, sandPatchDecorator, sugarCaneDecorator, surfaceCaveDecorator, tallGrassDecorator, treeDecorator, waterLakeDecorator| Constructor and Description |
|---|
TaigaPopulator()
Creates a populator specialized for Taiga, Taiga Hills and Taiga M, and their Cold variants.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<org.bukkit.block.Biome> |
getBiomes() |
void |
populateOnGround(org.bukkit.World world,
Random random,
org.bukkit.Chunk chunk) |
populate, populateInGroundprotected final MushroomDecorator taigaBrownMushroomDecorator
protected final MushroomDecorator taigaRedMushroomDecorator
public TaigaPopulator()
public Collection<org.bukkit.block.Biome> getBiomes()
getBiomes in class BiomePopulatorpublic void populateOnGround(org.bukkit.World world,
Random random,
org.bukkit.Chunk chunk)
populateOnGround in class BiomePopulatorCopyright © 2021. All rights reserved.