| Constructor and Description | 
|---|
ModelClip(IClip childClip,
         ResourceLocation modelLocation,
         java.lang.String clipName)  | 
| Modifier and Type | Method and Description | 
|---|---|
IJointClip | 
apply(IJoint joint)  | 
boolean | 
equals(java.lang.Object obj)  | 
int | 
hashCode()  | 
java.lang.Iterable<Event> | 
pastEvents(float lastPollTime,
          float time)  | 
public ModelClip(IClip childClip, ResourceLocation modelLocation, java.lang.String clipName)
public IJointClip apply(IJoint joint)
public java.lang.Iterable<Event> pastEvents(float lastPollTime, float time)
pastEvents in interface IClippublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object