Uses of Class
net.minecraftforge.common.animation.Event
-
Packages that use Event Package Description net.minecraftforge.client.model.animation net.minecraftforge.client.model.b3d net.minecraftforge.common.animation net.minecraftforge.common.model.animation -
-
Uses of Event in net.minecraftforge.client.model.animation
Fields in net.minecraftforge.client.model.animation with type parameters of type Event Modifier and Type Field Description private java.util.TreeMap<java.lang.Float,Event>
ModelBlockAnimation.MBClip. events
Methods in net.minecraftforge.client.model.animation that return types with arguments of type Event Modifier and Type Method Description java.lang.Iterable<Event>
ModelBlockAnimation.MBClip. pastEvents(float lastPollTime, float time)
Method parameters in net.minecraftforge.client.model.animation with type arguments of type Event Modifier and Type Method Description void
TileEntityRendererAnimation. handleEvents(T te, float time, java.lang.Iterable<Event> pastEvents)
-
Uses of Event in net.minecraftforge.client.model.b3d
Methods in net.minecraftforge.client.model.b3d that return types with arguments of type Event Modifier and Type Method Description java.lang.Iterable<Event>
B3DClip. pastEvents(float lastPollTime, float time)
-
Uses of Event in net.minecraftforge.common.animation
Methods in net.minecraftforge.common.animation with parameters of type Event Modifier and Type Method Description int
Event. compareTo(Event event)
Method parameters in net.minecraftforge.common.animation with type arguments of type Event Modifier and Type Method Description void
IEventHandler. handleEvents(T instance, float time, java.lang.Iterable<Event> pastEvents)
-
Uses of Event in net.minecraftforge.common.model.animation
Fields in net.minecraftforge.common.model.animation with type parameters of type Event Modifier and Type Field 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<IModelTransform,java.lang.Iterable<Event>>>
AnimationStateMachine. clipCache
Methods in net.minecraftforge.common.model.animation that return types with arguments of type Event Modifier and Type Method Description org.apache.commons.lang3.tuple.Pair<IModelTransform,java.lang.Iterable<Event>>
AnimationStateMachine. apply(float time)
static org.apache.commons.lang3.tuple.Pair<IModelTransform,java.lang.Iterable<Event>>
Clips. apply(IClip clip, float lastPollTime, float time)
IModelState wrapper for a Clip, sampled at specified time.org.apache.commons.lang3.tuple.Pair<IModelTransform,java.lang.Iterable<Event>>
IAnimationStateMachine. apply(float time)
Sample the state and events at the current time.java.lang.Iterable<Event>
Clips.ClipReference. 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.SlerpClip. pastEvents(float lastPollTime, float time)
java.lang.Iterable<Event>
Clips.TimeClip. pastEvents(float lastPollTime, float time)
java.lang.Iterable<Event>
Clips.TriggerClip. pastEvents(float lastPollTime, float time)
java.lang.Iterable<Event>
IClip. pastEvents(float lastPollTime, float time)
-