Class ForestPopulator
java.lang.Object
org.bukkit.generator.BlockPopulator
net.glowstone.generator.populators.overworld.BiomePopulator
net.glowstone.generator.populators.overworld.ForestPopulator
- Direct Known Subclasses:
BirchForestPopulator
,DarkForestPopulator
,FlowerForestPopulator
-
Field Summary
FieldsFields 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
ConstructorsConstructorDescriptionCreates a populator adapted for a basic forest (oaks and birches). -
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
-
doublePlantLoweringAmount
protected int doublePlantLoweringAmount
-
-
Constructor Details
-
ForestPopulator
public ForestPopulator()Creates a populator adapted for a basic forest (oaks and birches).
-
-
Method Details
-
getBiomes
- Overrides:
getBiomes
in classBiomePopulator
-
populateOnGround
- Overrides:
populateOnGround
in classBiomePopulator
-