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 classAnimationStateMachineFields in net.minecraftforge.common.model.animation with type parameters of type IAnimationStateMachine Modifier and Type Field Description static Capability<IAnimationStateMachine>CapabilityAnimation. ANIMATION_CAPABILITYprivate LazyOptional<IAnimationStateMachine>CapabilityAnimation.DefaultItemAnimationCapabilityProvider. asmMethods in net.minecraftforge.common.model.animation that return IAnimationStateMachine 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.Constructor parameters in net.minecraftforge.common.model.animation with type arguments of type IAnimationStateMachine Constructor Description DefaultItemAnimationCapabilityProvider(LazyOptional<IAnimationStateMachine> asm)
-