Uses of Record 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.conditionsThe field for theconditionsrecord component.Methods in net.minecraft.client.render.model.json that return types with arguments of type ModelOverride.ConditionModifier and TypeMethodDescriptionModelOverride.conditions()Returns the value of theconditionsrecord component.protected List<ModelOverride.Condition> ModelOverride.Deserializer.deserializeMinPropertyValues(JsonObject object) Constructor parameters in net.minecraft.client.render.model.json with type arguments of type ModelOverride.ConditionModifierConstructorDescriptionModelOverride(Identifier modelId, List<ModelOverride.Condition> list)