net.minecraft.client.gui.render

record GuiRenderer$Draw

net.minecraft.client.gui.render.GuiRenderer$Draw
net.minecraft.class_11228$class_11230
net.minecraft.client.gui.render.GuiRenderer$Draw

Field summary

Modifier and TypeField
private final GpuBuffer
vertexBuffer
comp_4044
vertexBuffer
private final int
baseVertex
comp_4186
baseVertex
private final VertexFormat$DrawMode
mode
comp_4045
mode
private final int
indexCount
comp_4048
indexCount
private final RenderPipeline
pipeline
comp_4049
pipeline
private final TextureSetup
textureSetup
comp_4050
textureSetup
private final ScreenRect
scissorArea
comp_4051
scissorArea

Constructor summary

ModifierConstructor
private (GpuBuffer vertexBuffer, int baseVertex, VertexFormat$DrawMode mode, int indexCount, RenderPipeline pipeline, TextureSetup textureSetup, ScreenRect scissorArea)

Method summary

Modifier and TypeMethod
public GpuBuffer
vertexBuffer()
comp_4044()
vertexBuffer()
public int
baseVertex()
comp_4186()
baseVertex()
public VertexFormat$DrawMode
mode()
comp_4045()
mode()
public int
indexCount()
comp_4048()
indexCount()
public RenderPipeline
pipeline()
comp_4049()
pipeline()
public TextureSetup
textureSetup()
comp_4050()
textureSetup()
public ScreenRect
scissorArea()
comp_4051()
scissorArea()