Package net.minecraft

Enum Class class_7061.class_7062

java.lang.Object
java.lang.Enum<class_7061.class_7062>
net.minecraft.class_7061.class_7062
All Implemented Interfaces:
Serializable, Comparable<class_7061.class_7062>, Constable, StringIdentifiable
Enclosing class:
class_7061

public static enum class_7061.class_7062 extends Enum<class_7061.class_7062> implements StringIdentifiable
Mappings:
Namespace Name
official dfp$a
intermediary net/minecraft/class_7061$class_7062
named net/minecraft/class_7061$class_7062
  • Enum Constant Details

    • PIECE

      public static final class_7061.class_7062 PIECE
      Mappings:
      Namespace Name Mixin selector
      official a Ldfp$a;a:Ldfp$a;
      intermediary field_37199 Lnet/minecraft/class_7061$class_7062;field_37199:Lnet/minecraft/class_7061$class_7062;
      named PIECE Lnet/minecraft/class_7061$class_7062;PIECE:Lnet/minecraft/class_7061$class_7062;
    • STRUCTURE

      public static final class_7061.class_7062 STRUCTURE
      Mappings:
      Namespace Name Mixin selector
      official b Ldfp$a;b:Ldfp$a;
      intermediary field_37200 Lnet/minecraft/class_7061$class_7062;field_37200:Lnet/minecraft/class_7061$class_7062;
      named STRUCTURE Lnet/minecraft/class_7061$class_7062;STRUCTURE:Lnet/minecraft/class_7061$class_7062;
  • Field Details

    • field_37201

      public static final class_7061.class_7062[] field_37201
      Mappings:
      Namespace Name Mixin selector
      official c Ldfp$a;c:[Ldfp$a;
      intermediary field_37201 Lnet/minecraft/class_7061$class_7062;field_37201:[Lnet/minecraft/class_7061$class_7062;
      named field_37201 Lnet/minecraft/class_7061$class_7062;field_37201:[Lnet/minecraft/class_7061$class_7062;
    • field_37202

      public static final com.mojang.serialization.Codec<class_7061.class_7062> field_37202
      Mappings:
      Namespace Name Mixin selector
      official d Ldfp$a;d:Lcom/mojang/serialization/Codec;
      intermediary field_37202 Lnet/minecraft/class_7061$class_7062;field_37202:Lcom/mojang/serialization/Codec;
      named field_37202 Lnet/minecraft/class_7061$class_7062;field_37202:Lcom/mojang/serialization/Codec;
    • field_37203

      private final String field_37203
      Mappings:
      Namespace Name Mixin selector
      official e Ldfp$a;e:Ljava/lang/String;
      intermediary field_37203 Lnet/minecraft/class_7061$class_7062;field_37203:Ljava/lang/String;
      named field_37203 Lnet/minecraft/class_7061$class_7062;field_37203:Ljava/lang/String;
  • Constructor Details

    • class_7062

      private class_7062(String string)
  • Method Details

    • values

      public static class_7061.class_7062[] 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_7061.class_7062 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()
      Specified by:
      asString in interface StringIdentifiable
      Mappings:
      Namespace Name Mixin selector
      official c Lajs;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_41151

      @Nullable public static @Nullable class_7061.class_7062 method_41151(@Nullable @Nullable String string)
      Mappings:
      Namespace Name Mixin selector
      official a Ldfp$a;a(Ljava/lang/String;)Ldfp$a;
      intermediary method_41151 Lnet/minecraft/class_7061$class_7062;method_41151(Ljava/lang/String;)Lnet/minecraft/class_7061$class_7062;
      named method_41151 Lnet/minecraft/class_7061$class_7062;method_41151(Ljava/lang/String;)Lnet/minecraft/class_7061$class_7062;