Uses of Interface
net.minecraftforge.common.model.animation.IAnimationStateMachine
-
Packages that use IAnimationStateMachine Package Description net.minecraftforge.common.model.animation -
-
Uses of IAnimationStateMachine in net.minecraftforge.common.model.animation
Classes in net.minecraftforge.common.model.animation that implement IAnimationStateMachine Modifier and Type Class Description class
AnimationStateMachine
Fields in net.minecraftforge.common.model.animation with type parameters of type IAnimationStateMachine Modifier and Type Field Description static Capability<IAnimationStateMachine>
CapabilityAnimation. ANIMATION_CAPABILITY
private LazyOptional<IAnimationStateMachine>
CapabilityAnimation.DefaultItemAnimationCapabilityProvider. asm
Methods in net.minecraftforge.common.model.animation that return IAnimationStateMachine Modifier and Type Method Description static IAnimationStateMachine
AnimationStateMachine. 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.Constructor parameters in net.minecraftforge.common.model.animation with type arguments of type IAnimationStateMachine Constructor Description DefaultItemAnimationCapabilityProvider(LazyOptional<IAnimationStateMachine> asm)
-