Uses of Record Class
net.minecraft.client.render.entity.animation.Animation
Packages that use Animation
Package
Description
-
Uses of Animation in net.minecraft.client.render.entity.animation
Fields in net.minecraft.client.render.entity.animation declared as AnimationModifier and TypeFieldDescriptionstatic final AnimationFrogAnimations.CROAKINGstatic final AnimationAnimations.field_38302static final AnimationAnimations.field_38303static final AnimationAnimations.field_38304static final AnimationAnimations.field_38305static final AnimationAnimations.field_38306static final AnimationFrogAnimations.IDLING_IN_WATERstatic final AnimationFrogAnimations.LONG_JUMPINGstatic final AnimationFrogAnimations.SWIMMINGstatic final AnimationFrogAnimations.USING_TONGUEstatic final AnimationFrogAnimations.WALKINGMethods in net.minecraft.client.render.entity.animation that return AnimationMethods in net.minecraft.client.render.entity.animation with parameters of type AnimationModifier and TypeMethodDescriptionstatic voidAnimationHelper.animate(SinglePartEntityModel<?> model, Animation animation, long runningTime, float float2, Vec3f vec3f) private static floatAnimationHelper.getRunningSeconds(Animation animation, long runningTime) -
Uses of Animation in net.minecraft.client.render.entity.model
Methods in net.minecraft.client.render.entity.model with parameters of type AnimationModifier and TypeMethodDescriptionvoidWardenEntityModel.method_42579(AnimationState animationState, Animation animation, long long2) private voidFrogEntityModel.runAnimation(AnimationState animationState, Animation animation, long time)