Package net.minecraft

Enum Class class_8363

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

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

    • DEFAULT

      public static final class_8363 DEFAULT
      Mappings:
      Namespace Name Mixin selector
      official a Lbgf;a:Lbgf;
      intermediary field_43963 Lnet/minecraft/class_8363;field_43963:Lnet/minecraft/class_8363;
      named DEFAULT Lnet/minecraft/class_8363;DEFAULT:Lnet/minecraft/class_8363;
    • NEVER

      public static final class_8363 NEVER
      Mappings:
      Namespace Name Mixin selector
      official b Lbgf;b:Lbgf;
      intermediary field_43964 Lnet/minecraft/class_8363;field_43964:Lnet/minecraft/class_8363;
      named NEVER Lnet/minecraft/class_8363;NEVER:Lnet/minecraft/class_8363;
    • ALWAYS

      public static final class_8363 ALWAYS
      Mappings:
      Namespace Name Mixin selector
      official c Lbgf;c:Lbgf;
      intermediary field_43965 Lnet/minecraft/class_8363;field_43965:Lnet/minecraft/class_8363;
      named ALWAYS Lnet/minecraft/class_8363;ALWAYS:Lnet/minecraft/class_8363;
  • Field Details

    • field_43966

      public static final StringIdentifiable.Codec<class_8363> field_43966
      Mappings:
      Namespace Name Mixin selector
      official d Lbgf;d:Lcom/mojang/serialization/Codec;
      intermediary field_43966 Lnet/minecraft/class_8363;field_43966:Lcom/mojang/serialization/Codec;
      named field_43966 Lnet/minecraft/class_8363;field_43966:Lcom/mojang/serialization/Codec;
    • field_43967

      private final String field_43967
      Mappings:
      Namespace Name Mixin selector
      official e Lbgf;e:Ljava/lang/String;
      intermediary field_43967 Lnet/minecraft/class_8363;field_43967:Ljava/lang/String;
      named field_43967 Lnet/minecraft/class_8363;field_43967:Ljava/lang/String;
    • field_43968

      private final Text field_43968
      Mappings:
      Namespace Name Mixin selector
      official f Lbgf;f:Lsw;
      intermediary field_43968 Lnet/minecraft/class_8363;field_43968:Lnet/minecraft/class_2561;
      named field_43968 Lnet/minecraft/class_8363;field_43968:Lnet/minecraft/text/Text;
    • field_43969

      private final Text field_43969
      Mappings:
      Namespace Name Mixin selector
      official g Lbgf;g:Lsw;
      intermediary field_43969 Lnet/minecraft/class_8363;field_43969:Lnet/minecraft/class_2561;
      named field_43969 Lnet/minecraft/class_8363;field_43969:Lnet/minecraft/text/Text;
  • Constructor Details

    • class_8363

      private class_8363(String string)
  • Method Details

    • values

      public static class_8363[] 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_8363 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_50454

      public Text method_50454()
      Mappings:
      Namespace Name Mixin selector
      official a Lbgf;a()Lsw;
      intermediary method_50454 Lnet/minecraft/class_8363;method_50454()Lnet/minecraft/class_2561;
      named method_50454 Lnet/minecraft/class_8363;method_50454()Lnet/minecraft/text/Text;
    • method_50455

      public Text method_50455()
      Mappings:
      Namespace Name Mixin selector
      official b Lbgf;b()Lsw;
      intermediary method_50455 Lnet/minecraft/class_8363;method_50455()Lnet/minecraft/class_2561;
      named method_50455 Lnet/minecraft/class_8363;method_50455()Lnet/minecraft/text/Text;