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 classWhen.LogicalConditionstatic classWhen.LogicalOperatorstatic classWhen.PropertyCondition -
Method Summary
Modifier and Type Method Description static WhenanyOf(When[] conditions)static When.PropertyConditioncreate()voidvalidate(StateManager<?,?> stateManager)
-
Method Details
-
validate
-
create
-
anyOf
-