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.bukkitMethods in org.bukkit that return BiomeProviderModifier 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 BiomeProviderWorldCreator.getBiomeProviderForName(@NotNull String world, @Nullable String name, @Nullable CommandSender output) Attempts to get theBiomeProviderwith the given name.Methods in org.bukkit with parameters of type BiomeProviderModifier 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.generatorMethods in org.bukkit.generator that return BiomeProviderModifier and TypeMethodDescriptionChunkGenerator.getDefaultBiomeProvider(@NotNull WorldInfo worldInfo) Gets called when noBiomeProvideris set inWorldCreatoror via the server configuration files.WorldInfo.vanillaBiomeProvider()Get the vanillaBiomeProviderfor this world.
- 
Uses of BiomeProvider in org.bukkit.pluginMethods in org.bukkit.plugin that return BiomeProviderModifier and TypeMethodDescriptionPlugin.getDefaultBiomeProvider(@NotNull String worldName, @Nullable String id) Gets aBiomeProviderfor use in a default world, as specified in the server configuration
- 
Uses of BiomeProvider in org.bukkit.plugin.javaMethods in org.bukkit.plugin.java that return BiomeProviderModifier and TypeMethodDescriptionJavaPlugin.getDefaultBiomeProvider(@NotNull String worldName, @Nullable String id)