Uses of Interface
net.minecraftforge.common.animation.ITimeValue
Packages that use ITimeValue
-
Uses of ITimeValue in net.minecraftforge.common.animation
Classes in net.minecraftforge.common.animation that implement ITimeValueModifier and TypeClassDescriptionstatic final classstatic final classstatic enumstatic final classstatic final classstatic final classSimple value holder.Fields in net.minecraftforge.common.animation declared as ITimeValueModifier and TypeFieldDescriptionprivate final ITimeValueTimeValues.CompositionValue.fprivate final ITimeValueTimeValues.CompositionValue.gprivate ITimeValueTimeValues.ParameterValue.parameterFields in net.minecraftforge.common.animation with type parameters of type ITimeValueModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList<ITimeValue>TimeValues.SimpleExprValue.argsprivate final ThreadLocal<Function<String,ITimeValue>> TimeValues.CommonTimeValueTypeAdapterFactory.valueResolverprivate final Function<String,ITimeValue> TimeValues.ParameterValue.valueResolverMethod parameters in net.minecraftforge.common.animation with type arguments of type ITimeValueModifier and TypeMethodDescriptionvoidTimeValues.CommonTimeValueTypeAdapterFactory.setValueResolver(Function<String, ITimeValue> valueResolver) Constructors in net.minecraftforge.common.animation with parameters of type ITimeValueConstructor parameters in net.minecraftforge.common.animation with type arguments of type ITimeValueModifierConstructorDescriptionParameterValue(String parameterName, Function<String, ITimeValue> valueResolver) SimpleExprValue(String operators, com.google.common.collect.ImmutableList<ITimeValue> args) -
Uses of ITimeValue in net.minecraftforge.common.model.animation
Fields in net.minecraftforge.common.model.animation declared as ITimeValueModifier and TypeFieldDescriptionprivate final ITimeValueClips.SlerpClip.inputprivate final ITimeValueClips.TriggerClip.parameterprivate final ITimeValueClips.SlerpClip.progressprivate final ITimeValueClips.TimeClip.timeFields in net.minecraftforge.common.model.animation with type parameters of type ITimeValueModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableMap<String,ITimeValue> AnimationStateMachine.ParameterResolver.customParametersprivate final com.google.common.collect.ImmutableMap<String,ITimeValue> AnimationStateMachine.parametersMethods in net.minecraftforge.common.model.animation that return ITimeValueModifier and TypeMethodDescriptionMethods in net.minecraftforge.common.model.animation with parameters of type ITimeValueModifier and TypeMethodDescriptionprivate static IJointClipClips.blendClips(IJoint joint, IJointClip fromClip, IJointClip toClip, ITimeValue input, ITimeValue progress) Method parameters in net.minecraftforge.common.model.animation with type arguments of type ITimeValueModifier and TypeMethodDescriptionstatic IAnimationStateMachineAnimationStateMachine.load(IResourceManager manager, ResourceLocation location, com.google.common.collect.ImmutableMap<String, ITimeValue> customParameters) Load a new instance if AnimationStateMachine at specified location, with specified custom parameters.Constructors in net.minecraftforge.common.model.animation with parameters of type ITimeValueModifierConstructorDescriptionSlerpClip(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 ITimeValueModifierConstructorDescriptionAnimationStateMachine(com.google.common.collect.ImmutableMap<String, ITimeValue> parameters, com.google.common.collect.ImmutableMap<String, IClip> clips, com.google.common.collect.ImmutableList<String> states, com.google.common.collect.ImmutableMultimap<String, String> transitions, String startState) ParameterResolver(com.google.common.collect.ImmutableMap<String, ITimeValue> customParameters)