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.bukkitMethods in org.bukkit that return types with arguments of type BlockPopulatorModifier and TypeMethodDescriptionWorld.getPopulators()Gets a list of all appliedBlockPopulators for this World
- 
Uses of BlockPopulator in org.bukkit.generatorMethods in org.bukkit.generator that return types with arguments of type BlockPopulatorModifier and TypeMethodDescriptionChunkGenerator.getDefaultPopulators(@NotNull World world) Gets a list of defaultBlockPopulators to apply to a given world