Package net.minecraft.data.client.model
Class When.LogicalCondition
java.lang.Object
net.minecraft.data.client.model.When.LogicalCondition
- All Implemented Interfaces:
Supplier<JsonElement>,When
- Enclosing interface:
- When
public static class When.LogicalCondition extends Object implements When
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.data.client.model.When
When.LogicalCondition, When.LogicalOperator, When.PropertyCondition -
Field Summary
Fields Modifier and Type Field Description private List<When>componentsprivate When.LogicalOperatoroperator -
Constructor Summary
Constructors Modifier Constructor Description privateLogicalCondition(When.LogicalOperator operator, List<When> components) -
Method Summary
Modifier and Type Method Description JsonElementget()voidvalidate(StateManager<?,?> stateManager)
-
Field Details
-
operator
-
components
-
-
Constructor Details
-
LogicalCondition
-
-
Method Details
-
validate
-
get
- Specified by:
getin interfaceSupplier<JsonElement>
-