Package net.minecraft

Enum Class class_8112

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

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

    • DEFAULT

      public static final class_8112 DEFAULT
      Mappings:
      Namespace Name Mixin selector
      official a Lbei;a:Lbei;
      intermediary field_42361 Lnet/minecraft/class_8112;field_42361:Lnet/minecraft/class_8112;
      named DEFAULT Lnet/minecraft/class_8112;DEFAULT:Lnet/minecraft/class_8112;
    • FALL_VARIANTS

      public static final class_8112 FALL_VARIANTS
      Mappings:
      Namespace Name Mixin selector
      official b Lbei;b:Lbei;
      intermediary field_42362 Lnet/minecraft/class_8112;field_42362:Lnet/minecraft/class_8112;
      named FALL_VARIANTS Lnet/minecraft/class_8112;FALL_VARIANTS:Lnet/minecraft/class_8112;
    • INTENTIONAL_GAME_DESIGN

      public static final class_8112 INTENTIONAL_GAME_DESIGN
      Mappings:
      Namespace Name Mixin selector
      official c Lbei;c:Lbei;
      intermediary field_42363 Lnet/minecraft/class_8112;field_42363:Lnet/minecraft/class_8112;
      named INTENTIONAL_GAME_DESIGN Lnet/minecraft/class_8112;INTENTIONAL_GAME_DESIGN:Lnet/minecraft/class_8112;
  • Field Details

    • field_42364

      public static final StringIdentifiable.Codec<class_8112> field_42364
      Mappings:
      Namespace Name Mixin selector
      official d Lbei;d:Lcom/mojang/serialization/Codec;
      intermediary field_42364 Lnet/minecraft/class_8112;field_42364:Lcom/mojang/serialization/Codec;
      named field_42364 Lnet/minecraft/class_8112;field_42364:Lcom/mojang/serialization/Codec;
    • field_42365

      private final String field_42365
      Mappings:
      Namespace Name Mixin selector
      official e Lbei;e:Ljava/lang/String;
      intermediary field_42365 Lnet/minecraft/class_8112;field_42365:Ljava/lang/String;
      named field_42365 Lnet/minecraft/class_8112;field_42365:Ljava/lang/String;
  • Constructor Details

    • class_8112

      private class_8112(String string)
  • Method Details

    • values

      public static class_8112[] 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_8112 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 Laps;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;