Package net.minecraft

Enum Class class_12253

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

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

    • AUTO

      public static final class_12253 AUTO
      Mappings:
      Namespace Name Mixin selector
      named AUTO Lnet/minecraft/class_12253;AUTO:Lnet/minecraft/class_12253;
      intermediary field_64076 Lnet/minecraft/class_12253;field_64076:Lnet/minecraft/class_12253;
      official a Lifv;a:Lifv;
    • MEAN

      public static final class_12253 MEAN
      Mappings:
      Namespace Name Mixin selector
      named MEAN Lnet/minecraft/class_12253;MEAN:Lnet/minecraft/class_12253;
      intermediary field_64077 Lnet/minecraft/class_12253;field_64077:Lnet/minecraft/class_12253;
      official b Lifv;b:Lifv;
    • CUTOUT

      public static final class_12253 CUTOUT
      Mappings:
      Namespace Name Mixin selector
      named CUTOUT Lnet/minecraft/class_12253;CUTOUT:Lnet/minecraft/class_12253;
      intermediary field_64078 Lnet/minecraft/class_12253;field_64078:Lnet/minecraft/class_12253;
      official c Lifv;c:Lifv;
    • STRICT_CUTOUT

      public static final class_12253 STRICT_CUTOUT
      Mappings:
      Namespace Name Mixin selector
      named STRICT_CUTOUT Lnet/minecraft/class_12253;STRICT_CUTOUT:Lnet/minecraft/class_12253;
      intermediary field_64079 Lnet/minecraft/class_12253;field_64079:Lnet/minecraft/class_12253;
      official d Lifv;d:Lifv;
    • DARK_CUTOUT

      public static final class_12253 DARK_CUTOUT
      Mappings:
      Namespace Name Mixin selector
      named DARK_CUTOUT Lnet/minecraft/class_12253;DARK_CUTOUT:Lnet/minecraft/class_12253;
      intermediary field_64080 Lnet/minecraft/class_12253;field_64080:Lnet/minecraft/class_12253;
      official e Lifv;e:Lifv;
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<class_12253> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/class_12253;CODEC:Lcom/mojang/serialization/Codec;
      intermediary field_64081 Lnet/minecraft/class_12253;field_64081:Lcom/mojang/serialization/Codec;
      official f Lifv;f:Lcom/mojang/serialization/Codec;
    • field_64082

      private final String field_64082
      Mappings:
      Namespace Name Mixin selector
      named field_64082 Lnet/minecraft/class_12253;field_64082:Ljava/lang/String;
      intermediary field_64082 Lnet/minecraft/class_12253;field_64082:Ljava/lang/String;
      official g Lifv;g:Ljava/lang/String;
  • Constructor Details

    • class_12253

      private class_12253(String string)
  • Method Details

    • values

      public static class_12253[] 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_12253 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 Lbhi;c()Ljava/lang/String;