Package | Description |
---|---|
org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
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 | Description |
---|---|---|
@Nullable ChunkGenerator |
WorldCreator.generator() |
Gets the generator that will be used to create or load the world.
|
@Nullable ChunkGenerator |
World.getGenerator() |
Gets the chunk generator for this world
|
static @Nullable ChunkGenerator |
WorldCreator.getGeneratorForName(@NotNull String world,
@Nullable String name,
@Nullable CommandSender output) |
Attempts to get the
ChunkGenerator with the given name. |
Modifier and Type | Method | Description |
---|---|---|
@NotNull WorldCreator |
WorldCreator.generator(@Nullable ChunkGenerator generator) |
Sets the generator that will be used to create or load the world.
|
Modifier and Type | Method | Description |
---|---|---|
@Nullable ChunkGenerator |
Plugin.getDefaultWorldGenerator(@NotNull String worldName,
@Nullable String id) |
Gets a
ChunkGenerator for use in a default world, as specified
in the server configuration |
Modifier and Type | Method | Description |
---|---|---|
@Nullable ChunkGenerator |
JavaPlugin.getDefaultWorldGenerator(@NotNull String worldName,
@Nullable String id) |
Copyright © 2020. All rights reserved.