Uses of Record Class
net.minecraft.client.render.entity.animation.AnimationDefinition
Packages that use AnimationDefinition
-
Uses of AnimationDefinition in net.minecraft.client.render.entity.animation
Fields in net.minecraft.client.render.entity.animation declared as AnimationDefinitionModifier and TypeFieldDescriptionstatic final AnimationDefinition
CreakingAnimations.ATTACKING
static final AnimationDefinition
WardenAnimations.ATTACKING
static final AnimationDefinition
SnifferAnimations.BABY_GROWTH
static final AnimationDefinition
WardenAnimations.CHARGING_SONIC_BOOM
static final AnimationDefinition
FrogAnimations.CROAKING
static final AnimationDefinition
CreakingAnimations.CRUMBLING
static final AnimationDefinition
CamelAnimations.DASHING
private final AnimationDefinition
Animation.definition
static final AnimationDefinition
SnifferAnimations.DIGGING
static final AnimationDefinition
WardenAnimations.DIGGING
static final AnimationDefinition
WardenAnimations.EMERGING
static final AnimationDefinition
SnifferAnimations.FEELING_HAPPY
static final AnimationDefinition
SnifferAnimations.field_42872
static final AnimationDefinition
BatAnimations.FLYING
static final AnimationDefinition
BreezeAnimations.IDLING
static final AnimationDefinition
CamelAnimations.IDLING
static final AnimationDefinition
FrogAnimations.IDLING_IN_WATER
static final AnimationDefinition
BreezeAnimations.INHALING
static final AnimationDefinition
CreakingAnimations.INVULNERABLE
static final AnimationDefinition
BreezeAnimations.LONG_JUMPING
static final AnimationDefinition
FrogAnimations.LONG_JUMPING
static final AnimationDefinition
SnifferAnimations.RISING
static final AnimationDefinition
WardenAnimations.ROARING
static final AnimationDefinition
ArmadilloAnimations.ROLLING
static final AnimationDefinition
BatAnimations.ROOSTING
static final AnimationDefinition
ArmadilloAnimations.SCARED
static final AnimationDefinition
SnifferAnimations.SCENTING
static final AnimationDefinition
SnifferAnimations.SEARCHING
static final AnimationDefinition
BreezeAnimations.SHOOTING
static final AnimationDefinition
CamelAnimations.SITTING
static final AnimationDefinition
CamelAnimations.SITTING_TRANSITION
static final AnimationDefinition
BreezeAnimations.SLIDING
static final AnimationDefinition
BreezeAnimations.SLIDING_BACK
static final AnimationDefinition
SnifferAnimations.SNIFFING
static final AnimationDefinition
WardenAnimations.SNIFFING
static final AnimationDefinition
CamelAnimations.STANDING_TRANSITION
static final AnimationDefinition
FrogAnimations.SWIMMING
static final AnimationDefinition
ArmadilloAnimations.UNROLLING
static final AnimationDefinition
FrogAnimations.USING_TONGUE
static final AnimationDefinition
ArmadilloAnimations.WALKING
static final AnimationDefinition
CamelAnimations.WALKING
static final AnimationDefinition
CreakingAnimations.WALKING
static final AnimationDefinition
FrogAnimations.WALKING
static final AnimationDefinition
SnifferAnimations.WALKING
Methods in net.minecraft.client.render.entity.animation that return AnimationDefinitionMethods in net.minecraft.client.render.entity.animation with parameters of type AnimationDefinitionModifier and TypeMethodDescription(package private) static Animation
Animation.of
(ModelPart root, AnimationDefinition definition) Constructors in net.minecraft.client.render.entity.animation with parameters of type AnimationDefinitionModifierConstructorDescriptionprivate
Animation
(AnimationDefinition definition, List<Animation.TransformationEntry> entries)