Package | Description |
---|---|
org.bukkit |
More generalized classes in the API.
|
org.bukkit.generator |
Classes to facilitate
world generation
implementation. |
Modifier and Type | Method | Description |
---|---|---|
List<BlockPopulator> |
World.getPopulators() |
Gets a list of all applied
BlockPopulator s for this World |
Modifier and Type | Method | Description |
---|---|---|
List<BlockPopulator> |
ChunkGenerator.getDefaultPopulators(World world) |
Gets a list of default
BlockPopulator s to apply to a given
world |
Copyright © 2019. All rights reserved.