Class Event
java.lang.Object
net.minecraftforge.common.animation.Event
- All Implemented Interfaces:
Comparable<Event>
Event stored in the clip
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
event
-
offset
private final float offset
-
-
Constructor Details
-
Event
-
-
Method Details
-
event
- Returns:
- the name of the event.
-
offset
public float offset()- Returns:
- how long ago the event happened, relative to the next event / first query time
-
compareTo
- Specified by:
compareTo
in interfaceComparable<Event>
-
toString
-