Uses of Class
org.bukkit.generator.BiomeProvider
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes to facilitate
world
generation
implementation.Classes specifically relating to loading software modules at runtime.
Classes for handling
plugins
written in
java.-
Uses of BiomeProvider in org.bukkit
Modifier and TypeMethodDescriptionWorldCreator.biomeProvider()
Gets the biome provider that will be used to create or load the world.World.getBiomeProvider()
Gets the biome provider for this worldstatic BiomeProvider
WorldCreator.getBiomeProviderForName
(String world, String name, CommandSender output) Attempts to get theBiomeProvider
with the given name.Modifier and TypeMethodDescriptionWorldCreator.biomeProvider
(BiomeProvider biomeProvider) Sets the biome provider that will be used to create or load the world. -
Uses of BiomeProvider in org.bukkit.generator
Modifier and TypeMethodDescriptionChunkGenerator.getDefaultBiomeProvider
(WorldInfo worldInfo) Gets called when noBiomeProvider
is set inWorldCreator
or via the server configuration files. -
Uses of BiomeProvider in org.bukkit.plugin
Modifier and TypeMethodDescriptionPlugin.getDefaultBiomeProvider
(String worldName, String id) Gets aBiomeProvider
for use in a default world, as specified in the server configuration -
Uses of BiomeProvider in org.bukkit.plugin.java
Modifier and TypeMethodDescriptionJavaPlugin.getDefaultBiomeProvider
(String worldName, String id)