@Deprecated public class AnimationModelBase<T extends Entity> extends ModelBase implements IEventHandler<T>
boxList, isChild, isRiding, swingProgress, textureHeight, textureWidth| Constructor and Description | 
|---|
AnimationModelBase(ResourceLocation modelLocation,
                  VertexLighterFlat lighter)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
handleEvents(T instance,
            float time,
            java.lang.Iterable<Event> pastEvents)
Deprecated.  
  | 
void | 
render(Entity entity,
      float limbSwing,
      float limbSwingSpeed,
      float timeAlive,
      float yawHead,
      float rotationPitch,
      float scale)
Deprecated.  
  | 
copyModelAngles, getRandomModelBox, getTextureOffset, setLivingAnimations, setModelAttributes, setRotationAngles, setTextureOffsetpublic AnimationModelBase(ResourceLocation modelLocation, VertexLighterFlat lighter)
public void render(Entity entity, float limbSwing, float limbSwingSpeed, float timeAlive, float yawHead, float rotationPitch, float scale)
public void handleEvents(T instance, float time, java.lang.Iterable<Event> pastEvents)
handleEvents in interface IEventHandler<T extends Entity>