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 Animation
WardenAnimations.ATTACKING
static final Animation
WardenAnimations.CHARGING_SONIC_BOOM
static final Animation
FrogAnimations.CROAKING
static final Animation
WardenAnimations.DIGGING
static final Animation
WardenAnimations.EMERGING
static final Animation
FrogAnimations.IDLING_IN_WATER
static final Animation
FrogAnimations.LONG_JUMPING
static final Animation
WardenAnimations.ROARING
static final Animation
WardenAnimations.SNIFFING
static final Animation
FrogAnimations.SWIMMING
static final Animation
FrogAnimations.USING_TONGUE
static final Animation
FrogAnimations.WALKING
Methods in net.minecraft.client.render.entity.animation that return AnimationMethods in net.minecraft.client.render.entity.animation with parameters of type AnimationModifier and TypeMethodDescriptionstatic void
AnimationHelper.animate
(SinglePartEntityModel<?> model, Animation animation, long runningTime, float float2, Vec3f vec3f) private static float
AnimationHelper.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 TypeMethodDescriptionprivate void
FrogEntityModel.runAnimation
(AnimationState animationState, Animation animation, long time) void
WardenEntityModel.runAnimation
(AnimationState animationState, Animation animation, long time)