Package net.minecraft.client.util
Class BufferAllocator.CloseableBuffer
java.lang.Object
net.minecraft.client.util.BufferAllocator.CloseableBuffer
- All Implemented Interfaces:
- AutoCloseable
- Enclosing class:
- BufferAllocator
@Environment(CLIENT)
public class BufferAllocator.CloseableBuffer
extends Object
implements AutoCloseable
- Mappings:
- Namespace - Name - named - net/minecraft/client/util/BufferAllocator$CloseableBuffer- intermediary - net/minecraft/class_9799$class_9800- official - ffs$a
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final intprivate booleanprivate final intprivate final int
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
offsetprivate final int offset- Mappings:
- Namespace - Name - Mixin selector - named - offset- Lnet/minecraft/client/util/BufferAllocator$CloseableBuffer;offset:I- intermediary - field_52089- Lnet/minecraft/class_9799$class_9800;field_52089:I- official - b- Lffs$a;b:I
 
- 
sizeprivate final int size- Mappings:
- Namespace - Name - Mixin selector - named - size- Lnet/minecraft/client/util/BufferAllocator$CloseableBuffer;size:I- intermediary - field_52090- Lnet/minecraft/class_9799$class_9800;field_52090:I- official - c- Lffs$a;c:I
 
- 
clearCountprivate final int clearCount- Mappings:
- Namespace - Name - Mixin selector - named - clearCount- Lnet/minecraft/client/util/BufferAllocator$CloseableBuffer;clearCount:I- intermediary - field_52091- Lnet/minecraft/class_9799$class_9800;field_52091:I- official - d- Lffs$a;d:I
 
- 
closedprivate boolean closed- Mappings:
- Namespace - Name - Mixin selector - named - closed- Lnet/minecraft/client/util/BufferAllocator$CloseableBuffer;closed:Z- intermediary - field_52092- Lnet/minecraft/class_9799$class_9800;field_52092:Z- official - e- Lffs$a;e:Z
 
 
- 
- 
Constructor Details- 
CloseableBufferCloseableBuffer(int offset, int size, int clearCount) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/client/util/BufferAllocator$CloseableBuffer;<init>(Lnet/minecraft/client/util/BufferAllocator;III)V- intermediary - <init>- Lnet/minecraft/class_9799$class_9800;<init>(Lnet/minecraft/class_9799;III)V- official - <init>- Lffs$a;<init>(Lffs;III)V
 
 
- 
- 
Method Details- 
getBuffer- Mappings:
- Namespace - Name - Mixin selector - named - getBuffer- Lnet/minecraft/client/util/BufferAllocator$CloseableBuffer;getBuffer()Ljava/nio/ByteBuffer;- intermediary - method_60817- Lnet/minecraft/class_9799$class_9800;method_60817()Ljava/nio/ByteBuffer;- official - a- Lffs$a;a()Ljava/nio/ByteBuffer;
 
- 
closepublic void close()- Specified by:
- closein interface- AutoCloseable
 
 
-