Uses of Interface
net.minecraftforge.common.animation.ITimeValue
-
Packages that use ITimeValue Package Description net.minecraftforge.common.animation net.minecraftforge.common.model.animation -
-
Uses of ITimeValue in net.minecraftforge.common.animation
Classes in net.minecraftforge.common.animation that implement ITimeValue Modifier and Type Class Description static classTimeValues.CompositionValuestatic classTimeValues.ConstValuestatic classTimeValues.IdentityValuestatic classTimeValues.ParameterValuestatic classTimeValues.SimpleExprValuestatic classTimeValues.VariableValueSimple value holder.Fields in net.minecraftforge.common.animation declared as ITimeValue Modifier and Type Field Description private ITimeValueTimeValues.CompositionValue. fprivate ITimeValueTimeValues.CompositionValue. gprivate ITimeValueTimeValues.ParameterValue. parameterFields in net.minecraftforge.common.animation with type parameters of type ITimeValue Modifier and Type Field Description private com.google.common.collect.ImmutableList<ITimeValue>TimeValues.SimpleExprValue. argsprivate java.lang.ThreadLocal<java.util.function.Function<java.lang.String,ITimeValue>>TimeValues.CommonTimeValueTypeAdapterFactory. valueResolverprivate java.util.function.Function<java.lang.String,ITimeValue>TimeValues.ParameterValue. valueResolverMethod parameters in net.minecraftforge.common.animation with type arguments of type ITimeValue Modifier and Type Method Description voidTimeValues.CommonTimeValueTypeAdapterFactory. setValueResolver(java.util.function.Function<java.lang.String,ITimeValue> valueResolver)Constructors in net.minecraftforge.common.animation with parameters of type ITimeValue Constructor Description CompositionValue(ITimeValue g, ITimeValue f)Constructor parameters in net.minecraftforge.common.animation with type arguments of type ITimeValue Constructor Description ParameterValue(java.lang.String parameterName, java.util.function.Function<java.lang.String,ITimeValue> valueResolver)SimpleExprValue(java.lang.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 ITimeValue Modifier and Type Field Description private ITimeValueClips.SlerpClip. inputprivate ITimeValueClips.TriggerClip. parameterprivate ITimeValueClips.SlerpClip. progressprivate ITimeValueClips.TimeClip. timeFields in net.minecraftforge.common.model.animation with type parameters of type ITimeValue Modifier and Type Field Description private com.google.common.collect.ImmutableMap<java.lang.String,ITimeValue>AnimationStateMachine.ParameterResolver. customParametersprivate com.google.common.collect.ImmutableMap<java.lang.String,ITimeValue>AnimationStateMachine. parametersMethods in net.minecraftforge.common.model.animation that return ITimeValue Modifier and Type Method Description ITimeValueAnimationStateMachine.ParameterResolver. apply(java.lang.String name)Methods in net.minecraftforge.common.model.animation with parameters of type ITimeValue Modifier and Type Method Description private 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 ITimeValue Modifier and Type Method Description static IAnimationStateMachineAnimationStateMachine. load(IResourceManager manager, ResourceLocation location, com.google.common.collect.ImmutableMap<java.lang.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 ITimeValue Constructor Description SlerpClip(IClip from, IClip to, ITimeValue input, ITimeValue progress)TimeClip(IClip childClip, ITimeValue time)TriggerClip(IClip clip, ITimeValue parameter, java.lang.String event)Constructor parameters in net.minecraftforge.common.model.animation with type arguments of type ITimeValue Constructor Description AnimationStateMachine(com.google.common.collect.ImmutableMap<java.lang.String,ITimeValue> parameters, com.google.common.collect.ImmutableMap<java.lang.String,IClip> clips, com.google.common.collect.ImmutableList<java.lang.String> states, com.google.common.collect.ImmutableMultimap<java.lang.String,java.lang.String> transitions, java.lang.String startState)ParameterResolver(com.google.common.collect.ImmutableMap<java.lang.String,ITimeValue> customParameters)
-