Package net.minecraft

Enum Class class_11636

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

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

    • DEFAULT

      public static final class_11636 DEFAULT
      Mappings:
      Namespace Name Mixin selector
      named DEFAULT Lnet/minecraft/class_11636;DEFAULT:Lnet/minecraft/class_11636;
      intermediary field_61599 Lnet/minecraft/class_11636;field_61599:Lnet/minecraft/class_11636;
      official a Lgbr;a:Lgbr;
    • PERFORMANCE

      public static final class_11636 PERFORMANCE
      Mappings:
      Namespace Name Mixin selector
      named PERFORMANCE Lnet/minecraft/class_11636;PERFORMANCE:Lnet/minecraft/class_11636;
      intermediary field_61600 Lnet/minecraft/class_11636;field_61600:Lnet/minecraft/class_11636;
      official b Lgbr;b:Lgbr;
  • Field Details

    • field_61601

      public static final StringIdentifiable.EnumCodec<class_11636> field_61601
      Mappings:
      Namespace Name Mixin selector
      named field_61601 Lnet/minecraft/class_11636;field_61601:Lnet/minecraft/util/StringIdentifiable$EnumCodec;
      intermediary field_61601 Lnet/minecraft/class_11636;field_61601:Lnet/minecraft/class_3542$class_7292;
      official c Lgbr;c:Lbdh$a;
    • field_61602

      private final String field_61602
      Mappings:
      Namespace Name Mixin selector
      named field_61602 Lnet/minecraft/class_11636;field_61602:Ljava/lang/String;
      intermediary field_61602 Lnet/minecraft/class_11636;field_61602:Ljava/lang/String;
      official d Lgbr;d:Ljava/lang/String;
    • field_61603

      private final String field_61603
      Mappings:
      Namespace Name Mixin selector
      named field_61603 Lnet/minecraft/class_11636;field_61603:Ljava/lang/String;
      intermediary field_61603 Lnet/minecraft/class_11636;field_61603:Ljava/lang/String;
      official e Lgbr;e:Ljava/lang/String;
  • Constructor Details

    • class_11636

      private class_11636(String string, String string2)
  • Method Details

    • values

      public static class_11636[] 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_11636 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_72782

      public String method_72782()
      Mappings:
      Namespace Name Mixin selector
      named method_72782 Lnet/minecraft/class_11636;method_72782()Ljava/lang/String;
      intermediary method_72782 Lnet/minecraft/class_11636;method_72782()Ljava/lang/String;
      official a Lgbr;a()Ljava/lang/String;
    • 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;