Package | Description |
---|---|
org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
org.bukkit.generator |
Classes to facilitate
world generation
implementation. |
org.bukkit.plugin |
Classes specifically relating to loading software modules at runtime.
|
org.bukkit.plugin.java |
Classes for handling
plugins written in
java. |
Modifier and Type | Method and Description |
---|---|
BiomeProvider |
WorldCreator.biomeProvider()
Gets the biome provider that will be used to create or load the world.
|
BiomeProvider |
World.getBiomeProvider()
Gets the biome provider for this world
|
static BiomeProvider |
WorldCreator.getBiomeProviderForName(String world,
String name,
CommandSender output)
Attempts to get the
BiomeProvider with the given name. |
Modifier and Type | Method and Description |
---|---|
WorldCreator |
WorldCreator.biomeProvider(BiomeProvider biomeProvider)
Sets the biome provider that will be used to create or load the world.
|
Modifier and Type | Method and Description |
---|---|
BiomeProvider |
ChunkGenerator.getDefaultBiomeProvider(WorldInfo worldInfo)
Gets called when no
BiomeProvider is set in
WorldCreator or via the server configuration files. |
Modifier and Type | Method and Description |
---|---|
BiomeProvider |
Plugin.getDefaultBiomeProvider(String worldName,
String id)
Gets a
BiomeProvider for use in a default world, as specified
in the server configuration |
Modifier and Type | Method and Description |
---|---|
BiomeProvider |
JavaPlugin.getDefaultBiomeProvider(String worldName,
String id) |
Copyright © 2022. All rights reserved.