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
,EntityRendererEventsTest.EntityRenderEventsTestClientModStuff.MyEntityModel
,HierarchicalModel
,ListModel
,LlamaModel
,RabbitModel
-
Field Summary
Fields inherited from class net.minecraft.client.model.Model
renderType
-
Constructor Summary
ModifierConstructorDescriptionprotected
protected
EntityModel
(Function<ResourceLocation, RenderType> p_102613_) -
Method Summary
Modifier and TypeMethodDescriptionvoid
copyPropertiesTo
(EntityModel<T> p_102625_) void
prepareMobModel
(T p_102614_, float p_102615_, float p_102616_, float p_102617_) abstract void
setupAnim
(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.Model
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_102618_, float p_102619_, float p_102620_, float p_102621_, float p_102622_, float p_102623_) -
prepareMobModel
-
copyPropertiesTo
-