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.conditions
The field for theconditions
record component.Methods in net.minecraft.client.render.model.json that return ModelOverrideList.InlinedConditionModifier and TypeMethodDescriptionModelOverrideList.BakedOverride.conditions()
Returns the value of theconditions
record 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 aBakedOverride
record class.