java.lang.Object
net.guizhanss.minecraft.guizhanlib.gugu.minecraft.helpers.block.BiomeHelper
public final class BiomeHelper
extends Object
Biome 中文名称获取
-
Method Summary
getKey(org.bukkit.block.Biome instance)
getName(org.bukkit.block.Biome instance)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getKey
@Nonnull
public static String getKey(@Nonnull
org.bukkit.block.Biome instance)
-
getName
@Nonnull
public static String getName(@Nonnull
org.bukkit.block.Biome instance)
-
getName
@Nonnull
public static String getName(@Nonnull
String instance)
-
getName
@Nonnull
public static String getName(@Nonnull
String instance,
boolean emptyString)