Package net.minecraft

Enum Class class_2464

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

@Environment(CLIENT) public enum class_2464 extends Enum<class_2464>
Mappings:
Namespace Name
official cmz
intermediary net/minecraft/class_2464
named net/minecraft/class_2464
  • Enum Constant Details

    • field_10992

      public static final class_2464 field_10992
      Mappings:
      Namespace Name Mixin selector
      official a Lcmz;a:Lcmz;
      intermediary field_10992 Lnet/minecraft/class_2464;field_10992:Lnet/minecraft/class_2464;
      named field_10992 Lnet/minecraft/class_2464;field_10992:Lnet/minecraft/class_2464;
    • field_10993

      public static final class_2464 field_10993
      Mappings:
      Namespace Name Mixin selector
      official b Lcmz;b:Lcmz;
      intermediary field_10993 Lnet/minecraft/class_2464;field_10993:Lnet/minecraft/class_2464;
      named field_10993 Lnet/minecraft/class_2464;field_10993:Lnet/minecraft/class_2464;
    • field_10994

      public static final class_2464 field_10994
      Mappings:
      Namespace Name Mixin selector
      official c Lcmz;c:Lcmz;
      intermediary field_10994 Lnet/minecraft/class_2464;field_10994:Lnet/minecraft/class_2464;
      named field_10994 Lnet/minecraft/class_2464;field_10994:Lnet/minecraft/class_2464;
    • field_10995

      public static final class_2464 field_10995
      Mappings:
      Namespace Name Mixin selector
      official d Lcmz;d:Lcmz;
      intermediary field_10995 Lnet/minecraft/class_2464;field_10995:Lnet/minecraft/class_2464;
      named field_10995 Lnet/minecraft/class_2464;field_10995:Lnet/minecraft/class_2464;
    • field_10996

      public static final class_2464 field_10996
      Mappings:
      Namespace Name Mixin selector
      official e Lcmz;e:Lcmz;
      intermediary field_10996 Lnet/minecraft/class_2464;field_10996:Lnet/minecraft/class_2464;
      named field_10996 Lnet/minecraft/class_2464;field_10996:Lnet/minecraft/class_2464;
  • Constructor Details

    • class_2464

      private class_2464()
  • Method Details

    • values

      public static class_2464[] 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_2464 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