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 dkvintermediary net/minecraft/class_311named 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)
-
Constructor Details
-
GlAllocationUtils
public GlAllocationUtils()
-
-
Method Details
-
allocateByteBuffer
- Mappings:
Namespace Name Mixin selector official aLdkv;a(I)Ljava/nio/ByteBuffer;intermediary method_1596Lnet/minecraft/class_311;method_1596(I)Ljava/nio/ByteBuffer;named allocateByteBufferLnet/minecraft/client/util/GlAllocationUtils;allocateByteBuffer(I)Ljava/nio/ByteBuffer;
-
allocateFloatBuffer
- Mappings:
Namespace Name Mixin selector official bLdkv;b(I)Ljava/nio/FloatBuffer;intermediary method_1597Lnet/minecraft/class_311;method_1597(I)Ljava/nio/FloatBuffer;named allocateFloatBufferLnet/minecraft/client/util/GlAllocationUtils;allocateFloatBuffer(I)Ljava/nio/FloatBuffer;
-