Package net.minecraft.client.util
Class GlAllocationUtils
java.lang.Object
net.minecraft.client.util.GlAllocationUtils
- Mappings:
Namespace Name official bccintermediary net/minecraft/class_329named net/minecraft/client/util/GlAllocationUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ByteBufferallocateByteBuffer(int size) static FloatBufferallocateFloatBuffer(int size) static IntBufferallocateIntBuffer(int size) static voiddeleteLists(int int2, int int3) static voiddeleteSingletonList(int int2) static intgenLists(int int2)
-
Constructor Details
-
GlAllocationUtils
public GlAllocationUtils()
-
-
Method Details
-
genLists
public static int genLists(int int2) - Mappings:
Namespace Name Mixin selector official aLbcc;a(I)Iintermediary method_849Lnet/minecraft/class_329;method_849(I)Inamed genListsLnet/minecraft/client/util/GlAllocationUtils;genLists(I)I
-
deleteLists
public static void deleteLists(int int2, int int3) - Mappings:
Namespace Name Mixin selector official aLbcc;a(II)Vintermediary method_9378Lnet/minecraft/class_329;method_9378(II)Vnamed deleteListsLnet/minecraft/client/util/GlAllocationUtils;deleteLists(II)V
-
deleteSingletonList
public static void deleteSingletonList(int int2) - Mappings:
Namespace Name Mixin selector official bLbcc;b(I)Vintermediary method_851Lnet/minecraft/class_329;method_851(I)Vnamed deleteSingletonListLnet/minecraft/client/util/GlAllocationUtils;deleteSingletonList(I)V
-
allocateByteBuffer
- Mappings:
Namespace Name Mixin selector official cLbcc;c(I)Ljava/nio/ByteBuffer;intermediary method_852Lnet/minecraft/class_329;method_852(I)Ljava/nio/ByteBuffer;named allocateByteBufferLnet/minecraft/client/util/GlAllocationUtils;allocateByteBuffer(I)Ljava/nio/ByteBuffer;
-
allocateIntBuffer
- Mappings:
Namespace Name Mixin selector official fLbcc;f(I)Ljava/nio/IntBuffer;intermediary method_853Lnet/minecraft/class_329;method_853(I)Ljava/nio/IntBuffer;named allocateIntBufferLnet/minecraft/client/util/GlAllocationUtils;allocateIntBuffer(I)Ljava/nio/IntBuffer;
-
allocateFloatBuffer
- Mappings:
Namespace Name Mixin selector official hLbcc;h(I)Ljava/nio/FloatBuffer;intermediary method_854Lnet/minecraft/class_329;method_854(I)Ljava/nio/FloatBuffer;named allocateFloatBufferLnet/minecraft/client/util/GlAllocationUtils;allocateFloatBuffer(I)Ljava/nio/FloatBuffer;
-