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

public record GuiEntityRenderState

implements PictureInPictureRenderState

gaz
net.minecraft.client.gui.render.state.pip.GuiEntityRenderState
net.minecraft.class_11252

Field summary

Modifier and TypeField
private final EntityRenderState
a
renderState
comp_4134
private final org.joml.Vector3f
b
translation
comp_4135
private final org.joml.Quaternionf
c
rotation
comp_4136
private final org.joml.Quaternionf
d
overrideCameraAngle
comp_4137
private final int
e
x0
comp_4122
private final int
f
y0
comp_4123
private final int
g
x1
comp_4124
private final int
h
y1
comp_4125
private final float
i
scale
comp_4133
private final ScreenRectangle
j
scissorArea
comp_4128
private final ScreenRectangle
k
bounds
comp_4274

Constructor summary

ModifierConstructor
public (EntityRenderState arg0, org.joml.Vector3f arg1, org.joml.Quaternionf arg2, org.joml.Quaternionf arg3, int arg4, int arg5, int arg6, int arg7, float arg8, ScreenRectangle arg9)
public (EntityRenderState arg0, org.joml.Vector3f arg1, org.joml.Quaternionf arg2, org.joml.Quaternionf arg3, int arg4, int arg5, int arg6, int arg7, float arg8, ScreenRectangle arg9, ScreenRectangle arg10)

Method summary

Modifier and TypeMethod
public EntityRenderState
b()
renderState()
comp_4134()
public org.joml.Vector3f
c()
translation()
comp_4135()
public org.joml.Quaternionf
d()
rotation()
comp_4136()
public org.joml.Quaternionf
j()
overrideCameraAngle()
comp_4137()
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()