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

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_102618_, float p_102619_, float p_102620_, float p_102621_, float p_102622_, float p_102623_)
    • prepareMobModel

      public void prepareMobModel(T p_102614_, float p_102615_, float p_102616_, float p_102617_)
    • copyPropertiesTo

      public void copyPropertiesTo(EntityModel<T> p_102625_)