Uses of Class
net.minecraft.client.texture.NativeImage
| Package | Description |
|---|---|
| net.minecraft.client.font | |
| net.minecraft.client.render | |
| net.minecraft.client.resource | |
| net.minecraft.client.texture | |
| net.minecraft.client.util |
-
Uses of NativeImage in net.minecraft.client.font
Fields in net.minecraft.client.font declared as NativeImage Modifier and Type Field Description private NativeImageBitmapFont.BitmapFontGlyph. imageprivate NativeImageBitmapFont. imageprivate NativeImageUnicodeTextureFont.UnicodeTextureGlyph. imageprivate static NativeImageBlankGlyph. IMAGEprivate static NativeImageWhiteRectangleGlyph. IMAGEFields in net.minecraft.client.font with type parameters of type NativeImage Modifier and Type Field Description private Map<Identifier,NativeImage>UnicodeTextureFont. imagesMethods in net.minecraft.client.font that return NativeImage Modifier and Type Method Description private @Nullable NativeImageUnicodeTextureFont. getGlyphImage(Identifier glyphId)Methods in net.minecraft.client.font with parameters of type NativeImage Modifier and Type Method Description private intBitmapFont.Loader. findCharacterStartX(NativeImage image, int characterWidth, int characterHeight, int charPosX, int charPosY)Constructors in net.minecraft.client.font with parameters of type NativeImage Constructor Description BitmapFont(NativeImage image, Int2ObjectMap<BitmapFont.BitmapFontGlyph> glyphs)BitmapFontGlyph(float scaleFactor, NativeImage image, int x, int y, int width, int height, int advance, int ascent)UnicodeTextureGlyph(int x, int y, int width, int height, NativeImage image) -
Uses of NativeImage in net.minecraft.client.render
Fields in net.minecraft.client.render declared as NativeImage Modifier and Type Field Description private NativeImageLightmapTextureManager. image -
Uses of NativeImage in net.minecraft.client.resource
Methods in net.minecraft.client.resource with parameters of type NativeImage Modifier and Type Method Description private static voidFormat4ResourcePack. loadBytes(NativeImage source, NativeImage target, int int2, int int3, int int4, int int5, int int6, int int7, int int8, boolean bool, boolean bool2) -
Uses of NativeImage in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as NativeImage Modifier and Type Field Description private @Nullable NativeImageNativeImageBackedTexture. imageprivate @Nullable NativeImageResourceTexture.TextureData. imageprotected NativeImage[]Sprite. imagesprivate NativeImage[]Sprite.Interpolation. imagesFields in net.minecraft.client.texture with type parameters of type NativeImage Modifier and Type Field Description private static Lazy<NativeImage>MissingSprite. IMAGEMethods in net.minecraft.client.texture that return NativeImage Modifier and Type Method Description @Nullable NativeImageNativeImageBackedTexture. getImage()NativeImageResourceTexture.TextureData. getImage()static NativeImage[]MipmapHelper. getMipmapLevelsImages(NativeImage image, int mipmap)private @Nullable NativeImagePlayerSkinTexture. loadTexture(InputStream stream)static NativeImageNativeImage. read(@Nullable NativeImage.Format format, InputStream inputStream)static NativeImageNativeImage. read(@Nullable NativeImage.Format format, ByteBuffer byteBuffer)static NativeImageNativeImage. read(InputStream inputStream)static NativeImageNativeImage. read(String dataUri)static NativeImageNativeImage. read(ByteBuffer byteBuffer)private static NativeImagePlayerSkinTexture. remapTexture(NativeImage image)Methods in net.minecraft.client.texture with parameters of type NativeImage Modifier and Type Method Description voidNativeImage. copyFrom(NativeImage image)static NativeImage[]MipmapHelper. getMipmapLevelsImages(NativeImage image, int mipmap)private voidPlayerSkinTexture. onTextureLoaded(NativeImage image)private static NativeImagePlayerSkinTexture. remapTexture(NativeImage image)voidNativeImage. resizeSubRectTo(int x, int y, int width, int height, NativeImage targetImage)voidNativeImageBackedTexture. setImage(NativeImage image)private static voidPlayerSkinTexture. stripAlpha(NativeImage image, int x1, int y1, int x2, int y2)private static voidPlayerSkinTexture. stripColor(NativeImage image, int x1, int y1, int x2, int y2)private voidResourceTexture. upload(NativeImage nativeImage, boolean blur, boolean clamp)private voidSprite. upload(int frameX, int frameY, NativeImage[] output)private voidPlayerSkinTexture. uploadTexture(NativeImage image)Constructors in net.minecraft.client.texture with parameters of type NativeImage Constructor Description NativeImageBackedTexture(NativeImage image)Sprite(SpriteAtlasTexture spriteAtlasTexture, Sprite.Info info, int maxLevel, int atlasWidth, int atlasHeight, int x, int y, NativeImage nativeImage)TextureData(@Nullable TextureResourceMetadata metadata, NativeImage image) -
Uses of NativeImage in net.minecraft.client.util
Methods in net.minecraft.client.util that return NativeImage Modifier and Type Method Description static NativeImageScreenshotUtils. takeScreenshot(int width, int height, Framebuffer framebuffer)