Package net.minecraft.data.client.model
Interface When
- All Superinterfaces:
Supplier<JsonElement>
- All Known Implementing Classes:
When.LogicalCondition
,When.PropertyCondition
public interface When extends Supplier<JsonElement>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
When.LogicalCondition
static class
When.LogicalOperator
static class
When.PropertyCondition
-
Method Summary
Modifier and Type Method Description static When
anyOf(When[] conditions)
static When.PropertyCondition
create()
void
validate(StateManager<?,?> stateManager)
-
Method Details
-
validate
-
create
-
anyOf
-