Modifier and Type | Field and Description |
---|---|
private IClip |
childClip |
private java.lang.String |
clipName |
private ResourceLocation |
modelLocation |
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) |
private final IClip childClip
private final ResourceLocation modelLocation
private final java.lang.String clipName
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 IClip
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object