Enum Class class_1901

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

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

    • NONE

      public static final class_1901 NONE
      Mappings:
      Namespace Name Mixin selector
      official a Lcyf;a:Lcyf;
      intermediary field_8162 Lnet/minecraft/class_1901;field_8162:Lnet/minecraft/class_1901;
      named NONE Lnet/minecraft/client/class_1901;NONE:Lnet/minecraft/client/class_1901;
    • LINEAR

      public static final class_1901 LINEAR
      Mappings:
      Namespace Name Mixin selector
      official b Lcyf;b:Lcyf;
      intermediary field_8163 Lnet/minecraft/class_1901;field_8163:Lnet/minecraft/class_1901;
      named LINEAR Lnet/minecraft/client/class_1901;LINEAR:Lnet/minecraft/client/class_1901;
  • Field Details

    • field_8164

      private final int field_8164
      Mappings:
      Namespace Name Mixin selector
      official c Lcyf;c:I
      intermediary field_8164 Lnet/minecraft/class_1901;field_8164:I
      named field_8164 Lnet/minecraft/client/class_1901;field_8164:I
  • Constructor Details

    • class_1901

      private class_1901(int int2)
  • Method Details

    • values

      public static class_1901[] 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_1901 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_7082

      public int method_7082()
      Mappings:
      Namespace Name Mixin selector
      official a Lcyf;a()I
      intermediary method_7082 Lnet/minecraft/class_1901;method_7082()I
      named method_7082 Lnet/minecraft/client/class_1901;method_7082()I