Uses of Class
net.neoforged.neoforge.client.entity.animation.json.AnimationHolder
Packages that use AnimationHolder
-
Uses of AnimationHolder in net.minecraft.client.model
Methods in net.minecraft.client.model that return AnimationHolderModifier and TypeMethodDescriptionprotected static AnimationHolder
Model.getAnimation
(ResourceLocation key) Methods in net.minecraft.client.model with parameters of type AnimationHolderModifier and TypeMethodDescriptionprotected void
Model.animate
(AnimationState animationState, AnimationHolder animation, float ageInTicks) protected void
Model.animate
(AnimationState animationState, AnimationHolder animation, float ageInTicks, float speed) protected void
Model.animateWalk
(AnimationHolder animation, float limbSwing, float limbSwingAmount, float maxAnimationSpeed, float animationScaleFactor) protected void
Model.applyStatic
(AnimationHolder animation) -
Uses of AnimationHolder in net.neoforged.neoforge.client.entity.animation.json
Fields in net.neoforged.neoforge.client.entity.animation.json with type parameters of type AnimationHolderModifier and TypeFieldDescriptionprivate final Map
<ResourceLocation, AnimationHolder> AnimationLoader.animations
private final List
<AnimationHolder> AnimationLoader.strongHolderReferences
Methods in net.neoforged.neoforge.client.entity.animation.json that return AnimationHolderModifier and TypeMethodDescriptionAnimationLoader.getAnimationHolder
(ResourceLocation key) Returns anAnimationHolder
for an animation.