Package net.minecraft

Enum Class class_7710

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

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

    • BUILDING

      public static final class_7710 BUILDING
      Mappings:
      Namespace Name Mixin selector
      official a Lcfi;a:Lcfi;
      intermediary field_40248 Lnet/minecraft/class_7710;field_40248:Lnet/minecraft/class_7710;
      named BUILDING Lnet/minecraft/class_7710;BUILDING:Lnet/minecraft/class_7710;
    • REDSTONE

      public static final class_7710 REDSTONE
      Mappings:
      Namespace Name Mixin selector
      official b Lcfi;b:Lcfi;
      intermediary field_40249 Lnet/minecraft/class_7710;field_40249:Lnet/minecraft/class_7710;
      named REDSTONE Lnet/minecraft/class_7710;REDSTONE:Lnet/minecraft/class_7710;
    • EQUIPMENT

      public static final class_7710 EQUIPMENT
      Mappings:
      Namespace Name Mixin selector
      official c Lcfi;c:Lcfi;
      intermediary field_40250 Lnet/minecraft/class_7710;field_40250:Lnet/minecraft/class_7710;
      named EQUIPMENT Lnet/minecraft/class_7710;EQUIPMENT:Lnet/minecraft/class_7710;
    • MISC

      public static final class_7710 MISC
      Mappings:
      Namespace Name Mixin selector
      official d Lcfi;d:Lcfi;
      intermediary field_40251 Lnet/minecraft/class_7710;field_40251:Lnet/minecraft/class_7710;
      named MISC Lnet/minecraft/class_7710;MISC:Lnet/minecraft/class_7710;
  • Field Details

    • field_40252

      public static final StringIdentifiable.Codec<class_7710> field_40252
      Mappings:
      Namespace Name Mixin selector
      official e Lcfi;e:Laod$a;
      intermediary field_40252 Lnet/minecraft/class_7710;field_40252:Lnet/minecraft/class_3542$class_7292;
      named field_40252 Lnet/minecraft/class_7710;field_40252:Lnet/minecraft/util/StringIdentifiable$Codec;
    • field_40253

      private final String field_40253
      Mappings:
      Namespace Name Mixin selector
      official f Lcfi;f:Ljava/lang/String;
      intermediary field_40253 Lnet/minecraft/class_7710;field_40253:Ljava/lang/String;
      named field_40253 Lnet/minecraft/class_7710;field_40253:Ljava/lang/String;
  • Constructor Details

    • class_7710

      private class_7710(String string)
  • Method Details

    • values

      public static class_7710[] 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_7710 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 Laod;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;