Uses of Class
net.minecraftforge.common.animation.Event
Packages that use Event
Package
Description
-
Uses of Event in net.minecraftforge.client.model.animation
Fields in net.minecraftforge.client.model.animation with type parameters of type EventMethods in net.minecraftforge.client.model.animation that return types with arguments of type EventModifier and TypeMethodDescriptionModelBlockAnimation.MBClip.pastEvents(float lastPollTime, float time)
Method parameters in net.minecraftforge.client.model.animation with type arguments of type EventModifier and TypeMethodDescriptionvoid
AnimationBlockEntityRenderer.handleEvents(T te, float time, 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 -
Uses of Event in net.minecraftforge.common.animation
Methods in net.minecraftforge.common.animation with parameters of type EventMethod parameters in net.minecraftforge.common.animation with type arguments of type EventModifier and TypeMethodDescriptionvoid
IEventHandler.handleEvents(T instance, float time, Iterable<Event> pastEvents)
-
Uses of Event in net.minecraftforge.common.model.animation
Fields in net.minecraftforge.common.model.animation with type parameters of type EventModifier and TypeFieldDescriptionprivate static com.google.common.cache.LoadingCache<org.apache.commons.lang3.tuple.Triple<? extends IClip,Float,Float>,org.apache.commons.lang3.tuple.Pair<ModelState,Iterable<Event>>>
AnimationStateMachine.clipCache
Methods in net.minecraftforge.common.model.animation that return types with arguments of type EventModifier and TypeMethodDescriptionorg.apache.commons.lang3.tuple.Pair<ModelState,Iterable<Event>>
AnimationStateMachine.apply(float time)
static org.apache.commons.lang3.tuple.Pair<ModelState,Iterable<Event>>
IModelState wrapper for a Clip, sampled at specified time.org.apache.commons.lang3.tuple.Pair<ModelState,Iterable<Event>>
IAnimationStateMachine.apply(float time)
Sample the state and events at the current time.Clips.ClipReference.pastEvents(float lastPollTime, float time)
Clips.IdentityClip.pastEvents(float lastPollTime, float time)
Clips.ModelClip.pastEvents(float lastPollTime, float time)
Clips.SlerpClip.pastEvents(float lastPollTime, float time)
Clips.TimeClip.pastEvents(float lastPollTime, float time)
Clips.TriggerClip.pastEvents(float lastPollTime, float time)
IClip.pastEvents(float lastPollTime, float time)