Uses of Class
net.minecraft.client.renderer.texture.SpriteContents
Packages that use SpriteContents
Package
Description
-
Uses of SpriteContents in net.minecraft.client.renderer.block.model
Methods in net.minecraft.client.renderer.block.model with parameters of type SpriteContentsModifier and TypeMethodDescriptionprivate voidItemModelGenerator.checkTransition(ItemModelGenerator.SpanFacing p_251572_, List<ItemModelGenerator.Span> p_248882_, SpriteContents p_249847_, int p_250616_, int p_251416_, int p_249664_, int p_250174_, int p_250897_, boolean p_248773_) private List<BlockElement>ItemModelGenerator.createSideElements(SpriteContents p_248810_, String p_111663_, int p_111664_) private List<ItemModelGenerator.Span>ItemModelGenerator.getSpans(SpriteContents p_250338_) private booleanItemModelGenerator.isTransparent(SpriteContents p_249650_, int p_250692_, int p_251914_, int p_252343_, int p_250258_, int p_248997_) ItemModelGenerator.processFrames(int p_111639_, String p_111640_, SpriteContents p_251768_) -
Uses of SpriteContents in net.minecraft.client.renderer.texture
Fields in net.minecraft.client.renderer.texture declared as SpriteContentsFields in net.minecraft.client.renderer.texture with type parameters of type SpriteContentsMethods in net.minecraft.client.renderer.texture that return SpriteContentsModifier and TypeMethodDescriptionTextureAtlasSprite.contents()static SpriteContentsMissingTextureAtlasSprite.create()static SpriteContentsSpriteLoader.loadSprite(ResourceLocation p_251630_, Resource p_250558_) Methods in net.minecraft.client.renderer.texture that return types with arguments of type SpriteContentsModifier and TypeMethodDescriptionstatic CompletableFuture<List<SpriteContents>>SpriteLoader.runSpriteSuppliers(List<Supplier<SpriteContents>> p_261516_, Executor p_261791_) Method parameters in net.minecraft.client.renderer.texture with type arguments of type SpriteContentsModifier and TypeMethodDescriptionprivate Map<ResourceLocation,TextureAtlasSprite> SpriteLoader.getStitchedSprites(Stitcher<SpriteContents> p_249904_) static CompletableFuture<List<SpriteContents>>SpriteLoader.runSpriteSuppliers(List<Supplier<SpriteContents>> p_261516_, Executor p_261791_) SpriteLoader.stitch(List<SpriteContents> p_262029_, int p_261919_, Executor p_261665_) Constructors in net.minecraft.client.renderer.texture with parameters of type SpriteContentsModifierConstructorDescriptionprotectedTextureAtlasSprite(ResourceLocation p_250211_, SpriteContents p_248526_, int p_248950_, int p_249741_, int p_248672_, int p_248637_) -
Uses of SpriteContents in net.minecraft.client.renderer.texture.atlas
Methods in net.minecraft.client.renderer.texture.atlas that return types with arguments of type SpriteContents -
Uses of SpriteContents in net.minecraft.client.renderer.texture.atlas.sources
Methods in net.minecraft.client.renderer.texture.atlas.sources that return SpriteContents -
Uses of SpriteContents in net.minecraftforge.client
Methods in net.minecraftforge.client that return SpriteContentsModifier and TypeMethodDescriptionstatic @Nullable SpriteContentsForgeHooksClient.loadSpriteContents(ResourceLocation name, Resource resource, FrameSize frameSize, NativeImage image, AnimationMetadataSection animationMeta) Methods in net.minecraftforge.client with parameters of type SpriteContentsModifier and TypeMethodDescriptionstatic @Nullable TextureAtlasSpriteForgeHooksClient.loadTextureAtlasSprite(ResourceLocation atlasName, SpriteContents contents, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel) -
Uses of SpriteContents in net.minecraftforge.client.model.geometry
Methods in net.minecraftforge.client.model.geometry with parameters of type SpriteContentsModifier and TypeMethodDescriptionstatic List<BlockElement>UnbakedGeometryHelper.createUnbakedItemElements(int layerIndex, SpriteContents spriteContents) static List<BlockElement>UnbakedGeometryHelper.createUnbakedItemElements(int layerIndex, SpriteContents spriteContents, @Nullable ForgeFaceData faceData) Creates a list of block elements in the shape of the specified sprite contents.static List<BlockElement>UnbakedGeometryHelper.createUnbakedItemMaskElements(int layerIndex, SpriteContents spriteContents) static List<BlockElement>UnbakedGeometryHelper.createUnbakedItemMaskElements(int layerIndex, SpriteContents spriteContents, @Nullable ForgeFaceData faceData) Creates a list of block elements in the shape of the specified sprite contents. -
Uses of SpriteContents in net.minecraftforge.client.textures
Methods in net.minecraftforge.client.textures that return SpriteContentsModifier and TypeMethodDescriptionITextureAtlasSpriteLoader.loadContents(ResourceLocation name, Resource resource, FrameSize frameSize, NativeImage image, AnimationMetadataSection animationMeta, ForgeTextureMetadata forgeMeta) Methods in net.minecraftforge.client.textures with parameters of type SpriteContentsModifier and TypeMethodDescription@NotNull TextureAtlasSpriteITextureAtlasSpriteLoader.makeSprite(ResourceLocation atlasName, SpriteContents contents, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel) Creates aTextureAtlasSpritefrom the givenSpriteContents. -
Uses of SpriteContents in net.minecraftforge.debug.client
Methods in net.minecraftforge.debug.client that return SpriteContentsModifier and TypeMethodDescriptionCustomTASTest.TasLoader.loadContents(ResourceLocation name, Resource resource, FrameSize frameSize, NativeImage image, AnimationMetadataSection animationMeta, ForgeTextureMetadata forgeMeta) Methods in net.minecraftforge.debug.client with parameters of type SpriteContentsModifier and TypeMethodDescription@NotNull TextureAtlasSpriteCustomTASTest.TasLoader.makeSprite(ResourceLocation atlasName, SpriteContents contents, int atlasWidth, int atlasHeight, int spriteX, int spriteY, int mipmapLevel)