net.minecraft.client.gui.render

record GuiRenderer$MeshToDraw

implements AutoCloseable

gac$c
net.minecraft.client.gui.render.GuiRenderer$MeshToDraw
net.minecraft.class_11228$class_11324

Field summary

Modifier and TypeField
final MeshData
a
mesh
comp_4187
final RenderPipeline
b
pipeline
comp_4188
final TextureSetup
c
textureSetup
comp_4189
final ScreenRectangle
d
scissorArea
comp_4190

Constructor summary

ModifierConstructor
(MeshData arg0, RenderPipeline arg1, TextureSetup arg2, ScreenRectangle arg3)

Method summary

Modifier and TypeMethod
public void
close()
close()
public MeshData
a()
mesh()
comp_4187()
public RenderPipeline
b()
pipeline()
comp_4188()
public TextureSetup
c()
textureSetup()
comp_4189()
public ScreenRectangle
d()
scissorArea()
comp_4190()