Package net.minecraft.client.model
Class EntityModel<T extends Entity>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<T>
- Direct Known Subclasses:
- AgeableListModel,- EnderDragonRenderer.DragonModel,- HierarchicalModel,- ListModel,- LlamaModel,- RabbitModel
- 
Field SummaryFieldsFields inherited from class net.minecraft.client.model.ModelrenderType
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedprotectedEntityModel(Function<ResourceLocation, RenderType> p_102613_) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidcopyPropertiesTo(EntityModel<T> p_102625_) voidprepareMobModel(T p_102614_, float p_102615_, float p_102616_, float p_102617_) abstract voidsetupAnim(T p_102618_, float p_102619_, float p_102620_, float p_102621_, float p_102622_, float p_102623_) Methods inherited from class net.minecraft.client.model.ModelrenderToBuffer, renderType
- 
Field Details- 
attackTimepublic float attackTime
- 
ridingpublic boolean riding
- 
youngpublic boolean young
 
- 
- 
Constructor Details- 
EntityModelprotected EntityModel()
- 
EntityModel
 
- 
- 
Method Details- 
setupAnimpublic abstract void setupAnim(T p_102618_, float p_102619_, float p_102620_, float p_102621_, float p_102622_, float p_102623_) 
- 
prepareMobModel
- 
copyPropertiesTo
 
-