Package net.minecraft

Enum Class class_2592

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

public enum class_2592 extends Enum<class_2592>
Mappings:
Namespace Name
official mr
intermediary net/minecraft/class_2592
named net/minecraft/class_2592
  • Enum Constant Details

    • field_11726

      public static final class_2592 field_11726
      Mappings:
      Namespace Name Mixin selector
      official a Lmr;a:Lmr;
      intermediary field_11726 Lnet/minecraft/class_2592;field_11726:Lnet/minecraft/class_2592;
      named field_11726 Lnet/minecraft/class_2592;field_11726:Lnet/minecraft/class_2592;
    • field_11727

      public static final class_2592 field_11727
      Mappings:
      Namespace Name Mixin selector
      official b Lmr;b:Lmr;
      intermediary field_11727 Lnet/minecraft/class_2592;field_11727:Lnet/minecraft/class_2592;
      named field_11727 Lnet/minecraft/class_2592;field_11727:Lnet/minecraft/class_2592;
    • field_11728

      public static final class_2592 field_11728
      Mappings:
      Namespace Name Mixin selector
      official c Lmr;c:Lmr;
      intermediary field_11728 Lnet/minecraft/class_2592;field_11728:Lnet/minecraft/class_2592;
      named field_11728 Lnet/minecraft/class_2592;field_11728:Lnet/minecraft/class_2592;
    • field_11729

      public static final class_2592 field_11729
      Mappings:
      Namespace Name Mixin selector
      official d Lmr;d:Lmr;
      intermediary field_11729 Lnet/minecraft/class_2592;field_11729:Lnet/minecraft/class_2592;
      named field_11729 Lnet/minecraft/class_2592;field_11729:Lnet/minecraft/class_2592;
  • Constructor Details

    • class_2592

      private class_2592()
  • Method Details

    • values

      public static class_2592[] 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_2592 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