Package net.minecraft

Enum Class class_10900.class_10905

java.lang.Object
java.lang.Enum<class_10900.class_10905>
net.minecraft.class_10900.class_10905
All Implemented Interfaces:
Serializable, Comparable<class_10900.class_10905>, Constable
Enclosing class:
class_10900

private static enum class_10900.class_10905 extends Enum<class_10900.class_10905>
Mappings:
Namespace Name
named net/minecraft/class_10900$class_10905
intermediary net/minecraft/class_10900$class_10905
official ut$e
  • Enum Constant Details

    • PLUS

      public static final class_10900.class_10905 PLUS
      Mappings:
      Namespace Name Mixin selector
      named PLUS Lnet/minecraft/class_10900$class_10905;PLUS:Lnet/minecraft/class_10900$class_10905;
      intermediary field_58014 Lnet/minecraft/class_10900$class_10905;field_58014:Lnet/minecraft/class_10900$class_10905;
      official a Lut$e;a:Lut$e;
    • MINUS

      public static final class_10900.class_10905 MINUS
      Mappings:
      Namespace Name Mixin selector
      named MINUS Lnet/minecraft/class_10900$class_10905;MINUS:Lnet/minecraft/class_10900$class_10905;
      intermediary field_58015 Lnet/minecraft/class_10900$class_10905;field_58015:Lnet/minecraft/class_10900$class_10905;
      official b Lut$e;b:Lut$e;
  • Constructor Details

    • class_10905

      private class_10905()
  • Method Details

    • values

      public static class_10900.class_10905[] 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_10900.class_10905 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_68654

      public void method_68654(StringBuilder stringBuilder)
      Mappings:
      Namespace Name Mixin selector
      named method_68654 Lnet/minecraft/class_10900$class_10905;method_68654(Ljava/lang/StringBuilder;)V
      intermediary method_68654 Lnet/minecraft/class_10900$class_10905;method_68654(Ljava/lang/StringBuilder;)V
      official a Lut$e;a(Ljava/lang/StringBuilder;)V