Class BiomePopulator
java.lang.Object
org.bukkit.generator.BlockPopulator
net.glowstone.generator.populators.overworld.BiomePopulator
- Direct Known Subclasses:
BadlandsPopulator,DesertPopulator,ForestPopulator,JunglePopulator,MountainsPopulator,MushroomFieldsPopulator,OceanPopulator,PlainsPopulator,SavannaPopulator,SnowyTundraPopulator,SwampPopulator,TaigaPopulator
public class BiomePopulator
extends org.bukkit.generator.BlockPopulator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final MushroomDecoratorprotected final CactusDecoratorprotected final UnderwaterDecoratorprotected final DeadBushDecoratorprotected final DesertWellDecoratorprotected final DoublePlantDecoratorprotected final DungeonPopulatorprotected final List<EntityDecorator>protected final FlowerDecoratorprotected final FlowingLiquidDecoratorprotected final FlowingLiquidDecoratorprotected final UnderwaterDecoratorprotected final LakeDecoratorprotected final OrePopulatorprotected final PumpkinDecoratorprotected final MushroomDecoratorprotected final UnderwaterDecoratorprotected final SugarCaneDecoratorprotected final SurfaceCaveDecoratorprotected final TallGrassDecoratorprotected final TreeDecoratorprotected final LakeDecorator -
Constructor Summary
ConstructorsConstructorDescriptionBiomePopulator(org.bukkit.block.Biome... biome) Creates a populator for lakes; dungeons; caves; ores; sand, gravel and clay patches; desert wells; and vegetation. -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.bukkit.block.Biome>voidprotected voidpopulateInGround(org.bukkit.World world, Random random, org.bukkit.Chunk chunk) protected voidpopulateOnGround(org.bukkit.World world, Random random, org.bukkit.Chunk chunk)
-
Field Details
-
waterLakeDecorator
-
lavaLakeDecorator
-
dungeonPopulator
-
orePopulator
-
sandPatchDecorator
-
clayPatchDecorator
-
gravelPatchDecorator
-
doublePlantDecorator
-
treeDecorator
-
desertWellDecorator
-
flowerDecorator
-
tallGrassDecorator
-
deadBushDecorator
-
brownMushroomDecorator
-
redMushroomDecorator
-
sugarCaneDecorator
-
pumpkinDecorator
-
cactusDecorator
-
flowingWaterDecorator
-
flowingLavaDecorator
-
surfaceCaveDecorator
-
entityDecorators
-
-
Constructor Details
-
BiomePopulator
public BiomePopulator(org.bukkit.block.Biome... biome) Creates a populator for lakes; dungeons; caves; ores; sand, gravel and clay patches; desert wells; and vegetation.- Parameters:
biome- ignored
-
-
Method Details
-
getBiomes
-
populate
- Specified by:
populatein classorg.bukkit.generator.BlockPopulator
-
populateInGround
-
populateOnGround
-