java.lang.Object
net.guizhanss.guizhanlib.minecraft.helper.block.BiomeHelper

@Deprecated(since="2.0.0", forRemoval=true) public final class BiomeHelper extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
请使用 BiomeHelper 代替
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    getKey(org.bukkit.block.Biome biome)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static String
    getName(String biome)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static String
    getName(String biome, boolean emptyString)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static String
    getName(org.bukkit.block.Biome biome)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getName

      @Nonnull public static String getName(@Nonnull org.bukkit.block.Biome biome)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getKey

      @Nonnull public static String getKey(@Nonnull org.bukkit.block.Biome biome)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getName

      @Nonnull public static String getName(@Nonnull String biome)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getName

      @Nonnull public static String getName(@Nonnull String biome, boolean emptyString)
      Deprecated, for removal: This API element is subject to removal in a future version.