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> contents, int mipLevel, Executor executor) Methods in net.minecraft.client.renderer.texture that return types with arguments of type SpriteLoader.PreparationsModifier and TypeMethodDescriptionSpriteLoader.loadAndStitch(ResourceManager resourceManager, ResourceLocation location, int mipLevel, Executor executor, Set<MetadataSectionType<?>> sectionTypes) 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<ResourceLocation, 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(ResourceLocation id) AtlasManager.PendingStitch.preparations()Returns the value of thepreparationsrecord component.(package private) CompletableFuture<SpriteLoader.Preparations> AtlasManager.AtlasEntry.scheduleLoad(ResourceManager resourceManager, Executor executor, int mipLevel) Methods in net.minecraft.client.resources.model with parameters of type SpriteLoader.PreparationsModifier and TypeMethodDescriptionprivate static CompletableFuture<ModelManager.ReloadState> ModelManager.loadModels(SpriteLoader.Preparations preperations, ModelBakery modelBakery, it.unimi.dsi.fastutil.objects.Object2IntMap<BlockState> modelGroups, EntityModelSet entityModelSet, SpecialBlockModelRenderer specialBlockModelRenderer, Executor executor) 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> pendingStitches, Map<ResourceLocation, CompletableFuture<SpriteLoader.Preparations>> stitchFutureById, 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)