| Package | Description | 
|---|---|
| net.minecraftforge.client.model.animation | |
| net.minecraftforge.client.model.b3d | |
| net.minecraftforge.common.animation | |
| net.minecraftforge.common.model.animation | 
| Modifier and Type | Field and Description | 
|---|---|
| private java.util.TreeMap<java.lang.Float,Event> | ModelBlockAnimation.MBClip. events | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Iterable<Event> | ModelBlockAnimation.MBClip. pastEvents(float lastPollTime,
          float time) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AnimationTESR. handleEvents(T te,
            float time,
            java.lang.Iterable<Event> pastEvents) | 
| void | AnimationModelBase. handleEvents(T instance,
            float time,
            java.lang.Iterable<Event> pastEvents)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Iterable<Event> | B3DClip. pastEvents(float lastPollTime,
          float time) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | Event. compareTo(Event event) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | IEventHandler. handleEvents(T instance,
            float time,
            java.lang.Iterable<Event> pastEvents) | 
| Modifier and Type | Field and Description | 
|---|---|
| private static com.google.common.cache.LoadingCache<org.apache.commons.lang3.tuple.Triple<? extends IClip,java.lang.Float,java.lang.Float>,org.apache.commons.lang3.tuple.Pair<IModelState,java.lang.Iterable<Event>>> | AnimationStateMachine. clipCache | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.commons.lang3.tuple.Pair<IModelState,java.lang.Iterable<Event>> | AnimationStateMachine. apply(float time) | 
| org.apache.commons.lang3.tuple.Pair<IModelState,java.lang.Iterable<Event>> | IAnimationStateMachine. apply(float time)Sample the state and events at the current time. | 
| static org.apache.commons.lang3.tuple.Pair<IModelState,java.lang.Iterable<Event>> | Clips. apply(IClip clip,
     float lastPollTime,
     float time)IModelState wrapper for a Clip, sampled at specified time. | 
| java.lang.Iterable<Event> | IClip. pastEvents(float lastPollTime,
          float time) | 
| java.lang.Iterable<Event> | Clips.IdentityClip. pastEvents(float lastPollTime,
          float time) | 
| java.lang.Iterable<Event> | Clips.ModelClip. pastEvents(float lastPollTime,
          float time) | 
| java.lang.Iterable<Event> | Clips.TimeClip. pastEvents(float lastPollTime,
          float time) | 
| java.lang.Iterable<Event> | Clips.SlerpClip. pastEvents(float lastPollTime,
          float time) | 
| java.lang.Iterable<Event> | Clips.TriggerClip. pastEvents(float lastPollTime,
          float time) | 
| java.lang.Iterable<Event> | Clips.ClipReference. pastEvents(float lastPollTime,
          float time) |