Class EntityModel<T extends Entity>

java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<T>
Direct Known Subclasses:
AnimalModel, CompositeEntityModel, EnderDragonEntityRenderer.DragonEntityModel, LlamaEntityModel, RabbitEntityModel, SinglePartEntityModel

@Environment(CLIENT)
public abstract class EntityModel<T extends Entity>
extends Model
  • Field Details

    • handSwingProgress

      public float handSwingProgress
    • riding

      public boolean riding
    • child

      public boolean child
  • Constructor Details

  • Method Details

    • setAngles

      public abstract void setAngles​(T entity, float limbAngle, float limbDistance, float animationProgress, float headYaw, float headPitch)
    • animateModel

      public void animateModel​(T entity, float limbAngle, float limbDistance, float tickDelta)
    • copyStateTo

      public void copyStateTo​(EntityModel<T> copy)