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> sprites, int maxMipmapLevels, Executor executor) Methods in net.minecraft.client.renderer.texture that return types with arguments of type SpriteLoader.PreparationsModifier and TypeMethodDescriptionSpriteLoader.loadAndStitch(ResourceManager manager, Identifier atlasInfoLocation, int maxMipmapLevels, Executor taskExecutor, Set<MetadataSectionType<?>> additionalMetadata) Methods in net.minecraft.client.renderer.texture with parameters of type SpriteLoader.PreparationsModifier and TypeMethodDescriptionvoidTextureAtlas.upload(SpriteLoader.Preparations preparations) -
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 atlasId) AtlasManager.PendingStitch.preparations()Returns the value of thepreparationsrecord component.AtlasManager.AtlasEntry.scheduleLoad(ResourceManager resourceManager, Executor executor, int maxMipmapLevels) Methods in net.minecraft.client.resources.model with parameters of type SpriteLoader.PreparationsModifier and TypeMethodDescriptionprivate static CompletableFuture<ModelManager.ReloadState> ModelManager.loadModels(SpriteLoader.Preparations blockAtlas, SpriteLoader.Preparations itemAtlas, ModelBakery bakery, it.unimi.dsi.fastutil.objects.Object2IntMap<BlockState> modelGroups, EntityModelSet entityModelSet, SpecialBlockModelRenderer specialBlockModelRenderer, Executor taskExecutor) Constructor parameters in net.minecraft.client.resources.model with type arguments of type SpriteLoader.PreparationsModifierConstructorDescriptionprivatePendingStitch(AtlasManager.AtlasEntry entry, CompletableFuture<SpriteLoader.Preparations> preparations) Creates an instance of aPendingStitchrecord class.privatePendingStitchResults(List<AtlasManager.PendingStitch> pendingStitches, Map<Identifier, CompletableFuture<SpriteLoader.Preparations>> stitchFuturesById, CompletableFuture<?> allReadyToUpload) -
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)