Package net.minecraft

Enum Class class_11635

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

@Environment(CLIENT) public enum class_11635 extends Enum<class_11635> implements StringIdentifiable
Mappings:
Namespace Name
named net/minecraft/class_11635
intermediary net/minecraft/class_11635
official gbq
  • Enum Constant Details

    • ALWAYS_ON

      public static final class_11635 ALWAYS_ON
      Mappings:
      Namespace Name Mixin selector
      named ALWAYS_ON Lnet/minecraft/class_11635;ALWAYS_ON:Lnet/minecraft/class_11635;
      intermediary field_61593 Lnet/minecraft/class_11635;field_61593:Lnet/minecraft/class_11635;
      official a Lgbq;a:Lgbq;
    • IN_F3

      public static final class_11635 IN_F3
      Mappings:
      Namespace Name Mixin selector
      named IN_F3 Lnet/minecraft/class_11635;IN_F3:Lnet/minecraft/class_11635;
      intermediary field_61594 Lnet/minecraft/class_11635;field_61594:Lnet/minecraft/class_11635;
      official b Lgbq;b:Lgbq;
    • NEVER

      public static final class_11635 NEVER
      Mappings:
      Namespace Name Mixin selector
      named NEVER Lnet/minecraft/class_11635;NEVER:Lnet/minecraft/class_11635;
      intermediary field_61595 Lnet/minecraft/class_11635;field_61595:Lnet/minecraft/class_11635;
      official c Lgbq;c:Lgbq;
  • Field Details

    • field_61596

      public static final StringIdentifiable.EnumCodec<class_11635> field_61596
      Mappings:
      Namespace Name Mixin selector
      named field_61596 Lnet/minecraft/class_11635;field_61596:Lnet/minecraft/util/StringIdentifiable$EnumCodec;
      intermediary field_61596 Lnet/minecraft/class_11635;field_61596:Lnet/minecraft/class_3542$class_7292;
      official d Lgbq;d:Lbdh$a;
    • field_61597

      private final String field_61597
      Mappings:
      Namespace Name Mixin selector
      named field_61597 Lnet/minecraft/class_11635;field_61597:Ljava/lang/String;
      intermediary field_61597 Lnet/minecraft/class_11635;field_61597:Ljava/lang/String;
      official e Lgbq;e:Ljava/lang/String;
  • Constructor Details

    • class_11635

      private class_11635(String string)
  • Method Details

    • values

      public static class_11635[] 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_11635 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
    • asString

      public String asString()
      Returns the unique string representation of the enum, used for serialization.
      Specified by:
      asString in interface StringIdentifiable
      Returns:
      the unique string representation of the enum, used for serialization
      Mappings:
      Namespace Name Mixin selector
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      official c Lbdh;c()Ljava/lang/String;