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 AnimationHolderHierarchicalModel.getAnimation(ResourceLocation key) Methods in net.minecraft.client.model with parameters of type AnimationHolderModifier and TypeMethodDescriptionprotected voidHierarchicalModel.animate(AnimationState animationState, AnimationHolder animation, float ageInTicks) protected voidHierarchicalModel.animate(AnimationState animationState, AnimationHolder animation, float ageInTicks, float speed) protected voidHierarchicalModel.animateWalk(AnimationHolder animation, float limbSwing, float limbSwingAmount, float maxAnimationSpeed, float animationScaleFactor) protected voidHierarchicalModel.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.animationsprivate final List<AnimationHolder> AnimationLoader.strongHolderReferencesMethods in net.neoforged.neoforge.client.entity.animation.json that return AnimationHolderModifier and TypeMethodDescriptionAnimationLoader.getAnimationHolder(ResourceLocation key) Returns anAnimationHolderfor an animation.