Uses of Class
net.minecraft.client.render.model.json.ModelOverride.Condition
| Package | Description |
|---|---|
| net.minecraft.client.render.model.json |
-
Uses of ModelOverride.Condition in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json with type parameters of type ModelOverride.Condition Modifier and Type Field Description private List<ModelOverride.Condition>ModelOverride. conditionsMethods in net.minecraft.client.render.model.json that return types with arguments of type ModelOverride.Condition Modifier and Type Method Description protected List<ModelOverride.Condition>ModelOverride.Deserializer. deserializeMinPropertyValues(JsonObject object)Stream<ModelOverride.Condition>ModelOverride. streamConditions()Constructor parameters in net.minecraft.client.render.model.json with type arguments of type ModelOverride.Condition Constructor Description ModelOverride(Identifier modelId, List<ModelOverride.Condition> conditions)