Uses of Record Class
net.minecraft.client.render.model.json.ModelVariant.VariantType
Packages that use ModelVariant.VariantType
-
Uses of ModelVariant.VariantType in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json declared as ModelVariant.VariantTypeModifier and TypeFieldDescriptionprivate final ModelVariant.VariantTypeModelVariant.modelStateThe field for themodelStaterecord component.static final ModelVariant.VariantTypeModelVariant.VariantType.variantTypeFields in net.minecraft.client.render.model.json with type parameters of type ModelVariant.VariantTypeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<ModelVariant.VariantType> ModelVariant.VariantType.CODECMethods in net.minecraft.client.render.model.json that return ModelVariant.VariantTypeModifier and TypeMethodDescriptionModelVariant.modelState()Returns the value of themodelStaterecord component.ModelVariant.VariantType.setRotationX(Rotation amount) ModelVariant.VariantType.setRotationY(Rotation amount) ModelVariant.VariantType.setUVLock(boolean uvLock) Methods in net.minecraft.client.render.model.json with parameters of type ModelVariant.VariantTypeConstructors in net.minecraft.client.render.model.json with parameters of type ModelVariant.VariantTypeModifierConstructorDescriptionModelVariant(Identifier location, ModelVariant.VariantType variantType, int int2)