Package net.minecraft

Enum Class class_8300

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

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

    • OFF

      public static final class_8300 OFF
      Mappings:
      Namespace Name Mixin selector
      official a Lbej;a:Lbej;
      intermediary field_43722 Lnet/minecraft/class_8300;field_43722:Lnet/minecraft/class_8300;
      named OFF Lnet/minecraft/class_8300;OFF:Lnet/minecraft/class_8300;
    • YES

      public static final class_8300 YES
      Mappings:
      Namespace Name Mixin selector
      official b Lbej;b:Lbej;
      intermediary field_43723 Lnet/minecraft/class_8300;field_43723:Lnet/minecraft/class_8300;
      named YES Lnet/minecraft/class_8300;YES:Lnet/minecraft/class_8300;
    • ON

      public static final class_8300 ON
      Mappings:
      Namespace Name Mixin selector
      official c Lbej;c:Lbej;
      intermediary field_43724 Lnet/minecraft/class_8300;field_43724:Lnet/minecraft/class_8300;
      named ON Lnet/minecraft/class_8300;ON:Lnet/minecraft/class_8300;
    • TRUE

      public static final class_8300 TRUE
      Mappings:
      Namespace Name Mixin selector
      official d Lbej;d:Lbej;
      intermediary field_43725 Lnet/minecraft/class_8300;field_43725:Lnet/minecraft/class_8300;
      named TRUE Lnet/minecraft/class_8300;TRUE:Lnet/minecraft/class_8300;
    • OF_COURSE

      public static final class_8300 OF_COURSE
      Mappings:
      Namespace Name Mixin selector
      official e Lbej;e:Lbej;
      intermediary field_43726 Lnet/minecraft/class_8300;field_43726:Lnet/minecraft/class_8300;
      named OF_COURSE Lnet/minecraft/class_8300;OF_COURSE:Lnet/minecraft/class_8300;
    • ALSO_DEFAULT_VANILLA_TO_TRUE

      public static final class_8300 ALSO_DEFAULT_VANILLA_TO_TRUE
      Mappings:
      Namespace Name Mixin selector
      official f Lbej;f:Lbej;
      intermediary field_43727 Lnet/minecraft/class_8300;field_43727:Lnet/minecraft/class_8300;
      named ALSO_DEFAULT_VANILLA_TO_TRUE Lnet/minecraft/class_8300;ALSO_DEFAULT_VANILLA_TO_TRUE:Lnet/minecraft/class_8300;
  • Field Details

    • field_43728

      public static final StringIdentifiable.Codec<class_8300> field_43728
      Mappings:
      Namespace Name Mixin selector
      official g Lbej;g:Lcom/mojang/serialization/Codec;
      intermediary field_43728 Lnet/minecraft/class_8300;field_43728:Lcom/mojang/serialization/Codec;
      named field_43728 Lnet/minecraft/class_8300;field_43728:Lcom/mojang/serialization/Codec;
    • field_43729

      private final String field_43729
      Mappings:
      Namespace Name Mixin selector
      official h Lbej;h:Ljava/lang/String;
      intermediary field_43729 Lnet/minecraft/class_8300;field_43729:Ljava/lang/String;
      named field_43729 Lnet/minecraft/class_8300;field_43729:Ljava/lang/String;
    • field_43730

      private final Text field_43730
      Mappings:
      Namespace Name Mixin selector
      official i Lbej;i:Lsw;
      intermediary field_43730 Lnet/minecraft/class_8300;field_43730:Lnet/minecraft/class_2561;
      named field_43730 Lnet/minecraft/class_8300;field_43730:Lnet/minecraft/text/Text;
  • Constructor Details

    • class_8300

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

    • values

      public static class_8300[] 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_8300 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_50279

      public Text method_50279()
      Mappings:
      Namespace Name Mixin selector
      official a Lbej;a()Lsw;
      intermediary method_50279 Lnet/minecraft/class_8300;method_50279()Lnet/minecraft/class_2561;
      named method_50279 Lnet/minecraft/class_8300;method_50279()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;