Package net.minecraft
Enum Class class_9904.class_9905
- All Implemented Interfaces:
Serializable,Comparable<class_9904.class_9905>,Constable
- Enclosing class:
class_9904
- Mappings:
Namespace Name named net/minecraft/class_9904$class_9905intermediary net/minecraft/class_9904$class_9905official erj$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoString()static class_9904.class_9905Returns the enum constant of this class with the specified name.static class_9904.class_9905[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
LEFT
- Mappings:
Namespace Name Mixin selector named LEFTLnet/minecraft/class_9904$class_9905;LEFT:Lnet/minecraft/class_9904$class_9905;intermediary field_52681Lnet/minecraft/class_9904$class_9905;field_52681:Lnet/minecraft/class_9904$class_9905;official aLerj$a;a:Lerj$a;
-
RIGHT
- Mappings:
Namespace Name Mixin selector named RIGHTLnet/minecraft/class_9904$class_9905;RIGHT:Lnet/minecraft/class_9904$class_9905;intermediary field_52682Lnet/minecraft/class_9904$class_9905;field_52682:Lnet/minecraft/class_9904$class_9905;official bLerj$a;b:Lerj$a;
-
-
Field Details
-
field_52683
- Mappings:
Namespace Name Mixin selector named field_52683Lnet/minecraft/class_9904$class_9905;field_52683:Ljava/lang/String;intermediary field_52683Lnet/minecraft/class_9904$class_9905;field_52683:Ljava/lang/String;official cLerj$a;c:Ljava/lang/String;
-
-
Constructor Details
-
class_9905
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
method_61863
- Mappings:
Namespace Name Mixin selector named method_61863Lnet/minecraft/class_9904$class_9905;method_61863()Lnet/minecraft/class_9904$class_9905;intermediary method_61863Lnet/minecraft/class_9904$class_9905;method_61863()Lnet/minecraft/class_9904$class_9905;official aLerj$a;a()Lerj$a;
-
toString
- Overrides:
toStringin classEnum<class_9904.class_9905>
-