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 classstatic classstatic classstatic classstatic classstatic classSimple value holder.Fields in net.minecraftforge.common.animation declared as ITimeValueModifier and TypeFieldDescriptionprivate ITimeValueTimeValues.CompositionValue.fprivate ITimeValueTimeValues.CompositionValue.gprivate ITimeValueTimeValues.ParameterValue.parameterFields in net.minecraftforge.common.animation with type parameters of type ITimeValueModifier and TypeFieldDescriptionprivate com.google.common.collect.ImmutableList<ITimeValue>TimeValues.SimpleExprValue.argsprivate ThreadLocal<Function<String,ITimeValue>>TimeValues.CommonTimeValueTypeAdapterFactory.valueResolverprivate 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 ITimeValueClips.SlerpClip.inputprivate ITimeValueClips.TriggerClip.parameterprivate ITimeValueClips.SlerpClip.progressprivate ITimeValueClips.TimeClip.timeFields in net.minecraftforge.common.model.animation with type parameters of type ITimeValueModifier and TypeFieldDescriptionprivate com.google.common.collect.ImmutableMap<String,ITimeValue>AnimationStateMachine.ParameterResolver.customParametersprivate 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(ResourceManager 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)