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 TypeMethodDescriptionSpriteLoader.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 resouceManager, ResourceLocation location, int mipLevel, Executor executor) SpriteLoader.loadAndStitch(ResourceManager resourceManager, ResourceLocation location, int mipLevel, Executor executor, Collection<MetadataSectionSerializer<?>> sectionSerializers) SpriteLoader.Preparations.waitForUpload()Methods in net.minecraft.client.renderer.texture with parameters of type SpriteLoader.PreparationsModifier and TypeMethodDescriptionvoidTextureAtlas.updateFilter(SpriteLoader.Preparations preparations) voidTextureAtlas.upload(SpriteLoader.Preparations preparations) -
Uses of SpriteLoader.Preparations in net.minecraft.client.resources
Methods in net.minecraft.client.resources with parameters of type SpriteLoader.PreparationsModifier and TypeMethodDescriptionprivate voidTextureAtlasHolder.apply(SpriteLoader.Preparations preparations, ProfilerFiller profiler) -
Uses of SpriteLoader.Preparations in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model declared as SpriteLoader.PreparationsModifier and TypeFieldDescriptionprivate final SpriteLoader.PreparationsAtlasSet.StitchResult.preparationsConstructors in net.minecraft.client.resources.model with parameters of type SpriteLoader.PreparationsModifierConstructorDescriptionStitchResult(TextureAtlas atlas, SpriteLoader.Preparations preperations)