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 dmn
intermediary net/minecraft/class_311
named net/minecraft/client/util/GlAllocationUtils
-
Constructor Summary
Constructors Constructor Description GlAllocationUtils()
-
Method Summary
Modifier and Type Method Description static ByteBuffer
allocateByteBuffer(int size)
-
Constructor Details
-
GlAllocationUtils
public GlAllocationUtils()
-
-
Method Details
-
allocateByteBuffer
- Mappings:
Namespace Name Mixin selector official a
Ldmn;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;
-