Package net.minecraft
Enum Class class_10900.class_10907
- All Implemented Interfaces:
Serializable,Comparable<class_10900.class_10907>,Constable
- Enclosing class:
class_10900
- Mappings:
Namespace Name named net/minecraft/class_10900$class_10907intermediary net/minecraft/class_10900$class_10907official ut$g
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic class_10900.class_10907Returns the enum constant of this class with the specified name.static class_10900.class_10907[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SIGNED
- Mappings:
Namespace Name Mixin selector named SIGNEDLnet/minecraft/class_10900$class_10907;SIGNED:Lnet/minecraft/class_10900$class_10907;intermediary field_58017Lnet/minecraft/class_10900$class_10907;field_58017:Lnet/minecraft/class_10900$class_10907;official aLut$g;a:Lut$g;
-
UNSIGNED
- Mappings:
Namespace Name Mixin selector named UNSIGNEDLnet/minecraft/class_10900$class_10907;UNSIGNED:Lnet/minecraft/class_10900$class_10907;intermediary field_58018Lnet/minecraft/class_10900$class_10907;field_58018:Lnet/minecraft/class_10900$class_10907;official bLut$g;b:Lut$g;
-
-
Constructor Details
-
class_10907
private class_10907()
-
-
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
-