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 AnimationHolderModel.getAnimation(ResourceLocation key) Methods in net.minecraft.client.model with parameters of type AnimationHolderModifier and TypeMethodDescriptionprotected voidModel.animate(AnimationState animationState, AnimationHolder animation, float ageInTicks) protected voidModel.animate(AnimationState animationState, AnimationHolder animation, float ageInTicks, float speed) protected voidModel.animateWalk(AnimationHolder animation, float limbSwing, float limbSwingAmount, float maxAnimationSpeed, float animationScaleFactor) protected voidModel.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.