Package net.minecraft.client.util
Class GlAllocationUtils
java.lang.Object
net.minecraft.client.util.GlAllocationUtils
- Mappings:
Namespace Name official doh
intermediary net/minecraft/class_311
named net/minecraft/client/util/GlAllocationUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ByteBuffer
allocateByteBuffer(int size)
static ShortBuffer
method_35614(int int2)
static CharBuffer
method_35615(int int2)
static IntBuffer
method_35616(int int2)
static LongBuffer
method_35617(int int2)
static FloatBuffer
method_35618(int int2)
static DoubleBuffer
method_35619(int int2)
-
Constructor Details
-
GlAllocationUtils
public GlAllocationUtils()
-
-
Method Details
-
allocateByteBuffer
- Mappings:
Namespace Name Mixin selector official a
Ldoh;a(I)Ljava/nio/ByteBuffer;
intermediary method_1596
Lnet/minecraft/class_311;method_1596(I)Ljava/nio/ByteBuffer;
named allocateByteBuffer
Lnet/minecraft/client/util/GlAllocationUtils;allocateByteBuffer(I)Ljava/nio/ByteBuffer;
-
method_35614
- Mappings:
Namespace Name Mixin selector official b
Ldoh;b(I)Ljava/nio/ShortBuffer;
intermediary method_35614
Lnet/minecraft/class_311;method_35614(I)Ljava/nio/ShortBuffer;
named method_35614
Lnet/minecraft/client/util/GlAllocationUtils;method_35614(I)Ljava/nio/ShortBuffer;
-
method_35615
- Mappings:
Namespace Name Mixin selector official c
Ldoh;c(I)Ljava/nio/CharBuffer;
intermediary method_35615
Lnet/minecraft/class_311;method_35615(I)Ljava/nio/CharBuffer;
named method_35615
Lnet/minecraft/client/util/GlAllocationUtils;method_35615(I)Ljava/nio/CharBuffer;
-
method_35616
- Mappings:
Namespace Name Mixin selector official d
Ldoh;d(I)Ljava/nio/IntBuffer;
intermediary method_35616
Lnet/minecraft/class_311;method_35616(I)Ljava/nio/IntBuffer;
named method_35616
Lnet/minecraft/client/util/GlAllocationUtils;method_35616(I)Ljava/nio/IntBuffer;
-
method_35617
- Mappings:
Namespace Name Mixin selector official e
Ldoh;e(I)Ljava/nio/LongBuffer;
intermediary method_35617
Lnet/minecraft/class_311;method_35617(I)Ljava/nio/LongBuffer;
named method_35617
Lnet/minecraft/client/util/GlAllocationUtils;method_35617(I)Ljava/nio/LongBuffer;
-
method_35618
- Mappings:
Namespace Name Mixin selector official f
Ldoh;f(I)Ljava/nio/FloatBuffer;
intermediary method_35618
Lnet/minecraft/class_311;method_35618(I)Ljava/nio/FloatBuffer;
named method_35618
Lnet/minecraft/client/util/GlAllocationUtils;method_35618(I)Ljava/nio/FloatBuffer;
-
method_35619
- Mappings:
Namespace Name Mixin selector official g
Ldoh;g(I)Ljava/nio/DoubleBuffer;
intermediary method_35619
Lnet/minecraft/class_311;method_35619(I)Ljava/nio/DoubleBuffer;
named method_35619
Lnet/minecraft/client/util/GlAllocationUtils;method_35619(I)Ljava/nio/DoubleBuffer;
-