Package net.minecraft

Enum Class class_8323

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

public enum class_8323 extends Enum<class_8323> implements StringIdentifiable
Mappings:
Namespace Name
official bfa
intermediary net/minecraft/class_8323
named net/minecraft/class_8323
  • Enum Constant Details

    • NONE

      public static final class_8323 NONE
      Mappings:
      Namespace Name Mixin selector
      official a Lbfa;a:Lbfa;
      intermediary field_43808 Lnet/minecraft/class_8323;field_43808:Lnet/minecraft/class_8323;
      named NONE Lnet/minecraft/class_8323;NONE:Lnet/minecraft/class_8323;
    • NORMAL

      public static final class_8323 NORMAL
      Mappings:
      Namespace Name Mixin selector
      official b Lbfa;b:Lbfa;
      intermediary field_43809 Lnet/minecraft/class_8323;field_43809:Lnet/minecraft/class_8323;
      named NORMAL Lnet/minecraft/class_8323;NORMAL:Lnet/minecraft/class_8323;
    • MILD

      public static final class_8323 MILD
      Mappings:
      Namespace Name Mixin selector
      official c Lbfa;c:Lbfa;
      intermediary field_43810 Lnet/minecraft/class_8323;field_43810:Lnet/minecraft/class_8323;
      named MILD Lnet/minecraft/class_8323;MILD:Lnet/minecraft/class_8323;
    • WILD

      public static final class_8323 WILD
      Mappings:
      Namespace Name Mixin selector
      official d Lbfa;d:Lbfa;
      intermediary field_43811 Lnet/minecraft/class_8323;field_43811:Lnet/minecraft/class_8323;
      named WILD Lnet/minecraft/class_8323;WILD:Lnet/minecraft/class_8323;
    • EXTREME

      public static final class_8323 EXTREME
      Mappings:
      Namespace Name Mixin selector
      official e Lbfa;e:Lbfa;
      intermediary field_43812 Lnet/minecraft/class_8323;field_43812:Lnet/minecraft/class_8323;
      named EXTREME Lnet/minecraft/class_8323;EXTREME:Lnet/minecraft/class_8323;
    • WINDMILL

      public static final class_8323 WINDMILL
      Mappings:
      Namespace Name Mixin selector
      official f Lbfa;f:Lbfa;
      intermediary field_43813 Lnet/minecraft/class_8323;field_43813:Lnet/minecraft/class_8323;
      named WINDMILL Lnet/minecraft/class_8323;WINDMILL:Lnet/minecraft/class_8323;
  • Field Details

    • field_43814

      public static final StringIdentifiable.Codec<class_8323> field_43814
      Mappings:
      Namespace Name Mixin selector
      official g Lbfa;g:Lcom/mojang/serialization/Codec;
      intermediary field_43814 Lnet/minecraft/class_8323;field_43814:Lcom/mojang/serialization/Codec;
      named field_43814 Lnet/minecraft/class_8323;field_43814:Lcom/mojang/serialization/Codec;
    • field_43815

      private final String field_43815
      Mappings:
      Namespace Name Mixin selector
      official h Lbfa;h:Ljava/lang/String;
      intermediary field_43815 Lnet/minecraft/class_8323;field_43815:Ljava/lang/String;
      named field_43815 Lnet/minecraft/class_8323;field_43815:Ljava/lang/String;
    • field_43816

      private final Text field_43816
      Mappings:
      Namespace Name Mixin selector
      official i Lbfa;i:Lsw;
      intermediary field_43816 Lnet/minecraft/class_8323;field_43816:Lnet/minecraft/class_2561;
      named field_43816 Lnet/minecraft/class_8323;field_43816:Lnet/minecraft/text/Text;
  • Constructor Details

    • class_8323

      private class_8323(String string, Text text)
  • Method Details

    • values

      public static class_8323[] 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_8323 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_50350

      public Text method_50350()
      Mappings:
      Namespace Name Mixin selector
      official a Lbfa;a()Lsw;
      intermediary method_50350 Lnet/minecraft/class_8323;method_50350()Lnet/minecraft/class_2561;
      named method_50350 Lnet/minecraft/class_8323;method_50350()Lnet/minecraft/text/Text;
    • 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 Lapw;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;