net.minecraft.client.gui.screen.ingame

public class BookSigningScreen

extends Screen

All mapped superinterfaces:

ParentElement, Element, Navigable, Drawable

net.minecraft.client.gui.screens.inventory.BookSignScreen
net.minecraft.client.gui.screens.inventory.BookSignScreen
net.minecraft.class_11385
net.minecraft.client.gui.screen.ingame.BookSigningScreen

Field summary

Modifier and TypeField
private static final Text
EDIT_TITLE_LABEL
EDIT_TITLE_LABEL
field_60466
EDIT_TITLE_TEXT
private static final Text
FINALIZE_WARNING_LABEL
FINALIZE_WARNING_LABEL
field_60467
FINALIZE_WARNING_TEXT
private static final Text
TITLE
TITLE
field_60468
TITLE_TEXT
private static final Text
TITLE_EDIT_BOX
TITLE_EDIT_BOX
field_60469
TITLE_BOX_TEXT
private final BookEditScreen
bookEditScreen
bookEditScreen
field_60470
editScreen
private final PlayerEntity
owner
owner
field_60471
player
private final List<String>
pages
pages
field_60472
pages
private final Hand
hand
hand
field_60473
hand
private final Text
ownerText
ownerText
field_60474
bylineText
private TextFieldWidget
titleBox
titleBox
field_60475
bookTitleTextField
private String
titleValue
titleValue
field_60465
bookTitle

Constructor summary

ModifierConstructor
public (BookEditScreen editScreen, PlayerEntity player, Hand hand, List<String> pages)

Method summary

Modifier and TypeMethod
protected void
init()
init()
method_25426()
init()
protected void
setInitialFocus()
setInitialFocus()
method_56131()
setInitialFocus()
private void
saveChanges()
saveChanges()
method_71544()
onFinalize()
public boolean
isInGameUi()
isInGameUi()
method_73150()
deferSubtitles()
public boolean
keyPressed(KeyEvent event)
keyPressed(KeyEvent event)
method_25404(class_11908 arg0)
keyPressed(KeyInput arg0)
public void
extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a)
extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a)
method_25394(class_332 arg0, int arg1, int arg2, float arg3)
render(DrawContext arg0, int arg1, int arg2, float arg3)
public void
extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a)
extractBackground(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a)
method_25420(class_332 arg0, int arg1, int arg2, float arg3)
renderBackground(DrawContext arg0, int arg1, int arg2, float arg3)