Uses of Interface
net.minecraftforge.common.model.animation.IClip
Packages that use IClip
Package
Description
-
Uses of IClip in net.minecraftforge.client.extensions
Methods in net.minecraftforge.client.extensions that return types with arguments of type IClip -
Uses of IClip in net.minecraftforge.client.model.animation
Classes in net.minecraftforge.client.model.animation that implement IClipMethods in net.minecraftforge.client.model.animation that return types with arguments of type IClip -
Uses of IClip in net.minecraftforge.client.model.b3d
Classes in net.minecraftforge.client.model.b3d that implement IClipMethods in net.minecraftforge.client.model.b3d that return types with arguments of type IClip -
Uses of IClip in net.minecraftforge.common.model.animation
Classes in net.minecraftforge.common.model.animation that implement IClipModifier and TypeClassDescriptionstatic classReference to another clip.static classClip that does nothing.static classWrapper for model clips; useful for debugging and serialization;static classSpherical linear blend between 2 clips.static classClip with custom parameterization of the time.static classClip + Event, triggers when parameter becomes non-negative.Fields in net.minecraftforge.common.model.animation declared as IClipModifier and TypeFieldDescriptionprivate IClipClips.ModelClip.childClipprivate IClipClips.TimeClip.childClipprivate IClipClips.ClipReference.clipprivate IClipClips.TriggerClip.clipprivate IClipJointClips.NodeJointClip.clipprivate IClipAnimationStateMachine.currentStateprivate IClipClips.SlerpClip.fromprivate IClipClips.SlerpClip.toFields in net.minecraftforge.common.model.animation with type parameters of type IClipModifier 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.clipCacheClips.ClipReference.clipResolverprivate ThreadLocal<Function<String,IClip>>Clips.CommonClipTypeAdapterFactory.clipResolverAnimationStateMachine.clipsMethods in net.minecraftforge.common.model.animation that return IClipModifier and TypeMethodDescriptionstatic IClipClips.getModelClipNode(ResourceLocation modelLocation, String clipName)Retrieves the clip from the model.Methods in net.minecraftforge.common.model.animation with parameters of type IClipModifier and TypeMethodDescriptionstatic org.apache.commons.lang3.tuple.Pair<ModelState,Iterable<Event>>IModelState wrapper for a Clip, sampled at specified time.Method parameters in net.minecraftforge.common.model.animation with type arguments of type IClipModifier and TypeMethodDescriptionvoidClips.CommonClipTypeAdapterFactory.setClipResolver(Function<String,IClip> clipResolver)Constructors in net.minecraftforge.common.model.animation with parameters of type IClipModifierConstructorDescriptionModelClip(IClip childClip, ResourceLocation modelLocation, String clipName)NodeJointClip(IJoint joint, IClip clip)SlerpClip(IClip from, IClip to, ITimeValue input, ITimeValue progress)TimeClip(IClip childClip, ITimeValue time)TriggerClip(IClip clip, ITimeValue parameter, String event)Constructor parameters in net.minecraftforge.common.model.animation with type arguments of type IClipModifierConstructorDescriptionClipReference(String clipName, Function<String,IClip> clipResolver)