Generated by
JDiff

Class org.bukkit.WorldCreator

Added Constructors
WorldCreator(String, NamespacedKey) Creates an empty WorldCreator for the given world name and key
WorldCreator(NamespacedKey) Creates an empty WorldCreator for the given key.
 

Removed Methods
WorldCreator biomeProvider(String) Sets the biome provider that will be used to create or load the world.
WorldCreator biomeProvider(String, CommandSender) Sets the biome provider that will be used to create or load the world.
WorldCreator biomeProvider(BiomeProvider) Sets the biome provider that will be used to create or load the world.
BiomeProvider biomeProvider() Gets the biome provider that will be used to create or load the world.
BiomeProvider getBiomeProviderForName(String, String, CommandSender) Attempts to get the BiomeProvider with the given name.
 

Added Methods
NamespacedKey key() Gets the key for this WorldCreator
WorldCreator ofKey(NamespacedKey) Creates an empty WorldCreator for the given key.
WorldCreator ofNameAndKey(String, NamespacedKey) Creates an empty WorldCreator for the given world name and key