Uses of Record Class
net.minecraft.client.render.model.json.ModelVariant
Packages that use ModelVariant
- 
Uses of ModelVariant in net.minecraft.client.render.model.jsonFields in net.minecraft.client.render.model.json with type parameters of type ModelVariantModifier and TypeFieldDescriptionprivate final List<ModelVariant> WeightedUnbakedModel.variantsThe field for thevariantsrecord 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 thevariantsrecord component.Constructor parameters in net.minecraft.client.render.model.json with type arguments of type ModelVariant