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

public record GuiBookModelRenderState

implements PictureInPictureRenderState

gdc
net.minecraft.client.gui.render.state.pip.GuiBookModelRenderState
net.minecraft.class_11251
net.minecraft.client.gui.render.state.special.BookModelGuiElementRenderState

Field summary

Modifier and TypeField
private final BookModel
b
bookModel
comp_4129
bookModel
private final ResourceLocation
c
texture
comp_4130
texture
private final float
d
open
comp_4131
open
private final float
e
flip
comp_4132
flip
private final int
f
x0
comp_4122
x1
private final int
g
y0
comp_4123
y1
private final int
h
x1
comp_4124
x2
private final int
i
y1
comp_4125
y2
private final float
j
scale
comp_4133
scale
private final ScreenRectangle
k
scissorArea
comp_4128
scissorArea
private final ScreenRectangle
l
bounds
comp_4274
bounds

Constructor summary

ModifierConstructor
public (BookModel model, ResourceLocation texture, float open, float flip, int x1, int y1, int x2, int y2, float scale, ScreenRectangle scissorArea)
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()
bookModel()
public ResourceLocation
c()
texture()
comp_4130()
texture()
public float
d()
open()
comp_4131()
open()
public float
j()
flip()
comp_4132()
flip()
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()