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