Package net.minecraft.data.client
Enum Class When.LogicalOperator
- All Implemented Interfaces:
Serializable,Comparable<When.LogicalOperator>,Constable
- Enclosing interface:
When
- Mappings:
Namespace Name intermediary net/minecraft/class_4918$class_4920official ku$bnamed net/minecraft/data/client/When$LogicalOperator
-
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 TypeMethodDescriptionstatic When.LogicalOperatorReturns the enum constant of this class with the specified name.static When.LogicalOperator[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AND
- Mappings:
Namespace Name Mixin selector intermediary field_22850Lnet/minecraft/class_4918$class_4920;field_22850:Lnet/minecraft/class_4918$class_4920;official aLku$b;a:Lku$b;named ANDLnet/minecraft/data/client/When$LogicalOperator;AND:Lnet/minecraft/data/client/When$LogicalOperator;
-
OR
- Mappings:
Namespace Name Mixin selector intermediary field_22851Lnet/minecraft/class_4918$class_4920;field_22851:Lnet/minecraft/class_4918$class_4920;official bLku$b;b:Lku$b;named ORLnet/minecraft/data/client/When$LogicalOperator;OR:Lnet/minecraft/data/client/When$LogicalOperator;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector intermediary field_22852Lnet/minecraft/class_4918$class_4920;field_22852:Ljava/lang/String;official cLku$b;c:Ljava/lang/String;named nameLnet/minecraft/data/client/When$LogicalOperator;name:Ljava/lang/String;
-
-
Constructor Details
-
LogicalOperator
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_4918$class_4920;<init>(Ljava/lang/String;ILjava/lang/String;)Vofficial <init>Lku$b;<init>(Ljava/lang/String;ILjava/lang/String;)Vnamed <init>Lnet/minecraft/data/client/When$LogicalOperator;<init>(Ljava/lang/String;ILjava/lang/String;)V
-
-
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
-