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 @Nullable BiomeProvider
WorldCreator.getBiomeProviderForName
(@NotNull String world, @Nullable String name, @Nullable CommandSender output) Attempts to get theBiomeProvider
with the given name.Modifier and TypeMethodDescriptionWorldCreator.biomeProvider
(@Nullable 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
(@NotNull WorldInfo worldInfo) Gets called when noBiomeProvider
is set inWorldCreator
or via the server configuration files.WorldInfo.vanillaBiomeProvider()
Get the vanillaBiomeProvider
for this world. -
Uses of BiomeProvider in org.bukkit.plugin
Modifier and TypeMethodDescriptionPlugin.getDefaultBiomeProvider
(@NotNull String worldName, @Nullable 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
(@NotNull String worldName, @Nullable String id)