Class FlowerForestPopulator
java.lang.Object
org.bukkit.generator.BlockPopulator
net.glowstone.generator.populators.overworld.BiomePopulator
net.glowstone.generator.populators.overworld.ForestPopulator
net.glowstone.generator.populators.overworld.FlowerForestPopulator
-
Field Summary
Fields inherited from class net.glowstone.generator.populators.overworld.ForestPopulator
doublePlantLoweringAmount
Fields inherited from class net.glowstone.generator.populators.overworld.BiomePopulator
brownMushroomDecorator, cactusDecorator, clayPatchDecorator, deadBushDecorator, desertWellDecorator, doublePlantDecorator, dungeonPopulator, entityDecorators, flowerDecorator, flowingLavaDecorator, flowingWaterDecorator, gravelPatchDecorator, lavaLakeDecorator, orePopulator, pumpkinDecorator, redMushroomDecorator, sandPatchDecorator, sugarCaneDecorator, surfaceCaveDecorator, tallGrassDecorator, treeDecorator, waterLakeDecorator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCollection<org.bukkit.block.Biome>
void
populateOnGround
(org.bukkit.World world, Random random, org.bukkit.Chunk chunk) Methods inherited from class net.glowstone.generator.populators.overworld.BiomePopulator
populate, populateInGround
-
Field Details
-
FLOWERS
-
-
Constructor Details
-
FlowerForestPopulator
public FlowerForestPopulator()Creates a populator for flower forests.
-
-
Method Details
-
getBiomes
- Overrides:
getBiomes
in classForestPopulator
-
populateOnGround
- Overrides:
populateOnGround
in classForestPopulator
-