net.minecraft.client.gui.render

record GuiRenderer$Preparation

implements AutoCloseable

net.minecraft.client.gui.render.GuiRenderer$MeshToDraw
net.minecraft.class_11228$class_11324
net.minecraft.client.gui.render.GuiRenderer$Preparation

Field summary

Modifier and TypeField
private final BuiltBuffer
mesh
comp_4187
mesh
private final RenderPipeline
pipeline
comp_4188
pipeline
private final TextureSetup
textureSetup
comp_4189
textureSetup
private final ScreenRect
scissorArea
comp_4190
scissorArea

Constructor summary

ModifierConstructor
private (BuiltBuffer mesh, RenderPipeline pipeline, TextureSetup textureSetup, ScreenRect scissorArea)

Method summary

Modifier and TypeMethod
public void
close()
public BuiltBuffer
mesh()
comp_4187()
mesh()
public RenderPipeline
pipeline()
comp_4188()
pipeline()
public TextureSetup
textureSetup()
comp_4189()
textureSetup()
public ScreenRect
scissorArea()
comp_4190()
scissorArea()