public class FlowerForestPopulator extends ForestPopulator
| Modifier and Type | Field and Description |
|---|---|
static FlowerType[] |
FLOWERS |
doublePlantLoweringAmountbrownMushroomDecorator, cactusDecorator, clayPatchDecorator, deadBushDecorator, desertWellDecorator, doublePlantDecorator, dungeonPopulator, entityDecorators, flowerDecorator, flowingLavaDecorator, flowingWaterDecorator, gravelPatchDecorator, lavaLakeDecorator, orePopulator, pumpkinDecorator, redMushroomDecorator, sandPatchDecorator, sugarCaneDecorator, surfaceCaveDecorator, tallGrassDecorator, treeDecorator, waterLakeDecorator| Constructor and Description |
|---|
FlowerForestPopulator()
Creates a populator for flower forests.
|
| 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, populateInGroundpublic static final FlowerType[] FLOWERS
public FlowerForestPopulator()
public Collection<org.bukkit.block.Biome> getBiomes()
getBiomes in class ForestPopulatorpublic void populateOnGround(org.bukkit.World world,
Random random,
org.bukkit.Chunk chunk)
populateOnGround in class ForestPopulatorCopyright © 2021. All rights reserved.