Package net.minecraft

Enum Class class_8340

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

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

    • NONE

      public static final class_8340 NONE
      Mappings:
      Namespace Name Mixin selector
      official a Lbfo;a:Lbfo;
      intermediary field_43905 Lnet/minecraft/class_8340;field_43905:Lnet/minecraft/class_8340;
      named NONE Lnet/minecraft/class_8340;NONE:Lnet/minecraft/class_8340;
    • NORMAL

      public static final class_8340 NORMAL
      Mappings:
      Namespace Name Mixin selector
      official b Lbfo;b:Lbfo;
      intermediary field_43906 Lnet/minecraft/class_8340;field_43906:Lnet/minecraft/class_8340;
      named NORMAL Lnet/minecraft/class_8340;NORMAL:Lnet/minecraft/class_8340;
    • SEE_THROUGH

      public static final class_8340 SEE_THROUGH
      Mappings:
      Namespace Name Mixin selector
      official c Lbfo;c:Lbfo;
      intermediary field_43907 Lnet/minecraft/class_8340;field_43907:Lnet/minecraft/class_8340;
      named SEE_THROUGH Lnet/minecraft/class_8340;SEE_THROUGH:Lnet/minecraft/class_8340;
  • Field Details

    • field_43908

      public static final StringIdentifiable.Codec<class_8340> field_43908
      Mappings:
      Namespace Name Mixin selector
      official d Lbfo;d:Lcom/mojang/serialization/Codec;
      intermediary field_43908 Lnet/minecraft/class_8340;field_43908:Lcom/mojang/serialization/Codec;
      named field_43908 Lnet/minecraft/class_8340;field_43908:Lcom/mojang/serialization/Codec;
    • field_43909

      private final String field_43909
      Mappings:
      Namespace Name Mixin selector
      official e Lbfo;e:Ljava/lang/String;
      intermediary field_43909 Lnet/minecraft/class_8340;field_43909:Ljava/lang/String;
      named field_43909 Lnet/minecraft/class_8340;field_43909:Ljava/lang/String;
    • field_43910

      private final Text field_43910
      Mappings:
      Namespace Name Mixin selector
      official f Lbfo;f:Lsw;
      intermediary field_43910 Lnet/minecraft/class_8340;field_43910:Lnet/minecraft/class_2561;
      named field_43910 Lnet/minecraft/class_8340;field_43910:Lnet/minecraft/text/Text;
  • Constructor Details

    • class_8340

      private class_8340(String string)
  • Method Details

    • values

      public static class_8340[] 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_8340 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 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;
    • method_50396

      public Text method_50396()
      Mappings:
      Namespace Name Mixin selector
      official a Lbfo;a()Lsw;
      intermediary method_50396 Lnet/minecraft/class_8340;method_50396()Lnet/minecraft/class_2561;
      named method_50396 Lnet/minecraft/class_8340;method_50396()Lnet/minecraft/text/Text;