Package net.minecraft
Enum Class class_9851
- All Implemented Interfaces:
Serializable,Comparable<class_9851>,Constable
- Mappings:
Namespace Name named net/minecraft/class_9851intermediary net/minecraft/class_9851official baf
-
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 TypeMethodDescriptionbooleanmethod_61348(boolean bool) static class_9851Returns the enum constant of this class with the specified name.static class_9851[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TRUE
- Mappings:
Namespace Name Mixin selector named TRUELnet/minecraft/class_9851;TRUE:Lnet/minecraft/class_9851;intermediary field_52394Lnet/minecraft/class_9851;field_52394:Lnet/minecraft/class_9851;official aLbaf;a:Lbaf;
-
FALSE
- Mappings:
Namespace Name Mixin selector named FALSELnet/minecraft/class_9851;FALSE:Lnet/minecraft/class_9851;intermediary field_52395Lnet/minecraft/class_9851;field_52395:Lnet/minecraft/class_9851;official bLbaf;b:Lbaf;
-
DEFAULT
- Mappings:
Namespace Name Mixin selector named DEFAULTLnet/minecraft/class_9851;DEFAULT:Lnet/minecraft/class_9851;intermediary field_52396Lnet/minecraft/class_9851;field_52396:Lnet/minecraft/class_9851;official cLbaf;c:Lbaf;
-
-
Constructor Details
-
class_9851
private class_9851()
-
-
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_61348
public boolean method_61348(boolean bool) - Mappings:
Namespace Name Mixin selector named method_61348Lnet/minecraft/class_9851;method_61348(Z)Zintermediary method_61348Lnet/minecraft/class_9851;method_61348(Z)Zofficial aLbaf;a(Z)Z
-