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

public abstract class EntityModel<T extends Entity> extends Model
  • Field Details

    • attackTime

      public float attackTime
    • riding

      public boolean riding
    • young

      public boolean young
  • Constructor Details

  • 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

      public void prepareMobModel(T p_212843_1_, float p_212843_2_, float p_212843_3_, float p_212843_4_)
    • copyPropertiesTo

      public void copyPropertiesTo(EntityModel<T> p_217111_1_)