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 class
static class
static class
static class
static class
static class
Simple value holder.Fields in net.minecraftforge.common.animation declared as ITimeValueModifier and TypeFieldDescriptionprivate ITimeValue
TimeValues.CompositionValue.f
private ITimeValue
TimeValues.CompositionValue.g
private ITimeValue
TimeValues.ParameterValue.parameter
Fields in net.minecraftforge.common.animation with type parameters of type ITimeValueModifier and TypeFieldDescriptionprivate com.google.common.collect.ImmutableList<ITimeValue>
TimeValues.SimpleExprValue.args
private ThreadLocal<Function<String,ITimeValue>>
TimeValues.CommonTimeValueTypeAdapterFactory.valueResolver
private Function<String,ITimeValue>
TimeValues.ParameterValue.valueResolver
Method parameters in net.minecraftforge.common.animation with type arguments of type ITimeValueModifier and TypeMethodDescriptionvoid
TimeValues.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 ITimeValue
Clips.SlerpClip.input
private ITimeValue
Clips.TriggerClip.parameter
private ITimeValue
Clips.SlerpClip.progress
private ITimeValue
Clips.TimeClip.time
Fields in net.minecraftforge.common.model.animation with type parameters of type ITimeValueModifier and TypeFieldDescriptionprivate com.google.common.collect.ImmutableMap<String,ITimeValue>
AnimationStateMachine.ParameterResolver.customParameters
private com.google.common.collect.ImmutableMap<String,ITimeValue>
AnimationStateMachine.parameters
Methods 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 IJointClip
Clips.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 IAnimationStateMachine
AnimationStateMachine.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)