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

public record GuiSkinRenderState

implements PictureInPictureRenderState

gpi
net.minecraft.client.gui.render.state.pip.GuiSkinRenderState
net.minecraft.class_11255
net.minecraft.client.gui.render.state.special.PlayerSkinGuiElementRenderState

Field summary

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

Constructor summary

ModifierConstructor
public (PlayerModel model, Identifier texture, float xRotation, float yRotation, float yPivot, int x1, int y1, int x2, int y2, float scale, ScreenRectangle scissorArea)
public (PlayerModel playerModel, Identifier texture, float xRotation, float yRotation, float yPivot, int x1, int y1, int x2, int y2, float scale, ScreenRectangle scissorArea, ScreenRectangle bounds)

Method summary

Modifier and TypeMethod
public PlayerModel
b()
playerModel()
comp_4141()
playerModel()
public Identifier
c()
texture()
comp_4142()
texture()
public float
d()
rotationX()
comp_4143()
xRotation()
public float
j()
rotationY()
comp_4144()
yRotation()
public float
k()
pivotY()
comp_4145()
yPivot()
public int
e()
x0()
comp_4122()
x1()
public int
f()
y0()
comp_4123()
y1()
public int
g()
x1()
comp_4124()
x2()
public int
h()
y1()
comp_4125()
y2()
public float
a()
scale()
comp_4133()
scale()
public ScreenRectangle
i()
scissorArea()
comp_4128()
scissorArea()
public ScreenRectangle
n()
bounds()
comp_4274()
bounds()