类的使用
org.bukkit.generator.BiomeProvider
使用BiomeProvider的程序包
- 
org.bukkit中BiomeProvider的使用返回BiomeProvider的org.bukkit中的方法修饰符和类型方法说明WorldCreator.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.参数类型为BiomeProvider的org.bukkit中的方法修饰符和类型方法说明WorldCreator.biomeProvider(@Nullable BiomeProvider biomeProvider) Sets the biome provider that will be used to create or load the world.
- 
org.bukkit.generator中BiomeProvider的使用修饰符和类型方法说明ChunkGenerator.getDefaultBiomeProvider(@NotNull WorldInfo worldInfo) Gets called when noBiomeProvideris set inWorldCreatoror via the server configuration files.
- 
org.bukkit.plugin中BiomeProvider的使用修饰符和类型方法说明Plugin.getDefaultBiomeProvider(@NotNull String worldName, @Nullable String id) Gets aBiomeProviderfor use in a default world, as specified in the server configuration
- 
org.bukkit.plugin.java中BiomeProvider的使用