Uses of Class
org.bukkit.generator.ChunkGenerator
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes specifically relating to loading software modules at runtime.
Classes for handling
plugins
written in
java.-
Uses of ChunkGenerator in org.bukkit
Modifier and TypeMethodDescriptionWorldCreator.generator()
Gets the generator that will be used to create or load the world.World.getGenerator()
Gets the chunk generator for this worldstatic @Nullable ChunkGenerator
WorldCreator.getGeneratorForName
(@NotNull String world, @Nullable String name, @Nullable CommandSender output) Attempts to get theChunkGenerator
with the given name.Modifier and TypeMethodDescriptionWorldCreator.generator
(@Nullable ChunkGenerator generator) Sets the generator that will be used to create or load the world. -
Uses of ChunkGenerator in org.bukkit.plugin
Modifier and TypeMethodDescriptionPlugin.getDefaultWorldGenerator
(@NotNull String worldName, @Nullable String id) Gets aChunkGenerator
for use in a default world, as specified in the server configuration -
Uses of ChunkGenerator in org.bukkit.plugin.java
Modifier and TypeMethodDescriptionJavaPlugin.getDefaultWorldGenerator
(@NotNull String worldName, @Nullable String id)