Package net.minecraft.client.util
Class GlAllocationUtils
java.lang.Object
net.minecraft.client.util.GlAllocationUtils
- Mappings:
- Namespace - Name - official - ehh- intermediary - net/minecraft/class_311- named - net/minecraft/client/util/GlAllocationUtils
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic ByteBufferallocateByteBuffer(int size) static ByteBufferresizeByteBuffer(ByteBuffer source, int size) 
- 
Field Details- 
ALLOCATOR- Mappings:
- Namespace - Name - Mixin selector - official - a- Lehh;a:Lorg/lwjgl/system/MemoryUtil$MemoryAllocator;- intermediary - field_34054- Lnet/minecraft/class_311;field_34054:Lorg/lwjgl/system/MemoryUtil$MemoryAllocator;- named - ALLOCATOR- Lnet/minecraft/client/util/GlAllocationUtils;ALLOCATOR:Lorg/lwjgl/system/MemoryUtil$MemoryAllocator;
 
 
- 
- 
Constructor Details- 
GlAllocationUtilspublic GlAllocationUtils()
 
- 
- 
Method Details- 
allocateByteBuffer- Mappings:
- Namespace - Name - Mixin selector - official - a- Lehh;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;
 
- 
resizeByteBuffer- Mappings:
- Namespace - Name - Mixin selector - official - a- Lehh;a(Ljava/nio/ByteBuffer;I)Ljava/nio/ByteBuffer;- intermediary - method_37465- Lnet/minecraft/class_311;method_37465(Ljava/nio/ByteBuffer;I)Ljava/nio/ByteBuffer;- named - resizeByteBuffer- Lnet/minecraft/client/util/GlAllocationUtils;resizeByteBuffer(Ljava/nio/ByteBuffer;I)Ljava/nio/ByteBuffer;
 
 
-