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

public record GuiSkinRenderState

implements PictureInPictureRenderState

gbc
net.minecraft.client.gui.render.state.pip.GuiSkinRenderState
net.minecraft.class_11255

Field summary

Modifier and TypeField
private final PlayerModel
a
playerModel
comp_4141
private final ResourceLocation
b
texture
comp_4142
private final float
c
rotationX
comp_4143
private final float
d
rotationY
comp_4144
private final float
e
pivotY
comp_4145
private final int
f
x0
comp_4122
private final int
g
y0
comp_4123
private final int
h
x1
comp_4124
private final int
i
y1
comp_4125
private final float
j
scale
comp_4133
private final ScreenRectangle
k
scissorArea
comp_4128
private final ScreenRectangle
l
bounds
comp_4274

Constructor summary

ModifierConstructor
public (PlayerModel arg0, ResourceLocation arg1, float arg2, float arg3, float arg4, int arg5, int arg6, int arg7, int arg8, float arg9, ScreenRectangle arg10)
public (PlayerModel arg0, ResourceLocation arg1, float arg2, float arg3, float arg4, int arg5, int arg6, int arg7, int arg8, float arg9, ScreenRectangle arg10, ScreenRectangle arg11)

Method summary

Modifier and TypeMethod
public PlayerModel
b()
playerModel()
comp_4141()
public ResourceLocation
c()
texture()
comp_4142()
public float
d()
rotationX()
comp_4143()
public float
j()
rotationY()
comp_4144()
public float
k()
pivotY()
comp_4145()
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()