Package net.minecraft

Enum Class class_7533

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

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

    • ABSOLUTE

      public static final class_7533 ABSOLUTE
      Mappings:
      Namespace Name Mixin selector
      official a Lehs;a:Lehs;
      intermediary field_39535 Lnet/minecraft/class_7533;field_39535:Lnet/minecraft/class_7533;
      named ABSOLUTE Lnet/minecraft/class_7533;ABSOLUTE:Lnet/minecraft/class_7533;
    • RELATIVE

      public static final class_7533 RELATIVE
      Mappings:
      Namespace Name Mixin selector
      official b Lehs;b:Lehs;
      intermediary field_39536 Lnet/minecraft/class_7533;field_39536:Lnet/minecraft/class_7533;
      named RELATIVE Lnet/minecraft/class_7533;RELATIVE:Lnet/minecraft/class_7533;
    • END

      public static final class_7533 END
      Mappings:
      Namespace Name Mixin selector
      official c Lehs;c:Lehs;
      intermediary field_39537 Lnet/minecraft/class_7533;field_39537:Lnet/minecraft/class_7533;
      named END Lnet/minecraft/class_7533;END:Lnet/minecraft/class_7533;
  • Constructor Details

    • class_7533

      private class_7533()
  • Method Details

    • values

      public static class_7533[] 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_7533 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