Uses of Record Class
net.minecraft.client.render.model.json.ModelVariant
Packages that use ModelVariant
-
Uses of ModelVariant in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json with type parameters of type ModelVariantModifier and TypeFieldDescriptionprivate final List
<ModelVariant> WeightedUnbakedModel.variants
The field for thevariants
record component.Methods in net.minecraft.client.render.model.json that return ModelVariantModifier and TypeMethodDescriptionModelVariant.Deserializer.deserialize
(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext) Methods in net.minecraft.client.render.model.json that return types with arguments of type ModelVariantModifier and TypeMethodDescriptionWeightedUnbakedModel.variants()
Returns the value of thevariants
record component.Constructor parameters in net.minecraft.client.render.model.json with type arguments of type ModelVariant