Uses of Record Class
net.minecraft.client.render.entity.animation.Animation
Package
Description
-
Uses of Animation in net.minecraft.client.render.entity.animation
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionprotected void
SinglePartEntityModel.updateAnimation
(AnimationState animationState, Animation animation, float animationProgress) protected void
SinglePartEntityModel.updateAnimation
(AnimationState animationState, Animation animation, float animationProgress, float speedMultiplier)