Uses of Class
org.bukkit.generator.BlockPopulator
Packages that use BlockPopulator
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes to facilitate 
world generation
 implementation.- 
Uses of BlockPopulator in org.bukkit
Methods in org.bukkit that return types with arguments of type BlockPopulatorModifier and TypeMethodDescription@NotNull List<BlockPopulator> World.getPopulators()Gets a list of all appliedBlockPopulators for this World - 
Uses of BlockPopulator in org.bukkit.generator
Methods in org.bukkit.generator that return types with arguments of type BlockPopulatorModifier and TypeMethodDescription@NotNull List<BlockPopulator> ChunkGenerator.getDefaultPopulators(@NotNull World world) Gets a list of defaultBlockPopulators to apply to a given world