Uses of Class
org.bukkit.generator.ChunkGenerator
Packages that use 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
Methods in org.bukkit that return ChunkGeneratorModifier 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 ChunkGenerator
WorldCreator.getGeneratorForName
(String world, String name, CommandSender output) Attempts to get theChunkGenerator
with the given name.Methods in org.bukkit with parameters of type ChunkGeneratorModifier and TypeMethodDescriptionWorldCreator.generator
(ChunkGenerator generator) Sets the generator that will be used to create or load the world. -
Uses of ChunkGenerator in org.bukkit.plugin
Methods in org.bukkit.plugin that return ChunkGeneratorModifier and TypeMethodDescriptionPlugin.getDefaultWorldGenerator
(String worldName, String id) Gets aChunkGenerator
for use in a default world, as specified in the server configuration -
Uses of ChunkGenerator in org.bukkit.plugin.java
Methods in org.bukkit.plugin.java that return ChunkGeneratorModifier and TypeMethodDescriptionJavaPlugin.getDefaultWorldGenerator
(String worldName, String id)