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 pAnimationState, AnimationDefinition pAnimationDefinition, float pAgeInTicks) protected void
HierarchicalModel.animate
(AnimationState pAnimationState, AnimationDefinition pAnimationDefinition, float pAgeInTicks, float pSpeed) protected void
HierarchicalModel.animate
(AnimationState animationState, AnimationHolder animation, float ageInTicks) protected void
HierarchicalModel.animate
(AnimationState animationState, AnimationHolder animation, float ageInTicks, float speed) -
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> pAction) -
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 AnimationState
Armadillo.peekAnimationState
final AnimationState
Armadillo.rollOutAnimationState
final AnimationState
Armadillo.rollUpAnimationState
-
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 pAnimationState) -
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.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 pAnimationState)