net.minecraft.client.gui.render.state

public record GuiItemRenderState

implements ScreenArea

gar
net.minecraft.client.gui.render.state.GuiItemRenderState
net.minecraft.class_11245

Field summary

Modifier and TypeField
private final String
a
name
comp_4090
private final org.joml.Matrix3x2f
b
pose
comp_4091
private final ItemStackRenderState
c
itemStackRenderState
comp_4092
private final int
d
x
comp_4093
private final int
e
y
comp_4094
private final ScreenRectangle
f
scissorArea
comp_4097
private final ScreenRectangle
g
bounds
comp_4274

Constructor summary

ModifierConstructor
public (String arg0, org.joml.Matrix3x2f arg1, ItemStackRenderState arg2, int arg3, int arg4, ScreenRectangle arg5)
public (String arg0, org.joml.Matrix3x2f arg1, ItemStackRenderState arg2, int arg3, int arg4, ScreenRectangle arg5, ScreenRectangle arg6)

Method summary

Modifier and TypeMethod
public static ScreenRectangle
a(int arg0, int arg1, org.joml.Matrix3x2f arg2, fzz arg3)
getBounds(int arg0, int arg1, org.joml.Matrix3x2f arg2, ScreenRectangle arg3)
method_71528(int arg0, int arg1, org.joml.Matrix3x2f arg2, class_8030 arg3)
public String
a()
name()
comp_4090()
public org.joml.Matrix3x2f
b()
pose()
comp_4091()
public ItemStackRenderState
c()
itemStackRenderState()
comp_4092()
public int
d()
x()
comp_4093()
public int
e()
y()
comp_4094()
public ScreenRectangle
f()
scissorArea()
comp_4097()
public ScreenRectangle
n()
bounds()
comp_4274()