Uses of Record Class
net.minecraft.client.render.entity.animation.Animation
Packages that use Animation
Package
Description
The base package for all Minecraft classes.
-
Uses of Animation in net.minecraft
Fields in net.minecraft declared as AnimationModifier and TypeFieldDescriptionstatic final Animation
class_8182.field_42866
static final Animation
class_8182.field_42867
static final Animation
class_8182.field_42868
static final Animation
class_8182.field_42869
static final Animation
class_8182.field_42870
static final Animation
class_8182.field_42871
static final Animation
class_8182.field_42872
static final Animation
class_8182.field_42873
-
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
CamelAnimations.DASHING
static final Animation
WardenAnimations.DIGGING
static final Animation
WardenAnimations.EMERGING
static final Animation
CamelAnimations.IDLING
static final Animation
FrogAnimations.IDLING_IN_WATER
static final Animation
FrogAnimations.LONG_JUMPING
static final Animation
WardenAnimations.ROARING
static final Animation
CamelAnimations.SITTING
static final Animation
CamelAnimations.SITTING_TRANSITION
static final Animation
WardenAnimations.SNIFFING
static final Animation
CamelAnimations.STANDING_TRANSITION
static final Animation
FrogAnimations.SWIMMING
static final Animation
FrogAnimations.USING_TONGUE
static final Animation
CamelAnimations.WALKING
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, Vector3f vector3f) 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 TypeMethodDescriptionprotected void
SinglePartEntityModel.method_48741
(Animation animation, float float2, float float3, float float4, float float5) protected void
SinglePartEntityModel.updateAnimation
(AnimationState animationState, Animation animation, float animationProgress) protected void
SinglePartEntityModel.updateAnimation
(AnimationState animationState, Animation animation, float animationProgress, float speedMultiplier)