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

public record GuiSkinRenderState

implements PictureInPictureRenderState

gdg
net.minecraft.client.gui.render.state.pip.GuiSkinRenderState
net.minecraft.class_11255
net.minecraft.client.gui.render.state.special.PlayerSkinGuiElementRenderState
net.minecraft.src.C_398595_

Field summary

Modifier and TypeField
private final PlayerModel
b
playerModel
comp_4141
playerModel
f_399385_
private final ResourceLocation
c
texture
comp_4142
texture
f_399724_
private final float
d
rotationX
comp_4143
xRotation
f_400431_
private final float
e
rotationY
comp_4144
yRotation
f_400108_
private final float
f
pivotY
comp_4145
yPivot
f_399982_
private final int
g
x0
comp_4122
x1
f_400471_
private final int
h
y0
comp_4123
y1
f_400024_
private final int
i
x1
comp_4124
x2
f_400512_
private final int
j
y1
comp_4125
y2
f_400271_
private final float
k
scale
comp_4133
scale
f_399232_
private final ScreenRectangle
l
scissorArea
comp_4128
scissorArea
f_399973_
private final ScreenRectangle
m
bounds
comp_4274
bounds
f_399725_

Constructor summary

ModifierConstructor
public (PlayerModel model, ResourceLocation texture, float xRotation, float yRotation, float yPivot, int x1, int y1, int x2, int y2, float scale, ScreenRectangle scissorArea)
public (PlayerModel texture, ResourceLocation rotationX, float rotationY, float pivotY, float x0, int y0, int x1, int y1, int scale, float scissorArea, ScreenRectangle bounds, ScreenRectangle arg11)

Method summary

Modifier and TypeMethod
public PlayerModel
b()
playerModel()
comp_4141()
playerModel()
f_399385_()
public ResourceLocation
c()
texture()
comp_4142()
texture()
f_399724_()
public float
d()
rotationX()
comp_4143()
xRotation()
f_400431_()
public float
j()
rotationY()
comp_4144()
yRotation()
f_400108_()
public float
k()
pivotY()
comp_4145()
yPivot()
f_399982_()
public int
e()
x0()
comp_4122()
x1()
m_401206_()
public int
f()
y0()
comp_4123()
y1()
m_401270_()
public int
g()
x1()
comp_4124()
x2()
m_401483_()
public int
h()
y1()
comp_4125()
y2()
m_402298_()
public float
a()
scale()
comp_4133()
scale()
m_402612_()
public ScreenRectangle
i()
scissorArea()
comp_4128()
scissorArea()
m_402117_()
public ScreenRectangle
n()
bounds()
comp_4274()
bounds()
m_401310_()