Uses of Class
net.minecraft.data.client.model.When.LogicalOperator
Package | Description |
---|---|
net.minecraft.data.client.model |
-
Uses of When.LogicalOperator in net.minecraft.data.client.model
Fields in net.minecraft.data.client.model declared as When.LogicalOperator Modifier and Type Field Description private When.LogicalOperator
When.LogicalCondition. operator
Methods in net.minecraft.data.client.model that return When.LogicalOperator Modifier and Type Method Description static When.LogicalOperator
When.LogicalOperator. valueOf(String name)
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.LogicalOperator Constructor Description LogicalCondition(When.LogicalOperator operator, List<When> components)