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 - official - ehk$c- intermediary - net/minecraft/class_1011$class_1014- named - net/minecraft/client/texture/NativeImage$WriteCallback
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.lwjgl.system.PointerPointer.Default
- 
Field SummaryFieldsFields inherited from interface org.lwjgl.system.PointerBITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZEFields inherited from interface org.lwjgl.stb.STBIWriteCallbackICIF
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.lwjgl.stb.STBIWriteCallbackcreate, create, createSafe, getDataMethods inherited from class org.lwjgl.system.Callbackaddress, equals, free, free, get, getSafe, hashCode, toStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.lwjgl.system.NativeResourcecloseMethods inherited from interface org.lwjgl.stb.STBIWriteCallbackIcallback, getCallInterface
- 
Field Details- 
channel- Mappings:
- Namespace - Name - Mixin selector - official - a- Lehk$c;a:Ljava/nio/channels/WritableByteChannel;- intermediary - field_5018- Lnet/minecraft/class_1011$class_1014;field_5018:Ljava/nio/channels/WritableByteChannel;- named - channel- Lnet/minecraft/client/texture/NativeImage$WriteCallback;channel:Ljava/nio/channels/WritableByteChannel;
 
- 
exception- Mappings:
- Namespace - Name - Mixin selector - official - b- Lehk$c;b:Ljava/io/IOException;- intermediary - field_5019- Lnet/minecraft/class_1011$class_1014;field_5019:Ljava/io/IOException;- named - exception- Lnet/minecraft/client/texture/NativeImage$WriteCallback;exception:Ljava/io/IOException;
 
 
- 
- 
Constructor Details- 
WriteCallbackWriteCallback(WritableByteChannel channel) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lehk$c;<init>(Ljava/nio/channels/WritableByteChannel;)V- intermediary - <init>- Lnet/minecraft/class_1011$class_1014;<init>(Ljava/nio/channels/WritableByteChannel;)V- named - <init>- Lnet/minecraft/client/texture/NativeImage$WriteCallback;<init>(Ljava/nio/channels/WritableByteChannel;)V
 
 
- 
- 
Method Details- 
invokepublic void invoke(long context, long data, int size) - Mappings:
- Namespace - Name - Mixin selector - official - invoke- Lehk$c;invoke(JJI)V- intermediary - invoke- Lnet/minecraft/class_1011$class_1014;invoke(JJI)V- named - invoke- Lnet/minecraft/client/texture/NativeImage$WriteCallback;invoke(JJI)V
 
- 
throwStoredException- Throws:
- IOException
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lehk$c;a()V- intermediary - method_4342- Lnet/minecraft/class_1011$class_1014;method_4342()V- named - throwStoredException- Lnet/minecraft/client/texture/NativeImage$WriteCallback;throwStoredException()V
 
 
-