Package net.minecraft

Enum Class class_7102.class_7106

java.lang.Object
java.lang.Enum<class_7102.class_7106>
net.minecraft.class_7102.class_7106
All Implemented Interfaces:
Serializable, Comparable<class_7102.class_7106>, Constable
Enclosing class:
class_7102

public static enum class_7102.class_7106 extends Enum<class_7102.class_7106>
Mappings:
Namespace Name
official bki$d
intermediary net/minecraft/class_7102$class_7106
named net/minecraft/class_7102$class_7106
  • Enum Constant Details

    • TEMPERATE

      public static final class_7102.class_7106 TEMPERATE
      Mappings:
      Namespace Name Mixin selector
      official a Lbki$d;a:Lbki$d;
      intermediary field_37462 Lnet/minecraft/class_7102$class_7106;field_37462:Lnet/minecraft/class_7102$class_7106;
      named TEMPERATE Lnet/minecraft/class_7102$class_7106;TEMPERATE:Lnet/minecraft/class_7102$class_7106;
    • WARM

      public static final class_7102.class_7106 WARM
      Mappings:
      Namespace Name Mixin selector
      official b Lbki$d;b:Lbki$d;
      intermediary field_37463 Lnet/minecraft/class_7102$class_7106;field_37463:Lnet/minecraft/class_7102$class_7106;
      named WARM Lnet/minecraft/class_7102$class_7106;WARM:Lnet/minecraft/class_7102$class_7106;
    • COLD

      public static final class_7102.class_7106 COLD
      Mappings:
      Namespace Name Mixin selector
      official c Lbki$d;c:Lbki$d;
      intermediary field_37464 Lnet/minecraft/class_7102$class_7106;field_37464:Lnet/minecraft/class_7102$class_7106;
      named COLD Lnet/minecraft/class_7102$class_7106;COLD:Lnet/minecraft/class_7102$class_7106;
  • Field Details

    • field_37465

      private static final class_7102.class_7106[] field_37465
      Mappings:
      Namespace Name Mixin selector
      official d Lbki$d;d:[Lbki$d;
      intermediary field_37465 Lnet/minecraft/class_7102$class_7106;field_37465:[Lnet/minecraft/class_7102$class_7106;
      named field_37465 Lnet/minecraft/class_7102$class_7106;field_37465:[Lnet/minecraft/class_7102$class_7106;
    • field_37466

      private final int field_37466
      Mappings:
      Namespace Name Mixin selector
      official e Lbki$d;e:I
      intermediary field_37466 Lnet/minecraft/class_7102$class_7106;field_37466:I
      named field_37466 Lnet/minecraft/class_7102$class_7106;field_37466:I
    • field_37467

      private final String field_37467
      Mappings:
      Namespace Name Mixin selector
      official f Lbki$d;f:Ljava/lang/String;
      intermediary field_37467 Lnet/minecraft/class_7102$class_7106;field_37467:Ljava/lang/String;
      named field_37467 Lnet/minecraft/class_7102$class_7106;field_37467:Ljava/lang/String;
  • Constructor Details

    • class_7106

      private class_7106(int int2, String string)
  • Method Details

    • values

      public static class_7102.class_7106[] 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_7102.class_7106 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_41361

      public int method_41361()
      Mappings:
      Namespace Name Mixin selector
      official a Lbki$d;a()I
      intermediary method_41361 Lnet/minecraft/class_7102$class_7106;method_41361()I
      named method_41361 Lnet/minecraft/class_7102$class_7106;method_41361()I
    • method_41363

      public String method_41363()
      Mappings:
      Namespace Name Mixin selector
      official b Lbki$d;b()Ljava/lang/String;
      intermediary method_41363 Lnet/minecraft/class_7102$class_7106;method_41363()Ljava/lang/String;
      named method_41363 Lnet/minecraft/class_7102$class_7106;method_41363()Ljava/lang/String;
    • method_41362

      public static class_7102.class_7106 method_41362(int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Lbki$d;a(I)Lbki$d;
      intermediary method_41362 Lnet/minecraft/class_7102$class_7106;method_41362(I)Lnet/minecraft/class_7102$class_7106;
      named method_41362 Lnet/minecraft/class_7102$class_7106;method_41362(I)Lnet/minecraft/class_7102$class_7106;