Package net.minecraft

Enum Class class_7709

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

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

    • FOOD

      public static final class_7709 FOOD
      Mappings:
      Namespace Name Mixin selector
      official a Lcfh;a:Lcfh;
      intermediary field_40242 Lnet/minecraft/class_7709;field_40242:Lnet/minecraft/class_7709;
      named FOOD Lnet/minecraft/class_7709;FOOD:Lnet/minecraft/class_7709;
    • BLOCKS

      public static final class_7709 BLOCKS
      Mappings:
      Namespace Name Mixin selector
      official b Lcfh;b:Lcfh;
      intermediary field_40243 Lnet/minecraft/class_7709;field_40243:Lnet/minecraft/class_7709;
      named BLOCKS Lnet/minecraft/class_7709;BLOCKS:Lnet/minecraft/class_7709;
    • MISC

      public static final class_7709 MISC
      Mappings:
      Namespace Name Mixin selector
      official c Lcfh;c:Lcfh;
      intermediary field_40244 Lnet/minecraft/class_7709;field_40244:Lnet/minecraft/class_7709;
      named MISC Lnet/minecraft/class_7709;MISC:Lnet/minecraft/class_7709;
  • Field Details

    • field_40245

      public static final StringIdentifiable.Codec<class_7709> field_40245
      Mappings:
      Namespace Name Mixin selector
      official d Lcfh;d:Laod$a;
      intermediary field_40245 Lnet/minecraft/class_7709;field_40245:Lnet/minecraft/class_3542$class_7292;
      named field_40245 Lnet/minecraft/class_7709;field_40245:Lnet/minecraft/util/StringIdentifiable$Codec;
    • field_40246

      private final String field_40246
      Mappings:
      Namespace Name Mixin selector
      official e Lcfh;e:Ljava/lang/String;
      intermediary field_40246 Lnet/minecraft/class_7709;field_40246:Ljava/lang/String;
      named field_40246 Lnet/minecraft/class_7709;field_40246:Ljava/lang/String;
  • Constructor Details

    • class_7709

      private class_7709(String string)
  • Method Details

    • values

      public static class_7709[] 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_7709 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;