Uses of Class
net.minecraft.client.render.model.json.ModelOverride.Condition
Packages that use ModelOverride.Condition
-
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.ConditionModifier and TypeFieldDescriptionprivate final List<ModelOverride.Condition>
ModelOverride.conditions
Methods in net.minecraft.client.render.model.json that return types with arguments of type ModelOverride.ConditionModifier and TypeMethodDescriptionprotected List<ModelOverride.Condition>
ModelOverride.Deserializer.deserializeMinPropertyValues
(JsonObject object) ModelOverride.streamConditions()
Constructor parameters in net.minecraft.client.render.model.json with type arguments of type ModelOverride.ConditionModifierConstructorDescriptionModelOverride
(Identifier modelId, List<ModelOverride.Condition> conditions)