Package net.minecraft
Enum Class class_7649.class_7650
- All Implemented Interfaces:
Serializable
,Comparable<class_7649.class_7650>
,Constable
- Enclosing class:
class_7649
- Mappings:
Namespace Name official rt$a
intermediary net/minecraft/class_7649$class_7650
named net/minecraft/class_7649$class_7650
-
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_7649.class_7650
Returns the enum constant of this class with the specified name.static class_7649.class_7650[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PASS_THROUGH
- Mappings:
Namespace Name Mixin selector official a
Lrt$a;a:Lrt$a;
intermediary field_39947
Lnet/minecraft/class_7649$class_7650;field_39947:Lnet/minecraft/class_7649$class_7650;
named PASS_THROUGH
Lnet/minecraft/class_7649$class_7650;PASS_THROUGH:Lnet/minecraft/class_7649$class_7650;
-
FULLY_FILTERED
- Mappings:
Namespace Name Mixin selector official b
Lrt$a;b:Lrt$a;
intermediary field_39948
Lnet/minecraft/class_7649$class_7650;field_39948:Lnet/minecraft/class_7649$class_7650;
named FULLY_FILTERED
Lnet/minecraft/class_7649$class_7650;FULLY_FILTERED:Lnet/minecraft/class_7649$class_7650;
-
PARTIALLY_FILTERED
- Mappings:
Namespace Name Mixin selector official c
Lrt$a;c:Lrt$a;
intermediary field_39949
Lnet/minecraft/class_7649$class_7650;field_39949:Lnet/minecraft/class_7649$class_7650;
named PARTIALLY_FILTERED
Lnet/minecraft/class_7649$class_7650;PARTIALLY_FILTERED:Lnet/minecraft/class_7649$class_7650;
-
-
Constructor Details
-
class_7650
private class_7650()
-
-
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
-