Package net.minecraft.client.util
Class GlAllocationUtils
java.lang.Object
net.minecraft.client.util.GlAllocationUtils
- Mappings:
Namespace Name named net/minecraft/client/util/GlAllocationUtilsintermediary net/minecraft/class_311official eyy
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ByteBufferallocateByteBuffer(int size) static voidfree(ByteBuffer buf) static ByteBufferresizeByteBuffer(ByteBuffer source, int size)
-
Field Details
-
ALLOCATOR
- Mappings:
Namespace Name Mixin selector named ALLOCATORLnet/minecraft/client/util/GlAllocationUtils;ALLOCATOR:Lorg/lwjgl/system/MemoryUtil$MemoryAllocator;intermediary field_34054Lnet/minecraft/class_311;field_34054:Lorg/lwjgl/system/MemoryUtil$MemoryAllocator;official aLeyy;a:Lorg/lwjgl/system/MemoryUtil$MemoryAllocator;
-
-
Constructor Details
-
GlAllocationUtils
public GlAllocationUtils()
-
-
Method Details
-
allocateByteBuffer
- Mappings:
Namespace Name Mixin selector named allocateByteBufferLnet/minecraft/client/util/GlAllocationUtils;allocateByteBuffer(I)Ljava/nio/ByteBuffer;intermediary method_1596Lnet/minecraft/class_311;method_1596(I)Ljava/nio/ByteBuffer;official aLeyy;a(I)Ljava/nio/ByteBuffer;
-
resizeByteBuffer
- Mappings:
Namespace Name Mixin selector named resizeByteBufferLnet/minecraft/client/util/GlAllocationUtils;resizeByteBuffer(Ljava/nio/ByteBuffer;I)Ljava/nio/ByteBuffer;intermediary method_37465Lnet/minecraft/class_311;method_37465(Ljava/nio/ByteBuffer;I)Ljava/nio/ByteBuffer;official aLeyy;a(Ljava/nio/ByteBuffer;I)Ljava/nio/ByteBuffer;
-
free
- Mappings:
Namespace Name Mixin selector named freeLnet/minecraft/client/util/GlAllocationUtils;free(Ljava/nio/ByteBuffer;)Vintermediary method_54557Lnet/minecraft/class_311;method_54557(Ljava/nio/ByteBuffer;)Vofficial aLeyy;a(Ljava/nio/ByteBuffer;)V
-