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 void
HierarchicalModel.animate
(AnimationState p_233382_, AnimationDefinition p_233383_, float p_233384_) protected void
HierarchicalModel.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 TypeMethodDescriptionvoid
AnimationState.ifStarted
(Consumer<AnimationState> p_216980_) -
Uses of AnimationState in net.minecraft.world.entity.animal.frog
Fields in net.minecraft.world.entity.animal.frog declared as AnimationStateModifier and TypeFieldDescriptionfinal AnimationState
Frog.croakAnimationState
final AnimationState
Frog.jumpAnimationState
final AnimationState
Frog.swimAnimationState
final AnimationState
final AnimationState
Frog.tongueAnimationState
final AnimationState
Frog.walkAnimationState
-
Uses of AnimationState in net.minecraft.world.entity.monster.warden
Fields in net.minecraft.world.entity.monster.warden declared as AnimationStateModifier and TypeFieldDescriptionWarden.attackAnimationState
Warden.diggingAnimationState
Warden.emergeAnimationState
Warden.roarAnimationState
Warden.sniffAnimationState
Warden.sonicBoomAnimationState
Methods in net.minecraft.world.entity.monster.warden with parameters of type AnimationStateModifier and TypeMethodDescriptionprivate void
Warden.clientDiggingParticles
(AnimationState p_219384_)