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.block
Methods in net.minecraft.client.renderer.block with parameters of type AnimationLoader.PendingAnimationsModifier and TypeMethodDescriptionLoadedBlockModels.bake(Function<BlockState, BlockStateModel> bakedBlockStateModels, BlockStateModel missingModel, Executor executor, AnimationLoader.PendingAnimations pendingAnimations) -
Uses of AnimationLoader.PendingAnimations in net.minecraft.client.renderer.block.model
Fields in net.minecraft.client.renderer.block.model declared as AnimationLoader.PendingAnimationsModifier and TypeFieldDescriptionprivate final AnimationLoader.PendingAnimationsBlockModel.BakingContext.pendingAnimationsThe field for thependingAnimationsrecord component.Methods in net.minecraft.client.renderer.block.model that return AnimationLoader.PendingAnimationsModifier and TypeMethodDescriptionBlockModel.BakingContext.pendingAnimations()Returns the value of thependingAnimationsrecord component.Constructors in net.minecraft.client.renderer.block.model with parameters of type AnimationLoader.PendingAnimationsModifierConstructorDescriptionBakingContext(EntityModelSet entityModelSet, SpriteGetter sprites, PlayerSkinRenderCache playerSkinRenderCache, Function<BlockState, BlockStateModel> modelGetter, BlockModel missingBlockModel, AnimationLoader.PendingAnimations pendingAnimations) Creates an instance of aBakingContextrecord class. -
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, SpriteGetter sprites, PlayerSkinRenderCache playerSkinRenderCache, MissingItemModel missingItemModel, @Nullable RegistryContextSwapper contextSwapper, AnimationLoader.PendingAnimations pendingAnimations) Creates an instance of aBakingContextrecord class. -
Uses of AnimationLoader.PendingAnimations in net.minecraft.client.renderer.special
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 theAnimationLoader -
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.pendingAnimationsMethods in net.minecraft.client.resources.model with parameters of type AnimationLoader.PendingAnimationsModifier and TypeMethodDescriptionprivate static CompletableFuture<ModelManager.ReloadState> ModelManager.loadModels(SpriteLoader.Preparations blockAtlas, SpriteLoader.Preparations itemAtlas, ModelBakery bakery, LoadedBlockModels blockModels, it.unimi.dsi.fastutil.objects.Object2IntMap<BlockState> modelGroups, EntityModelSet entityModelSet, Executor taskExecutor, AnimationLoader.PendingAnimations pendingAnimations) Constructors in net.minecraft.client.resources.model with parameters of type AnimationLoader.PendingAnimationsModifierConstructorDescriptionModelBakery(EntityModelSet entityModelSet, SpriteGetter sprites, PlayerSkinRenderCache playerSkinRenderCache, Map<BlockState, BlockStateModel.UnbakedRoot> unbakedBlockStateModels, Map<Identifier, ClientItem> clientInfos, Map<Identifier, ResolvedModel> resolvedModels, ResolvedModel missingModel, 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