Uses of Class
net.neoforged.neoforge.client.entity.animation.json.AnimationLoader.PendingAnimations
Packages that use AnimationLoader.PendingAnimations
Package
Description
-
Uses of AnimationLoader.PendingAnimations in net.minecraft.client.renderer.item
Fields in net.minecraft.client.renderer.item declared as AnimationLoader.PendingAnimationsModifier and TypeFieldDescriptionprivate final AnimationLoader.PendingAnimationsItemModel.BakingContext.pendingAnimationsThe field for thependingAnimationsrecord component.Methods in net.minecraft.client.renderer.item that return AnimationLoader.PendingAnimationsModifier and TypeMethodDescriptionItemModel.BakingContext.pendingAnimations()Returns the value of thependingAnimationsrecord component.Constructors in net.minecraft.client.renderer.item with parameters of type AnimationLoader.PendingAnimationsModifierConstructorDescriptionBakingContext(ModelBaker blockModelBaker, EntityModelSet entityModelSet, MaterialSet materials, PlayerSkinRenderCache playerSkinRenderCache, ItemModel missingItemModel, @Nullable RegistryContextSwapper contextSwapper, AnimationLoader.PendingAnimations pendingAnimations) Creates an instance of aBakingContextrecord class. -
Uses of AnimationLoader.PendingAnimations in net.minecraft.client.renderer.special
Fields in net.minecraft.client.renderer.special declared as AnimationLoader.PendingAnimationsModifier and TypeFieldDescriptionprivate final AnimationLoader.PendingAnimationsSpecialModelRenderer.BakingContext.Simple.pendingAnimationsThe field for thependingAnimationsrecord component.Methods in net.minecraft.client.renderer.special that return AnimationLoader.PendingAnimationsModifier and TypeMethodDescriptionSpecialModelRenderer.BakingContext.pendingAnimations()Provides access to the data-driven keyframe animations being loaded by theAnimationLoaderSpecialModelRenderer.BakingContext.Simple.pendingAnimations()Returns the value of thependingAnimationsrecord component.Constructors in net.minecraft.client.renderer.special with parameters of type AnimationLoader.PendingAnimationsModifierConstructorDescriptionSimple(EntityModelSet entityModelSet, MaterialSet materials, PlayerSkinRenderCache playerSkinRenderCache, AnimationLoader.PendingAnimations pendingAnimations) Creates an instance of aSimplerecord class. -
Uses of AnimationLoader.PendingAnimations in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model declared as AnimationLoader.PendingAnimationsModifier and TypeFieldDescriptionprivate final AnimationLoader.PendingAnimationsModelBakery.pendingAnimationsConstructors in net.minecraft.client.resources.model with parameters of type AnimationLoader.PendingAnimationsModifierConstructorDescriptionModelBakery(EntityModelSet pEntityModelSet, MaterialSet pMaterials, PlayerSkinRenderCache pPlayerSkinRenderCache, Map<BlockState, BlockStateModel.UnbakedRoot> pUnbakedBlockStateModels, Map<Identifier, ClientItem> pClientInfos, Map<Identifier, ResolvedModel> pResolvedModels, ResolvedModel pMissingModel, StandaloneModelLoader.LoadedModels standaloneModels, AnimationLoader.PendingAnimations pendingAnimations) -
Uses of AnimationLoader.PendingAnimations in net.neoforged.neoforge.client.entity.animation.json
Fields in net.neoforged.neoforge.client.entity.animation.json declared as AnimationLoader.PendingAnimationsModifier and TypeFieldDescriptionstatic final AnimationLoader.PendingAnimationsAnimationLoader.PendingAnimations.EMPTYFields in net.neoforged.neoforge.client.entity.animation.json with type parameters of type AnimationLoader.PendingAnimations