类的使用
org.bukkit.generator.BiomeProvider
-
org.bukkit中BiomeProvider的使用
修饰符和类型方法说明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 BiomeProvider
WorldCreator.getBiomeProviderForName
(@NotNull String world, @Nullable String name, @Nullable CommandSender output) Attempts to get theBiomeProvider
with the given name.修饰符和类型方法说明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 noBiomeProvider
is set inWorldCreator
or via the server configuration files. -
org.bukkit.plugin中BiomeProvider的使用
修饰符和类型方法说明Plugin.getDefaultBiomeProvider
(@NotNull String worldName, @Nullable String id) Gets aBiomeProvider
for use in a default world, as specified in the server configuration -
org.bukkit.plugin.java中BiomeProvider的使用