Uses of Record Class
net.minecraft.client.renderer.texture.SpriteLoader.Preparations
Packages that use SpriteLoader.Preparations
Package
Description
-
Uses of SpriteLoader.Preparations in net.minecraft.client.renderer.texture
Methods in net.minecraft.client.renderer.texture that return SpriteLoader.PreparationsModifier and TypeMethodDescriptionprivate SpriteLoader.PreparationsSpriteLoader.stitch(List<SpriteContents> pContents, int pMipLevel, Executor pExecutor) Methods in net.minecraft.client.renderer.texture that return types with arguments of type SpriteLoader.PreparationsModifier and TypeMethodDescriptionSpriteLoader.loadAndStitch(ResourceManager pResourceManager, Identifier pLocation, int pMipLevel, Executor pExecutor, Set<MetadataSectionType<?>> pSectionTypes) Methods in net.minecraft.client.renderer.texture with parameters of type SpriteLoader.PreparationsModifier and TypeMethodDescriptionvoidTextureAtlas.upload(SpriteLoader.Preparations pPreparations) -
Uses of SpriteLoader.Preparations in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model with type parameters of type SpriteLoader.PreparationsModifier and TypeFieldDescriptionprivate final CompletableFuture<SpriteLoader.Preparations> AtlasManager.PendingStitch.preparationsThe field for thepreparationsrecord component.private final Map<Identifier, CompletableFuture<SpriteLoader.Preparations>> AtlasManager.PendingStitchResults.stitchFuturesByIdMethods in net.minecraft.client.resources.model that return types with arguments of type SpriteLoader.PreparationsModifier and TypeMethodDescriptionAtlasManager.PendingStitchResults.get(Identifier pId) AtlasManager.PendingStitch.preparations()Returns the value of thepreparationsrecord component.(package private) CompletableFuture<SpriteLoader.Preparations> AtlasManager.AtlasEntry.scheduleLoad(ResourceManager pResourceManager, Executor pExecutor, int pMipLevel) Methods in net.minecraft.client.resources.model with parameters of type SpriteLoader.PreparationsModifier and TypeMethodDescriptionprivate static CompletableFuture<ModelManager.ReloadState> ModelManager.loadModels(SpriteLoader.Preparations pBlocksAtlas, SpriteLoader.Preparations pItemsAtlas, ModelBakery pModelBakery, it.unimi.dsi.fastutil.objects.Object2IntMap<BlockState> pModelGroups, EntityModelSet pEntityModels, SpecialBlockModelRenderer pSpecialBlockRenderer, Executor pExecutor) Constructor parameters in net.minecraft.client.resources.model with type arguments of type SpriteLoader.PreparationsModifierConstructorDescription(package private)PendingStitch(AtlasManager.AtlasEntry entry, CompletableFuture<SpriteLoader.Preparations> preparations) Creates an instance of aPendingStitchrecord class.(package private)PendingStitchResults(List<AtlasManager.PendingStitch> pPendingStitches, Map<Identifier, CompletableFuture<SpriteLoader.Preparations>> pStitchFutureById, CompletableFuture<?> pAllReadyToUpload) -
Uses of SpriteLoader.Preparations in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client with parameters of type SpriteLoader.PreparationsModifier and TypeMethodDescriptionstatic voidClientHooks.onModifyBakingResult(ModelBakery.BakingResult bakingResult, SpriteLoader.Preparations spriteLoaderPreparations, ModelBakery modelBakery)