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,CallbackI.V,NativeResource,Pointer
- Enclosing class:
NativeImage
- Mappings:
Namespace Name official dsn$cintermediary net/minecraft/class_1011$class_1014named net/minecraft/client/texture/NativeImage$WriteCallback
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.CallbackI
CallbackI.B, CallbackI.D, CallbackI.F, CallbackI.I, CallbackI.J, CallbackI.P, CallbackI.S, CallbackI.V, CallbackI.ZNested 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
SIGNATURE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.lwjgl.stb.STBIWriteCallback
create, create, createSafe, getDataMethods inherited from class org.lwjgl.system.Callback
__stdcall, 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, getSignature
-
Field Details
-
channel
- Mappings:
Namespace Name Mixin selector official aLdsn$c;a:Ljava/nio/channels/WritableByteChannel;intermediary field_5018Lnet/minecraft/class_1011$class_1014;field_5018:Ljava/nio/channels/WritableByteChannel;named channelLnet/minecraft/client/texture/NativeImage$WriteCallback;channel:Ljava/nio/channels/WritableByteChannel;
-
exception
- Mappings:
Namespace Name Mixin selector official bLdsn$c;b:Ljava/io/IOException;intermediary field_5019Lnet/minecraft/class_1011$class_1014;field_5019: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 official <init>Ldsn$c;<init>(Ljava/nio/channels/WritableByteChannel;)Vintermediary <init>Lnet/minecraft/class_1011$class_1014;<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 official invokeLdsn$c;invoke(JJI)Vintermediary invokeLnet/minecraft/class_1011$class_1014;invoke(JJI)Vnamed invokeLnet/minecraft/client/texture/NativeImage$WriteCallback;invoke(JJI)V
-
throwStoredException
- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLdsn$c;a()Vintermediary method_4342Lnet/minecraft/class_1011$class_1014;method_4342()Vnamed throwStoredExceptionLnet/minecraft/client/texture/NativeImage$WriteCallback;throwStoredException()V
-