Package net.minecraft

Enum Class class_9243

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

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

    • UNIFORM

      public static final class_9243 UNIFORM
      Mappings:
      Namespace Name Mixin selector
      official a Lfdw;a:Lfdw;
      intermediary field_49112 Lnet/minecraft/class_9243;field_49112:Lnet/minecraft/class_9243;
      named UNIFORM Lnet/minecraft/class_9243;UNIFORM:Lnet/minecraft/class_9243;
    • JAPANESE_VARIANTS

      public static final class_9243 JAPANESE_VARIANTS
      Mappings:
      Namespace Name Mixin selector
      official b Lfdw;b:Lfdw;
      intermediary field_49113 Lnet/minecraft/class_9243;field_49113:Lnet/minecraft/class_9243;
      named JAPANESE_VARIANTS Lnet/minecraft/class_9243;JAPANESE_VARIANTS:Lnet/minecraft/class_9243;
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<class_9243> CODEC
      Mappings:
      Namespace Name Mixin selector
      official c Lfdw;c:Lcom/mojang/serialization/Codec;
      intermediary field_49114 Lnet/minecraft/class_9243;field_49114:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/class_9243;CODEC:Lcom/mojang/serialization/Codec;
    • field_49115

      private final String field_49115
      Mappings:
      Namespace Name Mixin selector
      official d Lfdw;d:Ljava/lang/String;
      intermediary field_49115 Lnet/minecraft/class_9243;field_49115:Ljava/lang/String;
      named field_49115 Lnet/minecraft/class_9243;field_49115:Ljava/lang/String;
  • Constructor Details

    • class_9243

      private class_9243(String string)
  • Method Details

    • values

      public static class_9243[] 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_9243 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
      official c Laxq;c()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;