Uses of Class
net.minecraft.client.texture.SpriteContents
Packages that use SpriteContents
Package
Description
The base package for all Minecraft classes.
-
Uses of SpriteContents in net.minecraft
Methods in net.minecraft that return SpriteContentsModifier and TypeMethodDescriptionclass_8684.loadSprite(Identifier identifier, Resource resource) -
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 List<ModelElement>ItemModelGenerator.addLayerElements(int layer, String key, SpriteContents sprite) private List<ModelElement>ItemModelGenerator.addSubComponents(SpriteContents sprite, String key, int layer) private voidItemModelGenerator.buildCube(ItemModelGenerator.Side side, List<ItemModelGenerator.Frame> cubes, SpriteContents sprite, int frame, int x, int y, int width, int height, boolean bool) private List<ItemModelGenerator.Frame>ItemModelGenerator.getFrames(SpriteContents sprite) private booleanItemModelGenerator.isPixelTransparent(SpriteContents sprite, int frame, int x, int y, int width, int height) -
Uses of SpriteContents in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as SpriteContentsFields in net.minecraft.client.texture with type parameters of type SpriteContentsMethods in net.minecraft.client.texture that return SpriteContentsModifier and TypeMethodDescriptionstatic SpriteContentsMissingSprite.createSpriteContents()Sprite.getContents()Methods in net.minecraft.client.texture that return types with arguments of type SpriteContentsModifier and TypeMethodDescriptionstatic CompletableFuture<List<SpriteContents>>SpriteLoader.loadAll(class_8684 class_8684, List<Function<class_8684, SpriteContents>> list, 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) static CompletableFuture<List<SpriteContents>>SpriteLoader.loadAll(class_8684 class_8684, List<Function<class_8684, SpriteContents>> list, Executor executor) SpriteLoader.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 x, int y) -
Uses of SpriteContents in net.minecraft.client.texture.atlas
Methods in net.minecraft.client.texture.atlas that return SpriteContentsModifier and TypeMethodDescriptionPalettedPermutationsAtlasSource.PalettedSpriteRegion.apply(class_8684 class_8684) UnstitchAtlasSource.SpriteRegion.apply(class_8684 class_8684) Methods in net.minecraft.client.texture.atlas that return types with arguments of type SpriteContents