Package net.minecraft

Enum Class class_2559

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

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

    • field_11472

      public static final class_2559 field_11472
      Mappings:
      Namespace Name Mixin selector
      official a Lem;a:Lem;
      intermediary field_11472 Lnet/minecraft/class_2559;field_11472:Lnet/minecraft/class_2559;
      named field_11472 Lnet/minecraft/class_2559;field_11472:Lnet/minecraft/class_2559;
    • field_11473

      public static final class_2559 field_11473
      Mappings:
      Namespace Name Mixin selector
      official b Lem;b:Lem;
      intermediary field_11473 Lnet/minecraft/class_2559;field_11473:Lnet/minecraft/class_2559;
      named field_11473 Lnet/minecraft/class_2559;field_11473:Lnet/minecraft/class_2559;
  • Field Details

    • field_11474

      private final int field_11474
      Mappings:
      Namespace Name Mixin selector
      official c Lem;c:I
      intermediary field_11474 Lnet/minecraft/class_2559;field_11474:I
      named field_11474 Lnet/minecraft/class_2559;field_11474:I
    • field_11475

      private final String field_11475
      Mappings:
      Namespace Name Mixin selector
      official d Lem;d:Ljava/lang/String;
      intermediary field_11475 Lnet/minecraft/class_2559;field_11475:Ljava/lang/String;
      named field_11475 Lnet/minecraft/class_2559;field_11475:Ljava/lang/String;
  • Constructor Details

    • class_2559

      private class_2559(int int2, String string)
  • Method Details

    • values

      public static class_2559[] 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_2559 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
    • method_10548

      public int method_10548()
      Mappings:
      Namespace Name Mixin selector
      official a Lem;a()I
      intermediary method_10548 Lnet/minecraft/class_2559;method_10548()I
      named method_10548 Lnet/minecraft/class_2559;method_10548()I
    • toString

      public String toString()
      Overrides:
      toString in class Enum<class_2559>
      Mappings:
      Namespace Name Mixin selector
      official toString Lem;toString()Ljava/lang/String;
      intermediary toString Lnet/minecraft/class_2559;toString()Ljava/lang/String;
      named toString Lnet/minecraft/class_2559;toString()Ljava/lang/String;