Package net.minecraft.client.texture
Class NativeImage
java.lang.Object
net.minecraft.client.texture.NativeImage
- All Implemented Interfaces:
AutoCloseable
- Mappings:
Namespace Name named net/minecraft/client/texture/NativeImageintermediary net/minecraft/class_1011official ffr
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enumRepresents the internal formats sent toglTexImage2D, representing the number of color channels present in an image to prepare.private static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final NativeImage.Formatprivate final intprivate final booleanprivate static final Loggerprivate static final com.mojang.jtracy.MemoryPoolprivate longprivate final longprivate final intprivate static final Set<StandardOpenOption> -
Constructor Summary
ConstructorsModifierConstructorDescriptionNativeImage(int width, int height, boolean useStb) NativeImage(NativeImage.Format format, int width, int height, boolean useStb) privateNativeImage(NativeImage.Format format, int width, int height, boolean useStb, long pointer) -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(IntUnaryOperator operator) applyToCopy(IntUnaryOperator operator) private voidvoidclose()voidcopyFrom(NativeImage image) int[]int[]voidcopyRect(int x, int y, int translateX, int translateY, int width, int height, boolean flipX, boolean flipY) voidcopyRect(NativeImage image, int x, int y, int destX, int destY, int width, int height, boolean flipX, boolean flipY) voidUseuploadto upload this image to GL so it can be used later.voidfillRect(int x, int y, int width, int height, int color) private intgetColor(int x, int y) Gets the color of a pixel on this native image.intgetColorArgb(int x, int y) intbytegetOpacity(int x, int y) intgetWidth()private booleanisOutOfBounds(int x, int y) voidloadFromTextureImage(int level, boolean removeAlpha) booleanmakeGlyphBitmapSubpixel(FT_Face face, int glyphIndex) int[]Deprecated.voidstatic NativeImageread(byte[] bytes) static NativeImageread(InputStream stream) static NativeImageread(ByteBuffer buffer) static NativeImageread(@Nullable NativeImage.Format format, InputStream stream) static NativeImageread(@Nullable NativeImage.Format format, ByteBuffer buffer) voidreadDepthComponent(float unused) voidresizeSubRectTo(int x, int y, int width, int height, NativeImage targetImage) private voidsetColor(int x, int y, int color) Sets the color of a pixel on this native image.voidsetColorArgb(int x, int y, int color) private static voidsetTextureFilter(boolean blur, boolean mipmap) toString()voiduntrack()voidupload(int level, int offsetX, int offsetY, boolean close) voidupload(int level, int offsetX, int offsetY, int unpackSkipPixels, int unpackSkipRows, int width, int height, boolean mipmap, boolean close) voidupload(int level, int offsetX, int offsetY, int unpackSkipPixels, int unpackSkipRows, int width, int height, boolean blur, boolean clamp, boolean mipmap, boolean close) private voiduploadInternal(int level, int offsetX, int offsetY, int unpackSkipPixels, int unpackSkipRows, int width, int height, boolean blur, boolean clamp, boolean mipmap, boolean close) private booleanwrite(WritableByteChannel channel) voidvoid
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGERLnet/minecraft/client/texture/NativeImage;LOGGER:Lorg/slf4j/Logger;intermediary field_21684Lnet/minecraft/class_1011;field_21684:Lorg/slf4j/Logger;official aLffr;a:Lorg/slf4j/Logger;
-
MEMORY_POOL
private static final com.mojang.jtracy.MemoryPool MEMORY_POOL- Mappings:
Namespace Name Mixin selector named MEMORY_POOLLnet/minecraft/client/texture/NativeImage;MEMORY_POOL:Lcom/mojang/jtracy/MemoryPool;intermediary field_54265Lnet/minecraft/class_1011;field_54265:Lcom/mojang/jtracy/MemoryPool;official bLffr;b:Lcom/mojang/jtracy/MemoryPool;
-
WRITE_TO_FILE_OPEN_OPTIONS
- Mappings:
Namespace Name Mixin selector named WRITE_TO_FILE_OPEN_OPTIONSLnet/minecraft/client/texture/NativeImage;WRITE_TO_FILE_OPEN_OPTIONS:Ljava/util/Set;intermediary field_4992Lnet/minecraft/class_1011;field_4992:Ljava/util/Set;official cLffr;c:Ljava/util/Set;
-
format
- Mappings:
Namespace Name Mixin selector named formatLnet/minecraft/client/texture/NativeImage;format:Lnet/minecraft/client/texture/NativeImage$Format;intermediary field_4986Lnet/minecraft/class_1011;field_4986:Lnet/minecraft/class_1011$class_1012;official dLffr;d:Lffr$a;
-
width
private final int width- Mappings:
Namespace Name Mixin selector named widthLnet/minecraft/client/texture/NativeImage;width:Iintermediary field_4991Lnet/minecraft/class_1011;field_4991:Iofficial eLffr;e:I
-
height
private final int height- Mappings:
Namespace Name Mixin selector named heightLnet/minecraft/client/texture/NativeImage;height:Iintermediary field_4989Lnet/minecraft/class_1011;field_4989:Iofficial fLffr;f:I
-
isStbImage
private final boolean isStbImage- Mappings:
Namespace Name Mixin selector named isStbImageLnet/minecraft/client/texture/NativeImage;isStbImage:Zintermediary field_4990Lnet/minecraft/class_1011;field_4990:Zofficial gLffr;g:Z
-
pointer
private long pointer- Mappings:
Namespace Name Mixin selector named pointerLnet/minecraft/client/texture/NativeImage;pointer:Jintermediary field_4988Lnet/minecraft/class_1011;field_4988:Jofficial hLffr;h:J
-
sizeBytes
private final long sizeBytes- Mappings:
Namespace Name Mixin selector named sizeBytesLnet/minecraft/client/texture/NativeImage;sizeBytes:Jintermediary field_4987Lnet/minecraft/class_1011;field_4987:Jofficial iLffr;i:J
-
-
Constructor Details
-
NativeImage
public NativeImage(int width, int height, boolean useStb) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/texture/NativeImage;<init>(IIZ)Vintermediary <init>Lnet/minecraft/class_1011;<init>(IIZ)Vofficial <init>Lffr;<init>(IIZ)V
-
NativeImage
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/texture/NativeImage;<init>(Lnet/minecraft/client/texture/NativeImage$Format;IIZ)Vintermediary <init>Lnet/minecraft/class_1011;<init>(Lnet/minecraft/class_1011$class_1012;IIZ)Vofficial <init>Lffr;<init>(Lffr$a;IIZ)V
-
NativeImage
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/texture/NativeImage;<init>(Lnet/minecraft/client/texture/NativeImage$Format;IIZJ)Vintermediary <init>Lnet/minecraft/class_1011;<init>(Lnet/minecraft/class_1011$class_1012;IIZJ)Vofficial <init>Lffr;<init>(Lffr$a;IIZJ)V
-
-
Method Details
-
toString
-
isOutOfBounds
private boolean isOutOfBounds(int x, int y) - Mappings:
Namespace Name Mixin selector named isOutOfBoundsLnet/minecraft/client/texture/NativeImage;isOutOfBounds(II)Zintermediary method_36559Lnet/minecraft/class_1011;method_36559(II)Zofficial cLffr;c(II)Z
-
read
- Throws:
IOException- Mappings:
Namespace Name Mixin selector named readLnet/minecraft/client/texture/NativeImage;read(Ljava/io/InputStream;)Lnet/minecraft/client/texture/NativeImage;intermediary method_4309Lnet/minecraft/class_1011;method_4309(Ljava/io/InputStream;)Lnet/minecraft/class_1011;official aLffr;a(Ljava/io/InputStream;)Lffr;
-
read
public static NativeImage read(@Nullable @Nullable NativeImage.Format format, InputStream stream) throws IOException - Throws:
IOException- Mappings:
Namespace Name Mixin selector named readLnet/minecraft/client/texture/NativeImage;read(Lnet/minecraft/client/texture/NativeImage$Format;Ljava/io/InputStream;)Lnet/minecraft/client/texture/NativeImage;intermediary method_4310Lnet/minecraft/class_1011;method_4310(Lnet/minecraft/class_1011$class_1012;Ljava/io/InputStream;)Lnet/minecraft/class_1011;official aLffr;a(Lffr$a;Ljava/io/InputStream;)Lffr;
-
read
- Throws:
IOException- Mappings:
Namespace Name Mixin selector named readLnet/minecraft/client/texture/NativeImage;read(Ljava/nio/ByteBuffer;)Lnet/minecraft/client/texture/NativeImage;intermediary method_4324Lnet/minecraft/class_1011;method_4324(Ljava/nio/ByteBuffer;)Lnet/minecraft/class_1011;official aLffr;a(Ljava/nio/ByteBuffer;)Lffr;
-
read
- Throws:
IOException- Mappings:
Namespace Name Mixin selector named readLnet/minecraft/client/texture/NativeImage;read([B)Lnet/minecraft/client/texture/NativeImage;intermediary method_49277Lnet/minecraft/class_1011;method_49277([B)Lnet/minecraft/class_1011;official aLffr;a([B)Lffr;
-
read
public static NativeImage read(@Nullable @Nullable NativeImage.Format format, ByteBuffer buffer) throws IOException - Throws:
IOException- Mappings:
Namespace Name Mixin selector named readLnet/minecraft/client/texture/NativeImage;read(Lnet/minecraft/client/texture/NativeImage$Format;Ljava/nio/ByteBuffer;)Lnet/minecraft/client/texture/NativeImage;intermediary method_4303Lnet/minecraft/class_1011;method_4303(Lnet/minecraft/class_1011$class_1012;Ljava/nio/ByteBuffer;)Lnet/minecraft/class_1011;official aLffr;a(Lffr$a;Ljava/nio/ByteBuffer;)Lffr;
-
setTextureFilter
private static void setTextureFilter(boolean blur, boolean mipmap) - Mappings:
Namespace Name Mixin selector named setTextureFilterLnet/minecraft/client/texture/NativeImage;setTextureFilter(ZZ)Vintermediary method_4308Lnet/minecraft/class_1011;method_4308(ZZ)Vofficial aLffr;a(ZZ)V
-
checkAllocated
private void checkAllocated()- Mappings:
Namespace Name Mixin selector named checkAllocatedLnet/minecraft/client/texture/NativeImage;checkAllocated()Vintermediary method_4320Lnet/minecraft/class_1011;method_4320()Vofficial jLffr;j()V
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
getWidth
public int getWidth()- Mappings:
Namespace Name Mixin selector named getWidthLnet/minecraft/client/texture/NativeImage;getWidth()Iintermediary method_4307Lnet/minecraft/class_1011;method_4307()Iofficial aLffr;a()I
-
getHeight
public int getHeight()- Mappings:
Namespace Name Mixin selector named getHeightLnet/minecraft/client/texture/NativeImage;getHeight()Iintermediary method_4323Lnet/minecraft/class_1011;method_4323()Iofficial bLffr;b()I
-
getFormat
- Mappings:
Namespace Name Mixin selector named getFormatLnet/minecraft/client/texture/NativeImage;getFormat()Lnet/minecraft/client/texture/NativeImage$Format;intermediary method_4318Lnet/minecraft/class_1011;method_4318()Lnet/minecraft/class_1011$class_1012;official cLffr;c()Lffr$a;
-
getColor
private int getColor(int x, int y) Gets the color of a pixel on this native image. The color returned by this method will be in a big-endian (from biggest to smallest bits) ABGR format, or little-endian RGBA.- Returns:
- the color, with red at smallest and alpha at biggest bits
- Throws:
IllegalArgumentException- when this native image's format is not little-endian RGBA, or the coordinate is out-of-bounds- Mappings:
Namespace Name Mixin selector named getColorLnet/minecraft/client/texture/NativeImage;getColor(II)Iintermediary method_4315Lnet/minecraft/class_1011;method_4315(II)Iofficial dLffr;d(II)I
-
getColorArgb
public int getColorArgb(int x, int y) - Mappings:
Namespace Name Mixin selector named getColorArgbLnet/minecraft/client/texture/NativeImage;getColorArgb(II)Iintermediary method_61940Lnet/minecraft/class_1011;method_61940(II)Iofficial aLffr;a(II)I
-
setColor
private void setColor(int x, int y, int color) Sets the color of a pixel on this native image. The color to be set by this method will be in a big-endian (from biggest to smallest bits) ABGR format, or little-endian RGBA.- Parameters:
color- the color, with red at smallest and alpha at biggest bits- Throws:
IllegalArgumentException- when this native image's format is not little-endian RGBA, or the coordinate is out-of-bounds- Mappings:
Namespace Name Mixin selector named setColorLnet/minecraft/client/texture/NativeImage;setColor(III)Vintermediary method_4305Lnet/minecraft/class_1011;method_4305(III)Vofficial bLffr;b(III)V
-
setColorArgb
public void setColorArgb(int x, int y, int color) - Mappings:
Namespace Name Mixin selector named setColorArgbLnet/minecraft/client/texture/NativeImage;setColorArgb(III)Vintermediary method_61941Lnet/minecraft/class_1011;method_61941(III)Vofficial aLffr;a(III)V
-
applyToCopy
- Mappings:
Namespace Name Mixin selector named applyToCopyLnet/minecraft/client/texture/NativeImage;applyToCopy(Ljava/util/function/IntUnaryOperator;)Lnet/minecraft/client/texture/NativeImage;intermediary method_48462Lnet/minecraft/class_1011;method_48462(Ljava/util/function/IntUnaryOperator;)Lnet/minecraft/class_1011;official aLffr;a(Ljava/util/function/IntUnaryOperator;)Lffr;
-
apply
- Mappings:
Namespace Name Mixin selector named applyLnet/minecraft/client/texture/NativeImage;apply(Ljava/util/function/IntUnaryOperator;)Vintermediary method_51596Lnet/minecraft/class_1011;method_51596(Ljava/util/function/IntUnaryOperator;)Vofficial bLffr;b(Ljava/util/function/IntUnaryOperator;)V
-
copyPixelsAbgr
public int[] copyPixelsAbgr()- Mappings:
Namespace Name Mixin selector named copyPixelsAbgrLnet/minecraft/client/texture/NativeImage;copyPixelsAbgr()[Iintermediary method_48463Lnet/minecraft/class_1011;method_48463()[Iofficial dLffr;d()[I
-
copyPixelsArgb
public int[] copyPixelsArgb()- Mappings:
Namespace Name Mixin selector named copyPixelsArgbLnet/minecraft/client/texture/NativeImage;copyPixelsArgb()[Iintermediary method_61942Lnet/minecraft/class_1011;method_61942()[Iofficial eLffr;e()[I
-
getOpacity
public byte getOpacity(int x, int y) - Mappings:
Namespace Name Mixin selector named getOpacityLnet/minecraft/client/texture/NativeImage;getOpacity(II)Bintermediary method_4311Lnet/minecraft/class_1011;method_4311(II)Bofficial bLffr;b(II)B
-
makePixelArray
Deprecated.- Mappings:
Namespace Name Mixin selector named makePixelArrayLnet/minecraft/client/texture/NativeImage;makePixelArray()[Iintermediary method_4322Lnet/minecraft/class_1011;method_4322()[Iofficial fLffr;f()[I
-
upload
public void upload(int level, int offsetX, int offsetY, boolean close) - Mappings:
Namespace Name Mixin selector named uploadLnet/minecraft/client/texture/NativeImage;upload(IIIZ)Vintermediary method_4301Lnet/minecraft/class_1011;method_4301(IIIZ)Vofficial aLffr;a(IIIZ)V
-
upload
public void upload(int level, int offsetX, int offsetY, int unpackSkipPixels, int unpackSkipRows, int width, int height, boolean mipmap, boolean close) - Mappings:
Namespace Name Mixin selector named uploadLnet/minecraft/client/texture/NativeImage;upload(IIIIIIIZZ)Vintermediary method_4312Lnet/minecraft/class_1011;method_4312(IIIIIIIZZ)Vofficial aLffr;a(IIIIIIIZZ)V
-
upload
public void upload(int level, int offsetX, int offsetY, int unpackSkipPixels, int unpackSkipRows, int width, int height, boolean blur, boolean clamp, boolean mipmap, boolean close) - Mappings:
Namespace Name Mixin selector named uploadLnet/minecraft/client/texture/NativeImage;upload(IIIIIIIZZZZ)Vintermediary method_22619Lnet/minecraft/class_1011;method_22619(IIIIIIIZZZZ)Vofficial aLffr;a(IIIIIIIZZZZ)V
-
uploadInternal
private void uploadInternal(int level, int offsetX, int offsetY, int unpackSkipPixels, int unpackSkipRows, int width, int height, boolean blur, boolean clamp, boolean mipmap, boolean close) - Mappings:
Namespace Name Mixin selector named uploadInternalLnet/minecraft/client/texture/NativeImage;uploadInternal(IIIIIIIZZZZ)Vintermediary method_4321Lnet/minecraft/class_1011;method_4321(IIIIIIIZZZZ)Vofficial bLffr;b(IIIIIIIZZZZ)V
-
loadFromTextureImage
public void loadFromTextureImage(int level, boolean removeAlpha) - Mappings:
Namespace Name Mixin selector named loadFromTextureImageLnet/minecraft/client/texture/NativeImage;loadFromTextureImage(IZ)Vintermediary method_4327Lnet/minecraft/class_1011;method_4327(IZ)Vofficial aLffr;a(IZ)V
-
readDepthComponent
public void readDepthComponent(float unused) - Mappings:
Namespace Name Mixin selector named readDepthComponentLnet/minecraft/client/texture/NativeImage;readDepthComponent(F)Vintermediary method_35620Lnet/minecraft/class_1011;method_35620(F)Vofficial aLffr;a(F)V
-
drawPixels
public void drawPixels()Useuploadto upload this image to GL so it can be used later. This method is not used in vanilla, and its side effects are not yet known.- Mappings:
Namespace Name Mixin selector named drawPixelsLnet/minecraft/client/texture/NativeImage;drawPixels()Vintermediary method_35627Lnet/minecraft/class_1011;method_35627()Vofficial gLffr;g()V
-
writeTo
- Throws:
IOException- Mappings:
Namespace Name Mixin selector named writeToLnet/minecraft/client/texture/NativeImage;writeTo(Ljava/io/File;)Vintermediary method_4325Lnet/minecraft/class_1011;method_4325(Ljava/io/File;)Vofficial aLffr;a(Ljava/io/File;)V
-
makeGlyphBitmapSubpixel
- Mappings:
Namespace Name Mixin selector named makeGlyphBitmapSubpixelLnet/minecraft/client/texture/NativeImage;makeGlyphBitmapSubpixel(Lorg/lwjgl/util/freetype/FT_Face;I)Zintermediary method_4316Lnet/minecraft/class_1011;method_4316(Lorg/lwjgl/util/freetype/FT_Face;I)Zofficial aLffr;a(Lorg/lwjgl/util/freetype/FT_Face;I)Z
-
writeTo
- Throws:
IOException- Mappings:
Namespace Name Mixin selector named writeToLnet/minecraft/client/texture/NativeImage;writeTo(Ljava/nio/file/Path;)Vintermediary method_4314Lnet/minecraft/class_1011;method_4314(Ljava/nio/file/Path;)Vofficial aLffr;a(Ljava/nio/file/Path;)V
-
write
- Throws:
IOException- Mappings:
Namespace Name Mixin selector named writeLnet/minecraft/client/texture/NativeImage;write(Ljava/nio/channels/WritableByteChannel;)Zintermediary method_24032Lnet/minecraft/class_1011;method_24032(Ljava/nio/channels/WritableByteChannel;)Zofficial aLffr;a(Ljava/nio/channels/WritableByteChannel;)Z
-
copyFrom
- Mappings:
Namespace Name Mixin selector named copyFromLnet/minecraft/client/texture/NativeImage;copyFrom(Lnet/minecraft/client/texture/NativeImage;)Vintermediary method_4317Lnet/minecraft/class_1011;method_4317(Lnet/minecraft/class_1011;)Vofficial aLffr;a(Lffr;)V
-
fillRect
public void fillRect(int x, int y, int width, int height, int color) - Mappings:
Namespace Name Mixin selector named fillRectLnet/minecraft/client/texture/NativeImage;fillRect(IIIII)Vintermediary method_4326Lnet/minecraft/class_1011;method_4326(IIIII)Vofficial aLffr;a(IIIII)V
-
copyRect
public void copyRect(int x, int y, int translateX, int translateY, int width, int height, boolean flipX, boolean flipY) - Mappings:
Namespace Name Mixin selector named copyRectLnet/minecraft/client/texture/NativeImage;copyRect(IIIIIIZZ)Vintermediary method_4304Lnet/minecraft/class_1011;method_4304(IIIIIIZZ)Vofficial aLffr;a(IIIIIIZZ)V
-
copyRect
public void copyRect(NativeImage image, int x, int y, int destX, int destY, int width, int height, boolean flipX, boolean flipY) - Mappings:
Namespace Name Mixin selector named copyRectLnet/minecraft/client/texture/NativeImage;copyRect(Lnet/minecraft/client/texture/NativeImage;IIIIIIZZ)Vintermediary method_47594Lnet/minecraft/class_1011;method_47594(Lnet/minecraft/class_1011;IIIIIIZZ)Vofficial aLffr;a(Lffr;IIIIIIZZ)V
-
mirrorVertically
public void mirrorVertically()- Mappings:
Namespace Name Mixin selector named mirrorVerticallyLnet/minecraft/client/texture/NativeImage;mirrorVertically()Vintermediary method_4319Lnet/minecraft/class_1011;method_4319()Vofficial hLffr;h()V
-
resizeSubRectTo
- Mappings:
Namespace Name Mixin selector named resizeSubRectToLnet/minecraft/client/texture/NativeImage;resizeSubRectTo(IIIILnet/minecraft/client/texture/NativeImage;)Vintermediary method_4300Lnet/minecraft/class_1011;method_4300(IIIILnet/minecraft/class_1011;)Vofficial aLffr;a(IIIILffr;)V
-
untrack
public void untrack()- Mappings:
Namespace Name Mixin selector named untrackLnet/minecraft/client/texture/NativeImage;untrack()Vintermediary method_4302Lnet/minecraft/class_1011;method_4302()Vofficial iLffr;i()V
-