java.lang.Object
java.lang.Enum<BetaBiome>
net.raphimc.vialegacy.protocol.release.r1_1tor1_2_1_3.biome.BetaBiome
All Implemented Interfaces:
Serializable, Comparable<BetaBiome>, Constable

public enum BetaBiome extends Enum<BetaBiome>
  • Enum Constant Details

    • RAINFOREST

      public static final BetaBiome RAINFOREST
    • SWAMPLAND

      public static final BetaBiome SWAMPLAND
    • SEASONAL_FOREST

      public static final BetaBiome SEASONAL_FOREST
    • FOREST

      public static final BetaBiome FOREST
    • SAVANNA

      public static final BetaBiome SAVANNA
    • SHRUBLAND

      public static final BetaBiome SHRUBLAND
    • TAIGA

      public static final BetaBiome TAIGA
    • DESERT

      public static final BetaBiome DESERT
    • PLAINS

      public static final BetaBiome PLAINS
    • ICE_DESERT

      public static final BetaBiome ICE_DESERT
    • TUNDRA

      public static final BetaBiome TUNDRA
    • HELL

      public static final BetaBiome HELL
    • SKY

      public static final BetaBiome SKY
  • Method Details

    • values

      public static BetaBiome[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static BetaBiome valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getBiome

      public static BetaBiome getBiome(double temperature, double humidity)