Package net.minecraft.client.texture
Class NativeImage.WriteCallback
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.stb.STBIWriteCallback
net.minecraft.client.texture.NativeImage.WriteCallback
- All Implemented Interfaces:
AutoCloseable,STBIWriteCallbackI,CallbackI,NativeResource,Pointer
- Enclosing class:
NativeImage
- Mappings:
Namespace Name intermediary net/minecraft/class_1011$class_1014official ehc$cnamed net/minecraft/client/texture/NativeImage$WriteCallback
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default -
Field Summary
FieldsFields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZEFields inherited from interface org.lwjgl.stb.STBIWriteCallbackI
CIF -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.lwjgl.stb.STBIWriteCallback
create, create, createSafe, getDataMethods inherited from class org.lwjgl.system.Callback
address, equals, free, free, get, getSafe, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.lwjgl.system.NativeResource
closeMethods inherited from interface org.lwjgl.stb.STBIWriteCallbackI
callback, getCallInterface
-
Field Details
-
channel
- Mappings:
Namespace Name Mixin selector intermediary field_5018Lnet/minecraft/class_1011$class_1014;field_5018:Ljava/nio/channels/WritableByteChannel;official aLehc$c;a:Ljava/nio/channels/WritableByteChannel;named channelLnet/minecraft/client/texture/NativeImage$WriteCallback;channel:Ljava/nio/channels/WritableByteChannel;
-
exception
- Mappings:
Namespace Name Mixin selector intermediary field_5019Lnet/minecraft/class_1011$class_1014;field_5019:Ljava/io/IOException;official bLehc$c;b:Ljava/io/IOException;named exceptionLnet/minecraft/client/texture/NativeImage$WriteCallback;exception:Ljava/io/IOException;
-
-
Constructor Details
-
WriteCallback
WriteCallback(WritableByteChannel channel) - Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_1011$class_1014;<init>(Ljava/nio/channels/WritableByteChannel;)Vofficial <init>Lehc$c;<init>(Ljava/nio/channels/WritableByteChannel;)Vnamed <init>Lnet/minecraft/client/texture/NativeImage$WriteCallback;<init>(Ljava/nio/channels/WritableByteChannel;)V
-
-
Method Details
-
invoke
public void invoke(long context, long data, int size) - Mappings:
Namespace Name Mixin selector intermediary invokeLnet/minecraft/class_1011$class_1014;invoke(JJI)Vofficial invokeLehc$c;invoke(JJI)Vnamed invokeLnet/minecraft/client/texture/NativeImage$WriteCallback;invoke(JJI)V
-
throwStoredException
- Throws:
IOException- Mappings:
Namespace Name Mixin selector intermediary method_4342Lnet/minecraft/class_1011$class_1014;method_4342()Vofficial aLehc$c;a()Vnamed throwStoredExceptionLnet/minecraft/client/texture/NativeImage$WriteCallback;throwStoredException()V
-