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>
components
private When.LogicalOperator
operator
-
Constructor Summary
Constructors Modifier Constructor Description private
LogicalCondition(When.LogicalOperator operator, List<When> components)
-
Method Summary
Modifier and Type Method Description JsonElement
get()
void
validate(StateManager<?,?> stateManager)
-
Field Details
-
operator
-
components
-
-
Constructor Details
-
LogicalCondition
-
-
Method Details
-
validate
-
get
- Specified by:
get
in interfaceSupplier<JsonElement>
-