Uses of Class
org.bukkit.generator.BlockPopulator
Package | Description |
---|---|
org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
org.bukkit.generator |
Classes to facilitate
world generation
implementation. |
-
Uses of BlockPopulator in org.bukkit
Methods in org.bukkit that return types with arguments of type BlockPopulator Modifier and Type Method Description List<BlockPopulator>
World. getPopulators()
Gets a list of all appliedBlockPopulator
s for this World -
Uses of BlockPopulator in org.bukkit.generator
Methods in org.bukkit.generator that return types with arguments of type BlockPopulator Modifier and Type Method Description List<BlockPopulator>
ChunkGenerator. getDefaultPopulators(World world)
Gets a list of defaultBlockPopulator
s to apply to a given world