Package net.minecraft.client.gl
Class BufferManager.AllocatedBuffer
java.lang.Object
net.minecraft.client.gl.BufferManager.AllocatedBuffer
- Enclosing class:
BufferManager
- Mappings:
Namespace Name named net/minecraft/client/gl/BufferManager$AllocatedBufferintermediary net/minecraft/class_10869$class_10872official fjn$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/BufferManager$AllocatedBuffer;glId:Iintermediary field_57893Lnet/minecraft/class_10869$class_10872;field_57893:Iofficial aLfjn$c;a:I
-
vertexFormat
- Mappings:
Namespace Name Mixin selector named vertexFormatLnet/minecraft/client/gl/BufferManager$AllocatedBuffer;vertexFormat:Lcom/mojang/blaze3d/vertex/VertexFormat;intermediary field_57894Lnet/minecraft/class_10869$class_10872;field_57894:Lcom/mojang/blaze3d/vertex/VertexFormat;official bLfjn$c;b:Lcom/mojang/blaze3d/vertex/VertexFormat;
-
buffer
- Mappings:
Namespace Name Mixin selector named bufferLnet/minecraft/client/gl/BufferManager$AllocatedBuffer;buffer:Lnet/minecraft/client/gl/GlGpuBuffer;intermediary field_57895Lnet/minecraft/class_10869$class_10872;field_57895:Lnet/minecraft/class_10859;official cLfjn$c;c:Lfjc;
-
-
Constructor Details
-
AllocatedBuffer
AllocatedBuffer(int glId, VertexFormat vertexFormat, @Nullable @Nullable GlGpuBuffer buffer) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gl/BufferManager$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>Lfjn$c;<init>(ILcom/mojang/blaze3d/vertex/VertexFormat;Lfjc;)V
-