Uses of Record Class
net.minecraft.client.animation.AnimationDefinition
Packages that use AnimationDefinition
Package
Description
-
Uses of AnimationDefinition in net.minecraft.client.animation
Fields in net.minecraft.client.animation declared as AnimationDefinitionMethods in net.minecraft.client.animation that return AnimationDefinitionMethods in net.minecraft.client.animation with parameters of type AnimationDefinitionModifier and TypeMethodDescription(package private) static KeyframeAnimation
KeyframeAnimation.bake
(ModelPart pRoot, AnimationDefinition pDefinition) Constructors in net.minecraft.client.animation with parameters of type AnimationDefinitionModifierConstructorDescriptionprivate
KeyframeAnimation
(AnimationDefinition pDefinition, List<KeyframeAnimation.Entry> pEntries) -
Uses of AnimationDefinition in net.minecraft.client.animation.definitions
Fields in net.minecraft.client.animation.definitions declared as AnimationDefinitionModifier and TypeFieldDescriptionstatic final AnimationDefinition
ArmadilloAnimation.ARMADILLO_PEEK
static final AnimationDefinition
ArmadilloAnimation.ARMADILLO_ROLL_OUT
static final AnimationDefinition
ArmadilloAnimation.ARMADILLO_ROLL_UP
static final AnimationDefinition
ArmadilloAnimation.ARMADILLO_WALK
static final AnimationDefinition
SnifferAnimation.BABY_TRANSFORM
static final AnimationDefinition
BatAnimation.BAT_FLYING
static final AnimationDefinition
BatAnimation.BAT_RESTING
static final AnimationDefinition
CamelAnimation.CAMEL_DASH
static final AnimationDefinition
CamelAnimation.CAMEL_IDLE
static final AnimationDefinition
CamelAnimation.CAMEL_SIT
static final AnimationDefinition
CamelAnimation.CAMEL_SIT_POSE
static final AnimationDefinition
CamelAnimation.CAMEL_STANDUP
static final AnimationDefinition
CamelAnimation.CAMEL_WALK
static final AnimationDefinition
CreakingAnimation.CREAKING_ATTACK
static final AnimationDefinition
CreakingAnimation.CREAKING_DEATH
static final AnimationDefinition
CreakingAnimation.CREAKING_INVULNERABLE
static final AnimationDefinition
CreakingAnimation.CREAKING_WALK
static final AnimationDefinition
FrogAnimation.FROG_CROAK
static final AnimationDefinition
FrogAnimation.FROG_IDLE_WATER
static final AnimationDefinition
FrogAnimation.FROG_JUMP
static final AnimationDefinition
FrogAnimation.FROG_SWIM
static final AnimationDefinition
FrogAnimation.FROG_TONGUE
static final AnimationDefinition
FrogAnimation.FROG_WALK
static final AnimationDefinition
BreezeAnimation.IDLE
static final AnimationDefinition
BreezeAnimation.INHALE
static final AnimationDefinition
BreezeAnimation.JUMP
static final AnimationDefinition
BreezeAnimation.SHOOT
static final AnimationDefinition
BreezeAnimation.SLIDE
static final AnimationDefinition
BreezeAnimation.SLIDE_BACK
static final AnimationDefinition
SnifferAnimation.SNIFFER_BABY_FALL
static final AnimationDefinition
SnifferAnimation.SNIFFER_DIG
static final AnimationDefinition
SnifferAnimation.SNIFFER_HAPPY
static final AnimationDefinition
SnifferAnimation.SNIFFER_LONGSNIFF
static final AnimationDefinition
SnifferAnimation.SNIFFER_SNIFF_SEARCH
static final AnimationDefinition
SnifferAnimation.SNIFFER_SNIFFSNIFF
static final AnimationDefinition
SnifferAnimation.SNIFFER_STAND_UP
static final AnimationDefinition
SnifferAnimation.SNIFFER_WALK
static final AnimationDefinition
WardenAnimation.WARDEN_ATTACK
static final AnimationDefinition
WardenAnimation.WARDEN_DIG
static final AnimationDefinition
WardenAnimation.WARDEN_EMERGE
static final AnimationDefinition
WardenAnimation.WARDEN_ROAR
static final AnimationDefinition
WardenAnimation.WARDEN_SNIFF
static final AnimationDefinition
WardenAnimation.WARDEN_SONIC_BOOM
-
Uses of AnimationDefinition in net.neoforged.neoforge.client.entity.animation.json
Fields in net.neoforged.neoforge.client.entity.animation.json declared as AnimationDefinitionModifier and TypeFieldDescriptionstatic final AnimationDefinition
AnimationHolder.EMPTY_ANIMATION
private @Nullable AnimationDefinition
AnimationHolder.value
Fields in net.neoforged.neoforge.client.entity.animation.json with type parameters of type AnimationDefinitionModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<AnimationDefinition> AnimationParser.CODEC
{ "length": 1.125, "loop": true, "animations": [ { "bone": "head", "keyframes": [ { "timestamp": 0.5, "target": [22.5, 0.0, 0.0], "interpolation": "minecraft:linear" } ] } ] }
Methods in net.neoforged.neoforge.client.entity.animation.json that return AnimationDefinitionModifier and TypeMethodDescriptionAnimationHolder.get()
Gets the currently loaded animation.@Nullable AnimationDefinition
AnimationLoader.getAnimation
(ResourceLocation key) Gets a loadedAnimationDefinition
with the specifiedkey
.@Nullable AnimationDefinition
AnimationHolder.getOrNull()
Gets the currently loaded animation or null if it has not been loaded.Methods in net.neoforged.neoforge.client.entity.animation.json with parameters of type AnimationDefinitionModifier and TypeMethodDescription(package private) void
AnimationHolder.bind
(AnimationDefinition value) Method parameters in net.neoforged.neoforge.client.entity.animation.json with type arguments of type AnimationDefinitionModifier and TypeMethodDescriptionprotected void
AnimationLoader.apply
(Map<ResourceLocation, AnimationDefinition> animationJsons, ResourceManager resourceManager, ProfilerFiller profiler)