@Deprecated public class AnimationModelBase<T extends Entity> extends ModelBase implements IEventHandler<T>
Modifier and Type | Field and Description |
---|---|
private VertexLighterFlat |
lighter
Deprecated.
|
private ResourceLocation |
modelLocation
Deprecated.
|
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, setTextureOffset
private final VertexLighterFlat lighter
private final ResourceLocation modelLocation
public 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>