net.minecraft.client.gui.render.state.special

public record PlayerSkinGuiElementRenderState

implements SpecialGuiElementRenderState

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

Field summary

Modifier and TypeField
private final PlayerEntityModel
playerModel
comp_4141
playerModel
private final Identifier
texture
comp_4142
texture
private final float
rotationX
comp_4143
xRotation
private final float
rotationY
comp_4144
yRotation
private final float
pivotY
comp_4145
yPivot
private final int
x0
comp_4122
x1
private final int
y0
comp_4123
y1
private final int
x1
comp_4124
x2
private final int
y1
comp_4125
y2
private final float
scale
comp_4133
scale
private final ScreenRect
scissorArea
comp_4128
scissorArea
private final ScreenRect
bounds
comp_4274
bounds

Constructor summary

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

Method summary

Modifier and TypeMethod
public PlayerEntityModel
playerModel()
comp_4141()
playerModel()
public Identifier
texture()
comp_4142()
texture()
public float
rotationX()
comp_4143()
xRotation()
public float
rotationY()
comp_4144()
yRotation()
public float
pivotY()
comp_4145()
yPivot()
public int
x0()
comp_4122()
x1()
public int
y0()
comp_4123()
y1()
public int
x1()
comp_4124()
x2()
public int
y1()
comp_4125()
y2()
public float
scale()
comp_4133()
scale()
public ScreenRect
scissorArea()
comp_4128()
scissorArea()
public ScreenRect
bounds()
comp_4274()
bounds()