Package net.minecraft.client.gl
Class VertexBufferManager.AllocatedBuffer
java.lang.Object
net.minecraft.client.gl.VertexBufferManager.AllocatedBuffer
- Enclosing class:
 VertexBufferManager
- Mappings:
 Namespace Name named net/minecraft/client/gl/VertexBufferManager$AllocatedBufferintermediary net/minecraft/class_10869$class_10872official fmn$c
- 
Field Summary
FieldsModifier and TypeFieldDescription(package private) @Nullable GlGpuBuffer(package private) final int(package private) final VertexFormat - 
Constructor Summary
ConstructorsConstructorDescriptionAllocatedBuffer(int glId, VertexFormat vertexFormat, @Nullable GlGpuBuffer buffer)  - 
Method Summary
 
- 
Field Details
- 
glId
final int glId- Mappings:
 Namespace Name Mixin selector named glIdLnet/minecraft/client/gl/VertexBufferManager$AllocatedBuffer;glId:Iintermediary field_57893Lnet/minecraft/class_10869$class_10872;field_57893:Iofficial aLfmn$c;a:I
 - 
vertexFormat
- Mappings:
 Namespace Name Mixin selector named vertexFormatLnet/minecraft/client/gl/VertexBufferManager$AllocatedBuffer;vertexFormat:Lcom/mojang/blaze3d/vertex/VertexFormat;intermediary field_57894Lnet/minecraft/class_10869$class_10872;field_57894:Lcom/mojang/blaze3d/vertex/VertexFormat;official bLfmn$c;b:Lcom/mojang/blaze3d/vertex/VertexFormat;
 - 
buffer
- Mappings:
 Namespace Name Mixin selector named bufferLnet/minecraft/client/gl/VertexBufferManager$AllocatedBuffer;buffer:Lnet/minecraft/client/gl/GlGpuBuffer;intermediary field_57895Lnet/minecraft/class_10869$class_10872;field_57895:Lnet/minecraft/class_10859;official cLfmn$c;c:Lfma;
 
 - 
 - 
Constructor Details
- 
AllocatedBuffer
AllocatedBuffer(int glId, VertexFormat vertexFormat, @Nullable @Nullable GlGpuBuffer buffer) - Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/client/gl/VertexBufferManager$AllocatedBuffer;<init>(ILcom/mojang/blaze3d/vertex/VertexFormat;Lnet/minecraft/client/gl/GlGpuBuffer;)Vintermediary <init>Lnet/minecraft/class_10869$class_10872;<init>(ILcom/mojang/blaze3d/vertex/VertexFormat;Lnet/minecraft/class_10859;)Vofficial <init>Lfmn$c;<init>(ILcom/mojang/blaze3d/vertex/VertexFormat;Lfma;)V
 
 -