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 MushroomDecorator
protected final CactusDecorator
protected final UnderwaterDecorator
protected final DeadBushDecorator
protected final DesertWellDecorator
protected final DoublePlantDecorator
protected final DungeonPopulator
protected final List<EntityDecorator>
protected final FlowerDecorator
protected final FlowingLiquidDecorator
protected final FlowingLiquidDecorator
protected final UnderwaterDecorator
protected final LakeDecorator
protected final OrePopulator
protected final PumpkinDecorator
protected final MushroomDecorator
protected final UnderwaterDecorator
protected final SugarCaneDecorator
protected final SurfaceCaveDecorator
protected final TallGrassDecorator
protected final TreeDecorator
protected 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>
void
protected void
populateInGround
(org.bukkit.World world, Random random, org.bukkit.Chunk chunk) protected void
populateOnGround
(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:
populate
in classorg.bukkit.generator.BlockPopulator
-
populateInGround
-
populateOnGround
-