Class VertexBufferManager.AllocatedBuffer

java.lang.Object
net.minecraft.client.gl.VertexBufferManager.AllocatedBuffer
Enclosing class:
VertexBufferManager

@Environment(CLIENT) public static class VertexBufferManager.AllocatedBuffer extends Object
Mappings:
Namespace Name
named net/minecraft/client/gl/VertexBufferManager$AllocatedBuffer
intermediary net/minecraft/class_10869$class_10872
official fmm$c
  • Field Details

    • glId

      final int glId
      Mappings:
      Namespace Name Mixin selector
      named glId Lnet/minecraft/client/gl/VertexBufferManager$AllocatedBuffer;glId:I
      intermediary field_57893 Lnet/minecraft/class_10869$class_10872;field_57893:I
      official a Lfmm$c;a:I
    • vertexFormat

      final VertexFormat vertexFormat
      Mappings:
      Namespace Name Mixin selector
      named vertexFormat Lnet/minecraft/client/gl/VertexBufferManager$AllocatedBuffer;vertexFormat:Lcom/mojang/blaze3d/vertex/VertexFormat;
      intermediary field_57894 Lnet/minecraft/class_10869$class_10872;field_57894:Lcom/mojang/blaze3d/vertex/VertexFormat;
      official b Lfmm$c;b:Lcom/mojang/blaze3d/vertex/VertexFormat;
    • buffer

      Mappings:
      Namespace Name Mixin selector
      named buffer Lnet/minecraft/client/gl/VertexBufferManager$AllocatedBuffer;buffer:Lnet/minecraft/client/gl/GlGpuBuffer;
      intermediary field_57895 Lnet/minecraft/class_10869$class_10872;field_57895:Lnet/minecraft/class_10859;
      official c Lfmm$c;c:Lflz;
  • 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;)V
      intermediary <init> Lnet/minecraft/class_10869$class_10872;<init>(ILcom/mojang/blaze3d/vertex/VertexFormat;Lnet/minecraft/class_10859;)V
      official <init> Lfmm$c;<init>(ILcom/mojang/blaze3d/vertex/VertexFormat;Lflz;)V