Class JunglePopulator
java.lang.Object
org.bukkit.generator.BlockPopulator
net.glowstone.generator.populators.overworld.BiomePopulator
net.glowstone.generator.populators.overworld.JunglePopulator
- Direct Known Subclasses:
JungleEdgePopulator
-
Field Summary
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
Constructors -
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
-
Constructor Details
-
JunglePopulator
public JunglePopulator()Creates a populator specialized for jungles.
-
-
Method Details
-
getBiomes
- Overrides:
getBiomes
in classBiomePopulator
-
populateOnGround
- Overrides:
populateOnGround
in classBiomePopulator
-