Uses of Class
org.bukkit.generator.BiomeProvider
Packages that use 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
Methods in org.bukkit that return BiomeProviderModifier and TypeMethodDescription@Nullable BiomeProvider
WorldCreator.biomeProvider()
Gets the biome provider that will be used to create or load the world.@Nullable BiomeProvider
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.Methods in org.bukkit with parameters of type BiomeProviderModifier and TypeMethodDescription@NotNull WorldCreator
WorldCreator.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
Methods in org.bukkit.generator that return BiomeProviderModifier and TypeMethodDescription@Nullable BiomeProvider
ChunkGenerator.getDefaultBiomeProvider
(@NotNull WorldInfo worldInfo) Gets called when noBiomeProvider
is set inWorldCreator
or via the server configuration files.@NotNull BiomeProvider
WorldInfo.vanillaBiomeProvider()
Get the vanillaBiomeProvider
for this world. -
Uses of BiomeProvider in org.bukkit.plugin
Methods in org.bukkit.plugin that return BiomeProviderModifier and TypeMethodDescription@Nullable BiomeProvider
Plugin.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
Methods in org.bukkit.plugin.java that return BiomeProviderModifier and TypeMethodDescriptionJavaPlugin.getDefaultBiomeProvider
(String worldName, @Nullable String id)