Uses of Class
net.minecraft.world.entity.AnimationState
Packages that use AnimationState
Package
Description
-
Uses of AnimationState in net.minecraft.client.model
Methods in net.minecraft.client.model with parameters of type AnimationStateModifier and TypeMethodDescriptionprotected voidHierarchicalModel.animate(AnimationState p_233382_, AnimationDefinition p_233383_, float p_233384_) protected voidHierarchicalModel.animate(AnimationState p_233386_, AnimationDefinition p_233387_, float p_233388_, float p_233389_) -
Uses of AnimationState in net.minecraft.world.entity
Method parameters in net.minecraft.world.entity with type arguments of type AnimationStateModifier and TypeMethodDescriptionvoidAnimationState.ifStarted(Consumer<AnimationState> p_216980_) -
Uses of AnimationState in net.minecraft.world.entity.animal.camel
Fields in net.minecraft.world.entity.animal.camel declared as AnimationStateModifier and TypeFieldDescriptionfinal AnimationStateCamel.dashAnimationStatefinal AnimationStateCamel.idleAnimationStatefinal AnimationStateCamel.sitAnimationStatefinal AnimationStateCamel.sitPoseAnimationStatefinal AnimationStateCamel.sitUpAnimationStatefinal AnimationStateCamel.walkAnimationState -
Uses of AnimationState in net.minecraft.world.entity.animal.frog
Fields in net.minecraft.world.entity.animal.frog declared as AnimationStateModifier and TypeFieldDescriptionfinal AnimationStateFrog.croakAnimationStatefinal AnimationStateFrog.jumpAnimationStatefinal AnimationStateFrog.swimAnimationStatefinal AnimationStatefinal AnimationStateFrog.tongueAnimationStatefinal AnimationStateFrog.walkAnimationState -
Uses of AnimationState in net.minecraft.world.entity.monster.warden
Fields in net.minecraft.world.entity.monster.warden declared as AnimationStateModifier and TypeFieldDescriptionWarden.attackAnimationStateWarden.diggingAnimationStateWarden.emergeAnimationStateWarden.roarAnimationStateWarden.sniffAnimationStateWarden.sonicBoomAnimationStateMethods in net.minecraft.world.entity.monster.warden with parameters of type AnimationStateModifier and TypeMethodDescriptionprivate voidWarden.clientDiggingParticles(AnimationState p_219384_)