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.ambient
Fields in net.minecraft.world.entity.ambient declared as AnimationState -
Uses of AnimationState in net.minecraft.world.entity.animal.armadillo
Fields in net.minecraft.world.entity.animal.armadillo declared as AnimationStateModifier and TypeFieldDescriptionfinal AnimationStateArmadillo.peekAnimationStatefinal AnimationStateArmadillo.rollOutAnimationStatefinal AnimationStateArmadillo.rollUpAnimationState -
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.sitUpAnimationState -
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 AnimationStatefinal AnimationStateFrog.tongueAnimationState -
Uses of AnimationState in net.minecraft.world.entity.animal.sniffer
Fields in net.minecraft.world.entity.animal.sniffer declared as AnimationStateModifier and TypeFieldDescriptionfinal AnimationStateSniffer.diggingAnimationStatefinal AnimationStateSniffer.feelingHappyAnimationStatefinal AnimationStateSniffer.risingAnimationStatefinal AnimationStateSniffer.scentingAnimationStatefinal AnimationStateSniffer.sniffingAnimationStateMethods in net.minecraft.world.entity.animal.sniffer with parameters of type AnimationStateModifier and TypeMethodDescriptionprivate SnifferSniffer.emitDiggingParticles(AnimationState p_273528_) -
Uses of AnimationState in net.minecraft.world.entity.monster.breeze
Fields in net.minecraft.world.entity.monster.breeze declared as AnimationState -
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_)