Uses of Class
net.minecraft.client.model.ModelData
Packages that use ModelData
- 
Uses of ModelData in net.minecraft.client.modelFields in net.minecraft.client.model declared as ModelDataMethods in net.minecraft.client.model with parameters of type ModelDataConstructors in net.minecraft.client.model with parameters of type ModelDataModifierConstructorDescriptionprivateTexturedModelData(ModelData data, TextureDimensions dimensions) 
- 
Uses of ModelData in net.minecraft.client.render.entity.modelMethods in net.minecraft.client.render.entity.model that return ModelDataModifier and TypeMethodDescriptionstatic ModelDataArmorEntityModel.getModelData(Dilation dilation) static ModelDataBipedEntityModel.getModelData(Dilation dilation, float pivotOffsetY) static ModelDataHorseEntityModel.getModelData(Dilation dilation) static ModelDataOcelotEntityModel.getModelData(Dilation dilation) static ModelDataPiglinEntityModel.getModelData(Dilation dilation) static ModelDataPiglinHeadEntityModel.getModelData()static ModelDataQuadrupedEntityModel.getModelData(int stanceWidth, Dilation dilation) static ModelDataSkullEntityModel.getModelData()static ModelDataVillagerResemblingModel.getModelData()static ModelDataPlayerEntityModel.getTexturedModelData(Dilation dilation, boolean slim) Methods in net.minecraft.client.render.entity.model with parameters of type ModelData