Uses of Class
net.minecraft.client.model.ModelData
Packages that use ModelData
Package
Description
The base package for all Minecraft classes.
-
Uses of ModelData in net.minecraft
Methods in net.minecraft that return ModelData -
Uses of ModelData in net.minecraft.client.model
Fields 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 ModelDataModifierConstructorDescriptionprivate
TexturedModelData
(ModelData data, TextureDimensions dimensions) -
Uses of ModelData in net.minecraft.client.render.entity.model
Methods in net.minecraft.client.render.entity.model that return ModelDataModifier and TypeMethodDescriptionstatic ModelData
BipedEntityModel.getModelData
(Dilation dilation, float pivotOffsetY) static ModelData
HorseEntityModel.getModelData
(Dilation dilation) static ModelData
OcelotEntityModel.getModelData
(Dilation dilation) static ModelData
PiglinEntityModel.getModelData
(Dilation dilation) static ModelData
PiglinHeadEntityModel.getModelData()
static ModelData
QuadrupedEntityModel.getModelData
(int stanceWidth, Dilation dilation) static ModelData
SkullEntityModel.getModelData()
static ModelData
VillagerResemblingModel.getModelData()
static ModelData
PlayerEntityModel.getTexturedModelData
(Dilation dilation, boolean slim) Methods in net.minecraft.client.render.entity.model with parameters of type ModelData