Uses of Class
org.bukkit.generator.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
Modifier and TypeMethodDescriptionWorld.getPopulators()
Gets a list of all appliedBlockPopulator
s for this World -
Uses of BlockPopulator in org.bukkit.generator
Modifier and TypeMethodDescriptionChunkGenerator.getDefaultPopulators
(@NotNull World world) Gets a list of defaultBlockPopulator
s to apply to a given world