Uses of Class
net.minecraft.client.texture.NativeImage
Package
Description
-
Uses of NativeImage in net.minecraft.client.font
Modifier and TypeFieldDescriptionprivate NativeImage
BitmapFont.BitmapFontGlyph.image
private NativeImage
BitmapFont.image
private NativeImage
UnicodeTextureFont.UnicodeTextureGlyph.image
private static NativeImage
BlankGlyph.IMAGE
private static NativeImage
WhiteRectangleGlyph.IMAGE
Modifier and TypeMethodDescriptionprivate @Nullable NativeImage
UnicodeTextureFont.getGlyphImage(Identifier glyphId)
Modifier and TypeMethodDescriptionprivate int
BitmapFont.Loader.findCharacterStartX(NativeImage image, int characterWidth, int characterHeight, int charPosX, int charPosY)
ModifierConstructorDescription(package private)
BitmapFont(NativeImage nativeImage, Int2ObjectMap<BitmapFont.BitmapFontGlyph> int2ObjectMap)
(package private)
BitmapFontGlyph(float float2, NativeImage nativeImage, int int2, int int3, int int4, int int5, int int6, int int7)
(package private)
UnicodeTextureGlyph(int int2, int int3, int int4, int int5, NativeImage nativeImage)
-
Uses of NativeImage in net.minecraft.client.render
-
Uses of NativeImage in net.minecraft.client.resource
Modifier and TypeMethodDescriptionprivate static void
Format4ResourcePack.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
Modifier and TypeFieldDescriptionprivate @Nullable NativeImage
NativeImageBackedTexture.image
private @Nullable NativeImage
ResourceTexture.TextureData.image
protected NativeImage[]
Sprite.images
private NativeImage[]
Sprite.Interpolation.images
Modifier and TypeMethodDescriptionNativeImageBackedTexture.getImage()
ResourceTexture.TextureData.getImage()
static NativeImage[]
MipmapHelper.getMipmapLevelsImages(NativeImage image, int mipmap)
private @Nullable NativeImage
PlayerSkinTexture.loadTexture(InputStream stream)
static NativeImage
NativeImage.read(@Nullable NativeImage.Format format, InputStream inputStream)
static NativeImage
NativeImage.read(@Nullable NativeImage.Format format, ByteBuffer byteBuffer)
static NativeImage
NativeImage.read(InputStream inputStream)
static NativeImage
static NativeImage
NativeImage.read(ByteBuffer byteBuffer)
private static NativeImage
PlayerSkinTexture.remapTexture(NativeImage image)
Modifier and TypeMethodDescriptionvoid
NativeImage.copyFrom(NativeImage image)
static NativeImage[]
MipmapHelper.getMipmapLevelsImages(NativeImage image, int mipmap)
private void
PlayerSkinTexture.onTextureLoaded(NativeImage image)
private static NativeImage
PlayerSkinTexture.remapTexture(NativeImage image)
void
NativeImage.resizeSubRectTo(int x, int y, int width, int height, NativeImage targetImage)
void
NativeImageBackedTexture.setImage(NativeImage image)
private static void
PlayerSkinTexture.stripAlpha(NativeImage image, int x1, int y1, int x2, int y2)
private static void
PlayerSkinTexture.stripColor(NativeImage image, int x1, int y1, int x2, int y2)
private void
ResourceTexture.upload(NativeImage nativeImage, boolean blur, boolean clamp)
(package private) void
Sprite.upload(int frameX, int frameY, NativeImage[] output)
private void
PlayerSkinTexture.uploadTexture(NativeImage image)
ModifierConstructorDescriptionNativeImageBackedTexture(NativeImage image)
protected
Sprite(SpriteAtlasTexture atlas, 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
Modifier and TypeMethodDescriptionstatic NativeImage
Screenshooter.takeScreenshot(int width, int height, Framebuffer framebuffer)