Uses of Class
net.minecraft.client.texture.SpriteContents
Packages that use SpriteContents
Package
Description
-
Uses of SpriteContents in net.minecraft.client.render.model.json
Methods in net.minecraft.client.render.model.json with parameters of type SpriteContentsModifier and TypeMethodDescriptionprivate static List<ModelElement> GeneratedItemModel.addLayerElements(int tintIndex, String name, SpriteContents spriteContents) private static List<ModelElement> GeneratedItemModel.addSubComponents(SpriteContents spriteContents, String string, int int2) private static voidGeneratedItemModel.buildCube(GeneratedItemModel.Side side, List<GeneratedItemModel.class_12295> list, SpriteContents spriteContents, int int2, int int3, int int4, int int5, int int6) private static List<GeneratedItemModel.class_12295> GeneratedItemModel.getFrames(SpriteContents spriteContents) private static booleanGeneratedItemModel.isPixelTransparent(SpriteContents spriteContents, int int2, int int3, int int4, int int5, int int6) -
Uses of SpriteContents in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as SpriteContentsMethods in net.minecraft.client.texture that return SpriteContentsModifier and TypeMethodDescriptionstatic SpriteContentsMissingSprite.createSpriteContents()Sprite.getContents()@Nullable SpriteContentsSpriteOpener.loadSprite(Identifier id, Resource resource) Methods in net.minecraft.client.texture that return types with arguments of type SpriteContentsModifier and TypeMethodDescriptionprivate static CompletableFuture<List<SpriteContents>> SpriteLoader.loadAll(SpriteOpener opener, List<AtlasSource.class_12299> sources, Executor executor) Method parameters in net.minecraft.client.texture with type arguments of type SpriteContentsModifier and TypeMethodDescriptionprivate Map<Identifier, Sprite> SpriteLoader.collectStitchedSprites(TextureStitcher<SpriteContents> stitcher, int atlasWidth, int atlasHeight) private SpriteLoader.StitchResultSpriteLoader.stitch(List<SpriteContents> sprites, int mipLevel, Executor executor) Constructors in net.minecraft.client.texture with parameters of type SpriteContentsModifierConstructorDescriptionprotectedSprite(Identifier atlasId, SpriteContents contents, int atlasWidth, int atlasHeight, int int2, int y, int int3) -
Uses of SpriteContents in net.minecraft.client.texture.atlas
Methods in net.minecraft.client.texture.atlas that return SpriteContentsModifier and TypeMethodDescription@Nullable SpriteContentsAtlasSource.class_12299.method_52853(SpriteOpener spriteOpener) @Nullable SpriteContentsPalettedPermutationsAtlasSource.PalettedSpriteRegion.method_52853(SpriteOpener spriteOpener) UnstitchAtlasSource.SpriteRegion.method_52853(SpriteOpener spriteOpener)