Record Class GuiRenderer.Draw

java.lang.Object
java.lang.Record
net.minecraft.client.gui.render.GuiRenderer.Draw
Record Components:
vertexBuffer -
mode -
indexBuffer -
indexType -
indexCount -
pipeline -
textureSetup -
scissorArea -
All Implemented Interfaces:
AutoCloseable
Enclosing class:
GuiRenderer

@Environment(CLIENT) private static record GuiRenderer.Draw(GpuBuffer vertexBuffer, VertexFormat.DrawMode mode, @Nullable GpuBuffer indexBuffer, VertexFormat.IndexType indexType, int indexCount, RenderPipeline pipeline, TextureSetup textureSetup, @Nullable ScreenRect scissorArea) extends Record implements AutoCloseable
Mappings:
Namespace Name
named net/minecraft/client/gui/render/GuiRenderer$Draw
intermediary net/minecraft/class_11228$class_11230
official fzd$b
named vertexBuffer
intermediary comp_4044
official a
named mode
intermediary comp_4045
official b
named indexBuffer
intermediary comp_4046
official c
named indexType
intermediary comp_4047
official d
named indexCount
intermediary comp_4048
official e
named pipeline
intermediary comp_4049
official f
named textureSetup
intermediary comp_4050
official g
named scissorArea
intermediary comp_4051
official h