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) -
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.