net.minecraft.client.gui.render.state.pip

public record GuiProfilerChartRenderState

implements PictureInPictureRenderState

gba
net.minecraft.client.gui.render.state.pip.GuiProfilerChartRenderState
net.minecraft.class_11253

Field summary

Modifier and TypeField
private final List<ResultField>
a
chartData
comp_4138
private final int
b
x0
comp_4122
private final int
c
y0
comp_4123
private final int
d
x1
comp_4124
private final int
e
y1
comp_4125
private final ScreenRectangle
f
scissorArea
comp_4128
private final ScreenRectangle
g
bounds
comp_4274

Constructor summary

ModifierConstructor
public (List<ResultField> arg0, int arg1, int arg2, int arg3, int arg4, ScreenRectangle arg5)
public (List<ResultField> arg0, int arg1, int arg2, int arg3, int arg4, ScreenRectangle arg5, ScreenRectangle arg6)

Method summary

Modifier and TypeMethod
public float
a()
scale()
comp_4133()
public List<ResultField>
b()
chartData()
comp_4138()
public int
e()
x0()
comp_4122()
public int
f()
y0()
comp_4123()
public int
g()
x1()
comp_4124()
public int
h()
y1()
comp_4125()
public ScreenRectangle
i()
scissorArea()
comp_4128()
public ScreenRectangle
n()
bounds()
comp_4274()