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

public record GuiSignRenderState

implements PictureInPictureRenderState

gbb
net.minecraft.client.gui.render.state.pip.GuiSignRenderState
net.minecraft.class_11254

Field summary

Modifier and TypeField
private final Model
a
signModel
comp_4139
private final WoodType
b
woodType
comp_4140
private final int
c
x0
comp_4122
private final int
d
y0
comp_4123
private final int
e
x1
comp_4124
private final int
f
y1
comp_4125
private final float
g
scale
comp_4133
private final ScreenRectangle
h
scissorArea
comp_4128
private final ScreenRectangle
i
bounds
comp_4274

Constructor summary

ModifierConstructor
public (Model arg0, WoodType arg1, int arg2, int arg3, int arg4, int arg5, float arg6, ScreenRectangle arg7)
public (Model arg0, WoodType arg1, int arg2, int arg3, int arg4, int arg5, float arg6, ScreenRectangle arg7, ScreenRectangle arg8)

Method summary

Modifier and TypeMethod
public Model
b()
signModel()
comp_4139()
public WoodType
c()
woodType()
comp_4140()
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 float
a()
scale()
comp_4133()
public ScreenRectangle
i()
scissorArea()
comp_4128()
public ScreenRectangle
n()
bounds()
comp_4274()