Uses of Class
net.minecraft.client.texture.NativeImage
Packages that use NativeImage
Package
Description
-
Uses of NativeImage in net.minecraft.client.font
Fields in net.minecraft.client.font declared as NativeImageModifier and TypeFieldDescriptionprivate final NativeImageBitmapFont.BitmapFontGlyph.imageprivate final NativeImageBitmapFont.imageprivate final NativeImageUnicodeTextureFont.UnicodeTextureGlyph.imageprivate static final NativeImageBlankGlyph.IMAGEprivate static final NativeImageWhiteRectangleGlyph.IMAGEFields in net.minecraft.client.font with type parameters of type NativeImageModifier and TypeFieldDescriptionprivate final Map<Identifier,NativeImage> UnicodeTextureFont.imagesMethods in net.minecraft.client.font that return NativeImageModifier and TypeMethodDescriptionprivate @Nullable NativeImageUnicodeTextureFont.getGlyphImage(Identifier glyphId) Methods in net.minecraft.client.font with parameters of type NativeImageModifier and TypeMethodDescriptionprivate intBitmapFont.Loader.findCharacterStartX(NativeImage image, int characterWidth, int characterHeight, int charPosX, int charPosY) Constructors in net.minecraft.client.font with parameters of type NativeImageModifierConstructorDescription(package private)BitmapFont(NativeImage image, Int2ObjectMap<BitmapFont.BitmapFontGlyph> glyphs) (package private)BitmapFontGlyph(float scaleFactor, NativeImage image, int x, int y, int width, int height, int advance, int ascent) (package private)UnicodeTextureGlyph(int unpackSkipPixels, int unpackSkipRows, int width, int height, NativeImage image) -
Uses of NativeImage in net.minecraft.client.render
Fields in net.minecraft.client.render declared as NativeImage -
Uses of NativeImage in net.minecraft.client.resource
Methods in net.minecraft.client.resource with parameters of type NativeImageModifier and TypeMethodDescriptionprivate static voidFormat4ResourcePack.loadBytes(NativeImage source, NativeImage target, int sourceLeft, int sourceTop, int left, int top, int right, int bottom, int multiplier, boolean mirrorX, boolean mirrorY) -
Uses of NativeImage in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as NativeImageModifier and TypeFieldDescriptionprivate @Nullable NativeImageNativeImageBackedTexture.imageprivate final @Nullable NativeImageResourceTexture.TextureData.imageprotected final NativeImage[]Sprite.imagesprivate final NativeImage[]Sprite.Interpolation.imagesFields in net.minecraft.client.texture with type parameters of type NativeImageMethods in net.minecraft.client.texture that return NativeImageModifier and TypeMethodDescriptionNativeImageBackedTexture.getImage()ResourceTexture.TextureData.getImage()static NativeImage[]MipmapHelper.getMipmapLevelsImages(NativeImage image, int mipmap) private @Nullable NativeImagePlayerSkinTexture.loadTexture(InputStream stream) static NativeImageNativeImage.read(@Nullable NativeImage.Format format, InputStream stream) static NativeImageNativeImage.read(@Nullable NativeImage.Format format, ByteBuffer buffer) static NativeImageNativeImage.read(InputStream stream) static NativeImagestatic NativeImageNativeImage.read(ByteBuffer buffer) private @Nullable NativeImagePlayerSkinTexture.remapTexture(NativeImage image) Methods in net.minecraft.client.texture with parameters of type NativeImageModifier and TypeMethodDescriptionvoidNativeImage.copyFrom(NativeImage image) static NativeImage[]MipmapHelper.getMipmapLevelsImages(NativeImage image, int mipmap) private voidPlayerSkinTexture.onTextureLoaded(NativeImage image) private @Nullable 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 image, boolean blur, boolean clamp) (package private) voidSprite.upload(int frameX, int frameY, NativeImage[] output) private voidPlayerSkinTexture.uploadTexture(NativeImage image) Constructors in net.minecraft.client.texture with parameters of type NativeImageModifierConstructorDescriptionprotectedSprite(SpriteAtlasTexture atlas, Sprite.Info info, int maxLevel, int atlasWidth, int atlasHeight, int x, int y, NativeImage image) TextureData(@Nullable TextureResourceMetadata metadata, NativeImage image) -
Uses of NativeImage in net.minecraft.client.util
Methods in net.minecraft.client.util that return NativeImageModifier and TypeMethodDescriptionstatic NativeImageScreenshotRecorder.takeScreenshot(Framebuffer framebuffer)