Uses of Record Class
net.minecraft.client.render.model.json.ModelOverrideList.InlinedCondition
Packages that use ModelOverrideList.InlinedCondition
-
Uses of ModelOverrideList.InlinedCondition in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json declared as ModelOverrideList.InlinedConditionModifier and TypeFieldDescriptionprivate final ModelOverrideList.InlinedCondition[]ModelOverrideList.BakedOverride.conditionsThe field for theconditionsrecord component.Methods in net.minecraft.client.render.model.json that return ModelOverrideList.InlinedConditionModifier and TypeMethodDescriptionModelOverrideList.BakedOverride.conditions()Returns the value of theconditionsrecord component.Constructors in net.minecraft.client.render.model.json with parameters of type ModelOverrideList.InlinedConditionModifierConstructorDescription(package private)BakedOverride(ModelOverrideList.InlinedCondition[] conditions, @Nullable BakedModel model) Creates an instance of aBakedOverriderecord class.