Class Clips.SlerpClip
- java.lang.Object
-
- net.minecraftforge.common.model.animation.Clips.SlerpClip
-
-
Field Summary
Fields Modifier and Type Field Description private IClip
from
private ITimeValue
input
private ITimeValue
progress
private IClip
to
-
Constructor Summary
Constructors Constructor Description SlerpClip(IClip from, IClip to, ITimeValue input, ITimeValue progress)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IJointClip
apply(IJoint joint)
boolean
equals(java.lang.Object obj)
int
hashCode()
java.lang.Iterable<Event>
pastEvents(float lastPollTime, float time)
-
-
-
Field Detail
-
from
private final IClip from
-
to
private final IClip to
-
input
private final ITimeValue input
-
progress
private final ITimeValue progress
-
-
Constructor Detail
-
SlerpClip
public SlerpClip(IClip from, IClip to, ITimeValue input, ITimeValue progress)
-
-
Method Detail
-
apply
public IJointClip apply(IJoint joint)
-
pastEvents
public java.lang.Iterable<Event> pastEvents(float lastPollTime, float time)
- Specified by:
pastEvents
in interfaceIClip
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-