Enum Class class_1784

java.lang.Object
java.lang.Enum<class_1784>
net.minecraft.world.biome.class_1784
All Implemented Interfaces:
Serializable, Comparable<class_1784>, Constable

public enum class_1784 extends Enum<class_1784>
Mappings:
Namespace Name
official bon
intermediary net/minecraft/class_1784
named net/minecraft/world/biome/class_1784
  • Enum Constant Details

    • COOL_WARM

      public static final class_1784 COOL_WARM
      Mappings:
      Namespace Name Mixin selector
      official a Lbon;a:Lbon;
      intermediary field_7593 Lnet/minecraft/class_1784;field_7593:Lnet/minecraft/class_1784;
      named COOL_WARM Lnet/minecraft/world/biome/class_1784;COOL_WARM:Lnet/minecraft/world/biome/class_1784;
    • HEAT_ICE

      public static final class_1784 HEAT_ICE
      Mappings:
      Namespace Name Mixin selector
      official b Lbon;b:Lbon;
      intermediary field_7594 Lnet/minecraft/class_1784;field_7594:Lnet/minecraft/class_1784;
      named HEAT_ICE Lnet/minecraft/world/biome/class_1784;HEAT_ICE:Lnet/minecraft/world/biome/class_1784;
    • SPECIAL

      public static final class_1784 SPECIAL
      Mappings:
      Namespace Name Mixin selector
      official c Lbon;c:Lbon;
      intermediary field_7595 Lnet/minecraft/class_1784;field_7595:Lnet/minecraft/class_1784;
      named SPECIAL Lnet/minecraft/world/biome/class_1784;SPECIAL:Lnet/minecraft/world/biome/class_1784;
  • Constructor Details

    • class_1784

      private class_1784()
  • Method Details

    • values

      public static class_1784[] 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 class_1784 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