Package net.minecraft

Enum Class class_8348

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

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

    • NORMAL_ONLY

      public static final class_8348 NORMAL_ONLY
      Mappings:
      Namespace Name Mixin selector
      official a Lbfv;a:Lbfv;
      intermediary field_43922 Lnet/minecraft/class_8348;field_43922:Lnet/minecraft/class_8348;
      named NORMAL_ONLY Lnet/minecraft/class_8348;NORMAL_ONLY:Lnet/minecraft/class_8348;
    • FLIPPED_ONLY

      public static final class_8348 FLIPPED_ONLY
      Mappings:
      Namespace Name Mixin selector
      official b Lbfv;b:Lbfv;
      intermediary field_43923 Lnet/minecraft/class_8348;field_43923:Lnet/minecraft/class_8348;
      named FLIPPED_ONLY Lnet/minecraft/class_8348;FLIPPED_ONLY:Lnet/minecraft/class_8348;
    • BOTH

      public static final class_8348 BOTH
      Mappings:
      Namespace Name Mixin selector
      official c Lbfv;c:Lbfv;
      intermediary field_43924 Lnet/minecraft/class_8348;field_43924:Lnet/minecraft/class_8348;
      named BOTH Lnet/minecraft/class_8348;BOTH:Lnet/minecraft/class_8348;
  • Field Details

    • field_43925

      public static final StringIdentifiable.Codec<class_8348> field_43925
      Mappings:
      Namespace Name Mixin selector
      official d Lbfv;d:Lcom/mojang/serialization/Codec;
      intermediary field_43925 Lnet/minecraft/class_8348;field_43925:Lcom/mojang/serialization/Codec;
      named field_43925 Lnet/minecraft/class_8348;field_43925:Lcom/mojang/serialization/Codec;
    • field_43926

      private final String field_43926
      Mappings:
      Namespace Name Mixin selector
      official e Lbfv;e:Ljava/lang/String;
      intermediary field_43926 Lnet/minecraft/class_8348;field_43926:Ljava/lang/String;
      named field_43926 Lnet/minecraft/class_8348;field_43926:Ljava/lang/String;
    • field_43927

      private final Text field_43927
      Mappings:
      Namespace Name Mixin selector
      official f Lbfv;f:Lsw;
      intermediary field_43927 Lnet/minecraft/class_8348;field_43927:Lnet/minecraft/class_2561;
      named field_43927 Lnet/minecraft/class_8348;field_43927:Lnet/minecraft/text/Text;
  • Constructor Details

    • class_8348

      private class_8348(String string)
  • Method Details

    • values

      public static class_8348[] 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_8348 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_50422

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