Package net.minecraft

Enum Class class_10589

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

public enum class_10589 extends Enum<class_10589>
Mappings:
Namespace Name
named net/minecraft/class_10589
intermediary net/minecraft/class_10589
official cir
  • Enum Constant Details

    • TEMPERATE

      public static final class_10589 TEMPERATE
      Mappings:
      Namespace Name Mixin selector
      named TEMPERATE Lnet/minecraft/class_10589;TEMPERATE:Lnet/minecraft/class_10589;
      intermediary field_55700 Lnet/minecraft/class_10589;field_55700:Lnet/minecraft/class_10589;
      official a Lcir;a:Lcir;
    • WARM

      public static final class_10589 WARM
      Mappings:
      Namespace Name Mixin selector
      named WARM Lnet/minecraft/class_10589;WARM:Lnet/minecraft/class_10589;
      intermediary field_55701 Lnet/minecraft/class_10589;field_55701:Lnet/minecraft/class_10589;
      official b Lcir;b:Lcir;
    • COLD

      public static final class_10589 COLD
      Mappings:
      Namespace Name Mixin selector
      named COLD Lnet/minecraft/class_10589;COLD:Lnet/minecraft/class_10589;
      intermediary field_55702 Lnet/minecraft/class_10589;field_55702:Lnet/minecraft/class_10589;
      official c Lcir;c:Lcir;
  • Field Details

    • field_55703

      private final String field_55703
      Mappings:
      Namespace Name Mixin selector
      named field_55703 Lnet/minecraft/class_10589;field_55703:Ljava/lang/String;
      intermediary field_55703 Lnet/minecraft/class_10589;field_55703:Ljava/lang/String;
      official d Lcir;d:Ljava/lang/String;
  • Constructor Details

    • class_10589

      private class_10589(String string)
  • Method Details

    • values

      public static class_10589[] 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_10589 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
    • method_66321

      public String method_66321()
      Mappings:
      Namespace Name Mixin selector
      named method_66321 Lnet/minecraft/class_10589;method_66321()Ljava/lang/String;
      intermediary method_66321 Lnet/minecraft/class_10589;method_66321()Ljava/lang/String;
      official a Lcir;a()Ljava/lang/String;