Package net.minecraft.client.util
Class GlAllocationUtils
java.lang.Object
net.minecraft.client.util.GlAllocationUtils
@Environment(CLIENT) public class GlAllocationUtils extends Object
- Mappings:
Namespace Name official avdintermediary net/minecraft/class_668named net/minecraft/client/util/GlAllocationUtils
-
Constructor Summary
Constructors Constructor Description GlAllocationUtils() -
Method Summary
Modifier and Type Method Description static ByteBufferallocateByteBuffer(int size)static FloatBufferallocateFloatBuffer(int size)static intmethod_2215(int int2)static voidmethod_2216(int int2, int int3)static voidmethod_2217(int int2)static IntBuffermethod_2219(int int2)
-
Constructor Details
-
GlAllocationUtils
public GlAllocationUtils()
-
-
Method Details
-
method_2215
public static int method_2215(int int2)- Mappings:
Namespace Name Mixin selector official aLavd;a(I)Iintermediary method_2215Lnet/minecraft/class_668;method_2215(I)Inamed method_2215Lnet/minecraft/client/util/GlAllocationUtils;method_2215(I)I
-
method_2216
public static void method_2216(int int2, int int3)- Mappings:
Namespace Name Mixin selector official aLavd;a(II)Vintermediary method_2216Lnet/minecraft/class_668;method_2216(II)Vnamed method_2216Lnet/minecraft/client/util/GlAllocationUtils;method_2216(II)V
-
method_2217
public static void method_2217(int int2)- Mappings:
Namespace Name Mixin selector official bLavd;b(I)Vintermediary method_2217Lnet/minecraft/class_668;method_2217(I)Vnamed method_2217Lnet/minecraft/client/util/GlAllocationUtils;method_2217(I)V
-
allocateByteBuffer
- Mappings:
Namespace Name Mixin selector official cLavd;c(I)Ljava/nio/ByteBuffer;intermediary method_2218Lnet/minecraft/class_668;method_2218(I)Ljava/nio/ByteBuffer;named allocateByteBufferLnet/minecraft/client/util/GlAllocationUtils;allocateByteBuffer(I)Ljava/nio/ByteBuffer;
-
method_2219
- Mappings:
Namespace Name Mixin selector official fLavd;f(I)Ljava/nio/IntBuffer;intermediary method_2219Lnet/minecraft/class_668;method_2219(I)Ljava/nio/IntBuffer;named method_2219Lnet/minecraft/client/util/GlAllocationUtils;method_2219(I)Ljava/nio/IntBuffer;
-
allocateFloatBuffer
- Mappings:
Namespace Name Mixin selector official hLavd;h(I)Ljava/nio/FloatBuffer;intermediary method_2220Lnet/minecraft/class_668;method_2220(I)Ljava/nio/FloatBuffer;named allocateFloatBufferLnet/minecraft/client/util/GlAllocationUtils;allocateFloatBuffer(I)Ljava/nio/FloatBuffer;
-