Uses of Enum
net.minecraft.data.client.model.When.LogicalOperator
Packages that use When.LogicalOperator
-
Uses of When.LogicalOperator in net.minecraft.data.client.model
Fields in net.minecraft.data.client.model declared as When.LogicalOperatorMethods in net.minecraft.data.client.model that return When.LogicalOperatorModifier and TypeMethodDescriptionstatic When.LogicalOperator
Returns the enum constant of this type with the specified name.static When.LogicalOperator[]
When.LogicalOperator.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraft.data.client.model with parameters of type When.LogicalOperatorModifierConstructorDescriptionprivate
LogicalCondition(When.LogicalOperator operator, List<When> components)