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

public record GuiBookModelRenderState

implements PictureInPictureRenderState

gay
net.minecraft.client.gui.render.state.pip.GuiBookModelRenderState
net.minecraft.class_11251

Field summary

Modifier and TypeField
private final BookModel
a
bookModel
comp_4129
private final ResourceLocation
b
texture
comp_4130
private final float
c
open
comp_4131
private final float
d
flip
comp_4132
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 (BookModel arg0, ResourceLocation arg1, float arg2, float arg3, int arg4, int arg5, int arg6, int arg7, float arg8, ScreenRectangle arg9)
public (BookModel arg0, ResourceLocation arg1, float arg2, float arg3, int arg4, int arg5, int arg6, int arg7, float arg8, ScreenRectangle arg9, ScreenRectangle arg10)

Method summary

Modifier and TypeMethod
public BookModel
b()
bookModel()
comp_4129()
public ResourceLocation
c()
texture()
comp_4130()
public float
d()
open()
comp_4131()
public float
j()
flip()
comp_4132()
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()