Class EntityModel<T extends Entity>
java.lang.Object
net.minecraft.client.renderer.model.Model
net.minecraft.client.renderer.entity.model.EntityModel<T>
- All Implemented Interfaces:
Consumer<ModelRenderer>
- Direct Known Subclasses:
AgeableModel
,EnderDragonRenderer.EnderDragonModel
,LlamaModel
,RabbitModel
,SegmentedModel
-
Field Summary
Fields inherited from class net.minecraft.client.renderer.model.Model
renderType, texHeight, texWidth
-
Constructor Summary
ModifierConstructorDescriptionprotected
protected
EntityModel
(Function<ResourceLocation, RenderType> p_i225945_1_) -
Method Summary
Modifier and TypeMethodDescriptionvoid
copyPropertiesTo
(EntityModel<T> p_217111_1_) void
prepareMobModel
(T p_212843_1_, float p_212843_2_, float p_212843_3_, float p_212843_4_) abstract void
setupAnim
(T p_225597_1_, float p_225597_2_, float p_225597_3_, float p_225597_4_, float p_225597_5_, float p_225597_6_) Methods inherited from class net.minecraft.client.renderer.model.Model
accept, renderToBuffer, renderType
-
Field Details
-
attackTime
public float attackTime -
riding
public boolean riding -
young
public boolean young
-
-
Constructor Details
-
EntityModel
protected EntityModel() -
EntityModel
-
-
Method Details
-
setupAnim
public abstract void setupAnim(T p_225597_1_, float p_225597_2_, float p_225597_3_, float p_225597_4_, float p_225597_5_, float p_225597_6_) -
prepareMobModel
-
copyPropertiesTo
-