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.camel
Fields in net.minecraft.world.entity.animal.camel declared as AnimationStateModifier and TypeFieldDescriptionfinal AnimationState
Camel.dashAnimationState
final AnimationState
Camel.idleAnimationState
final AnimationState
Camel.sitAnimationState
final AnimationState
Camel.sitPoseAnimationState
final AnimationState
Camel.sitUpAnimationState
-
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
final AnimationState
Frog.tongueAnimationState
-
Uses of AnimationState in net.minecraft.world.entity.animal.sniffer
Fields in net.minecraft.world.entity.animal.sniffer declared as AnimationStateModifier and TypeFieldDescriptionfinal AnimationState
Sniffer.diggingAnimationState
final AnimationState
Sniffer.feelingHappyAnimationState
final AnimationState
Sniffer.risingAnimationState
final AnimationState
Sniffer.scentingAnimationState
final AnimationState
Sniffer.sniffingAnimationState
Methods in net.minecraft.world.entity.animal.sniffer with parameters of type AnimationStateModifier and TypeMethodDescriptionprivate Sniffer
Sniffer.emitDiggingParticles
(AnimationState p_273528_) -
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_)