History - net.minecraft.client.gui.screens.inventory.BookEditScreen
1.21.3
Names
foz
fuu
Fields
Player: x, owner, field_2826, player, f_98064_
Player: z, owner, field_2826, player
ItemStack: y, book, field_2835, itemStack, f_98065_
ItemStack: A, book, field_2835, stack
boolean: z, isModified, field_2837, dirty, f_98066_
boolean: B, isModified, field_2837, dirty
boolean: A, isSigning, field_2828, signing, f_98067_
boolean: C, isSigning, field_2828, signing
int: B, frameTick, field_2844, tickCounter, f_98068_
int: D, frameTick, field_2844, tickCounter
int: C, currentPage, field_2840, currentPage, f_98069_
int: E, currentPage, field_2840, currentPage
List<String>: D, pages, field_17116, pages, f_98070_
List<String>: F, pages, field_17116, pages
String: E, title, field_2847, title, f_98071_
String: G, title, field_2847, title
long: H, lastClickTime, field_2830, lastClickTime, f_98048_
long: J, lastClickTime, field_2830, lastClickTime
int: I, lastIndex, field_2827, lastClickIndex, f_98049_
int: K, lastIndex, field_2827, lastClickIndex
PageButton: J, forwardButton, field_2843, nextPageButton, f_98050_
PageButton: L, forwardButton, field_2843, nextPageButton
PageButton: K, backButton, field_2839, previousPageButton, f_98051_
PageButton: M, backButton, field_2839, previousPageButton
Button: L, doneButton, field_2848, doneButton, f_98052_
Button: N, doneButton, field_2848, doneButton
Button: M, signButton, field_2831, signButton, f_98053_
Button: O, signButton, field_2831, signButton
Button: N, finalizeButton, field_2841, finalizeButton, f_98054_
Button: P, finalizeButton, field_2841, finalizeButton
Button: O, cancelButton, field_2849, cancelButton, f_98055_
Button: Q, cancelButton, field_2849, cancelButton
InteractionHand: P, hand, field_2832, hand, f_98056_
InteractionHand: R, hand, field_2832, hand
TextFieldHelper: F, pageEdit, field_24269, currentPageSelectionManager, f_98072_
TextFieldHelper: H, pageEdit, field_24269, currentPageSelectionManager
TextFieldHelper: G, titleEdit, field_24270, bookTitleSelectionManager, f_98073_
TextFieldHelper: I, titleEdit, field_24270, bookTitleSelectionManager
BookEditScreen$DisplayCache: Q, displayCache, field_24268, pageContent, f_98057_
BookEditScreen$DisplayCache: S, displayCache, field_24268, pageContent
Component: s, EDIT_TITLE_LABEL, field_25893, EDIT_TITLE_TEXT, f_98060_
Component: v, EDIT_TITLE_LABEL, field_25893, EDIT_TITLE_TEXT
Component: u, FINALIZE_WARNING_LABEL, field_25894, FINALIZE_WARNING_TEXT, f_98061_
Component: w, FINALIZE_WARNING_LABEL, field_25894, FINALIZE_WARNING_TEXT
FormattedCharSequence: v, BLACK_CURSOR, field_25895, BLACK_CURSOR_TEXT, f_98062_
FormattedCharSequence: x, BLACK_CURSOR, field_25895, BLACK_CURSOR_TEXT
FormattedCharSequence: w, GRAY_CURSOR, field_25896, GRAY_CURSOR_TEXT, f_98063_
FormattedCharSequence: y, GRAY_CURSOR, field_25896, GRAY_CURSOR_TEXT
Component: R, pageMsg, field_25891, pageIndicatorText, f_98058_
Component: T, pageMsg, field_25891, pageIndicatorText
Component: S, ownerText, field_25892, signedByText, f_98059_
Component: U, ownerText, field_25892, signedByText
int: a, TEXT_WIDTH, field_32323, MAX_TEXT_WIDTH, f_169682_
int: a, TEXT_WIDTH, field_32323, MAX_TEXT_WIDTH
int: b, TEXT_HEIGHT, field_32324, MAX_TEXT_HEIGHT, f_169683_
int: b, TEXT_HEIGHT, field_32324, MAX_TEXT_HEIGHT
int: c, IMAGE_WIDTH, field_32326, WIDTH, f_169685_
int: c, IMAGE_WIDTH, field_32326, WIDTH
int: r, IMAGE_HEIGHT, field_32327, HEIGHT, f_169686_
int: d, IMAGE_HEIGHT, field_32327, HEIGHT
int: s, BACKGROUND_TEXTURE_WIDTH, field_52805, field_52805
int: u, BACKGROUND_TEXTURE_HEIGHT, field_52806, field_52806
Constructors
(Player, ItemStack, InteractionHand)
(Player, ItemStack, InteractionHand, WritableBookContent)
Methods
int (): C, getNumPages, method_17046, countPages, m_98181_
int (): E, getNumPages, method_17046, countPages
void (): e, tick, method_25393, tick, m_86600_
void (): e, tick, method_25393, tick
void (): aT_, init, method_25426, init, m_7856_
void (): aT_, init, method_25426, init
void (): D, pageBack, method_2437, openPreviousPage, m_98182_
void (): F, pageBack, method_2437, openPreviousPage
void (): E, pageForward, method_2444, openNextPage, m_98183_
void (): G, pageForward, method_2444, openNextPage
void (): F, updateButtonVisibility, method_2413, updateButtons, m_98184_
void (): J, updateButtonVisibility, method_2413, updateButtons
void (): G, eraseEmptyTrailingPages, method_17047, removeEmptyPages, m_98185_
void (): K, eraseEmptyTrailingPages, method_17047, removeEmptyPages
void (boolean): c, saveChanges, method_2407, finalizeBook, m_98160_
void (boolean): c, saveChanges, method_2407, finalizeBook
void (): K, appendPageToBook, method_2436, appendNewPage, m_98186_
void (): M, appendPageToBook, method_2436, appendNewPage
boolean (int, int, int): a, keyPressed, method_25404, keyPressed, m_7933_
boolean (int, int, int): a, keyPressed, method_25404, keyPressed
boolean (char, int): a, charTyped, method_25400, charTyped, m_5534_
boolean (char, int): a, charTyped, method_25400, charTyped
boolean (int, int, int): b, bookKeyPressed, method_27592, keyPressedEditMode, m_98152_
boolean (int, int, int): b, bookKeyPressed, method_27592, keyPressedEditMode
boolean (int, int, int): d, titleKeyPressed, method_2446, keyPressedSignMode, m_98163_
boolean (int, int, int): d, titleKeyPressed, method_2446, keyPressedSignMode
String (): P, getCurrentPageText, method_2427, getCurrentPageContent, m_98191_
String (): R, getCurrentPageText, method_2427, getCurrentPageContent
void (String): b, setCurrentPageText, method_2439, setPageContent, m_98158_
void (String): b, setCurrentPageText, method_2439, setPageContent
boolean (double, double, int): a, mouseClicked, method_25402, mouseClicked, m_6375_
boolean (double, double, int): a, mouseClicked, method_25402, mouseClicked
boolean (double, double, int, double, double): a, mouseDragged, method_25403, mouseDragged, m_7979_
boolean (double, double, int, double, double): a, mouseDragged, method_25403, mouseDragged
void (String): a, setClipboard, method_27584, setClipboard, m_98147_
void (String): a, setClipboard, method_27584, setClipboard
String (): m, getClipboard, method_27595, getClipboard, m_98180_
String (): l, getClipboard, method_27595, getClipboard
void (): L, keyUp, method_27597, moveUpLine, m_98187_
void (): N, keyUp, method_27597, moveUpLine
void (): M, keyDown, method_27598, moveDownLine, m_98188_
void (): O, keyDown, method_27598, moveDownLine
void (int): a, changeLine, method_27580, moveVertically, m_98097_
void (int): a, changeLine, method_27580, moveVertically
void (): N, keyHome, method_2421, moveToLineStart, m_98189_
void (): P, keyHome, method_2421, moveToLineStart
void (): O, keyEnd, method_2414, moveToLineEnd, m_98190_
void (): Q, keyEnd, method_2414, moveToLineEnd
BookEditScreen$Pos2i (BookEditScreen$Pos2i): a, convertScreenToLocal, method_27582, screenPositionToAbsolutePosition, m_98114_
BookEditScreen$Pos2i (BookEditScreen$Pos2i): a, convertScreenToLocal, method_27582, screenPositionToAbsolutePosition
BookEditScreen$Pos2i (BookEditScreen$Pos2i): b, convertLocalToScreen, method_27590, absolutePositionToScreenPosition, m_98145_
BookEditScreen$Pos2i (BookEditScreen$Pos2i): b, convertLocalToScreen, method_27590, absolutePositionToScreenPosition
void (int): b, selectWord, method_27589, selectCurrentWord, m_98141_
void (int): b, selectWord, method_27589, selectCurrentWord
BookEditScreen$DisplayCache (): Q, getDisplayCache, method_27576, getPageContent, m_98079_
BookEditScreen$DisplayCache (): S, getDisplayCache, method_27576, getPageContent
void (): R, clearDisplayCache, method_27577, invalidatePageContent, m_98080_
void (): T, clearDisplayCache, method_27577, invalidatePageContent
void (): S, clearDisplayCacheAfterPageChange, method_27872, changePage, m_98081_
void (): U, clearDisplayCacheAfterPageChange, method_27872, changePage
BookEditScreen$DisplayCache (): T, rebuildDisplayCache, method_27578, createPageContent, m_98082_
BookEditScreen$DisplayCache (): V, rebuildDisplayCache, method_27578, createPageContent
int (int[], int): a, findLineFromPos, method_27591, getLineFromOffset, m_98149_
int (int[], int): a, findLineFromPos, method_27591, getLineFromOffset
Rect2i (String, StringSplitter, int, int, int, int): a, createPartialLineSelection, method_27585, getLineSelectionRectangle, m_98119_
Rect2i (String, StringSplitter, int, int, int, int): a, createPartialLineSelection, method_27585, getLineSelectionRectangle
Rect2i (BookEditScreen$Pos2i, BookEditScreen$Pos2i): a, createSelection, method_27583, getRectFromCorners, m_98116_
Rect2i (BookEditScreen$Pos2i, BookEditScreen$Pos2i): a, createSelection, method_27583, getRectFromCorners
void (GuiGraphics, int, int, float): a, render, method_25394, render, m_88315_
void (GuiGraphics, int, int, float): a, render, method_25394, render
void (GuiGraphics, BookEditScreen$Pos2i, boolean): a, renderCursor, method_27581, drawCursor, m_280220_
void (GuiGraphics, BookEditScreen$Pos2i, boolean): a, renderCursor, method_27581, drawCursor
void (GuiGraphics, Rect2i[]): a, renderHighlight, method_27588, drawSelection, m_264248_
void (GuiGraphics, Rect2i[]): a, renderHighlight, method_27588, drawSelection
void (GuiGraphics, int, int, float): b, renderBackground, method_25420, renderBackground, m_280273_
void (GuiGraphics, int, int, float): b, renderBackground, method_25420, renderBackground
void (): J, updateLocalCopy, method_37433, writeNbtData, m_182574_
void (): L, updateLocalCopy, method_37433, writeNbtData
1.21.1
Names
Fields
Constructors
Methods
1.21
Names
foj
foz
Fields
Player: w, owner, field_2826, player, f_98064_
Player: x, owner, field_2826, player, f_98064_
ItemStack: x, book, field_2835, itemStack, f_98065_
ItemStack: y, book, field_2835, itemStack, f_98065_
boolean: y, isModified, field_2837, dirty, f_98066_
boolean: z, isModified, field_2837, dirty, f_98066_
boolean: z, isSigning, field_2828, signing, f_98067_
boolean: A, isSigning, field_2828, signing, f_98067_
int: A, frameTick, field_2844, tickCounter, f_98068_
int: B, frameTick, field_2844, tickCounter, f_98068_
int: B, currentPage, field_2840, currentPage, f_98069_
int: C, currentPage, field_2840, currentPage, f_98069_
List<String>: C, pages, field_17116, pages, f_98070_
List<String>: D, pages, field_17116, pages, f_98070_
String: D, title, field_2847, title, f_98071_
String: E, title, field_2847, title, f_98071_
long: G, lastClickTime, field_2830, lastClickTime, f_98048_
long: H, lastClickTime, field_2830, lastClickTime, f_98048_
int: H, lastIndex, field_2827, lastClickIndex, f_98049_
int: I, lastIndex, field_2827, lastClickIndex, f_98049_
PageButton: I, forwardButton, field_2843, nextPageButton, f_98050_
PageButton: J, forwardButton, field_2843, nextPageButton, f_98050_
PageButton: J, backButton, field_2839, previousPageButton, f_98051_
PageButton: K, backButton, field_2839, previousPageButton, f_98051_
Button: K, doneButton, field_2848, doneButton, f_98052_
Button: L, doneButton, field_2848, doneButton, f_98052_
Button: L, signButton, field_2831, signButton, f_98053_
Button: M, signButton, field_2831, signButton, f_98053_
Button: M, finalizeButton, field_2841, finalizeButton, f_98054_
Button: N, finalizeButton, field_2841, finalizeButton, f_98054_
Button: N, cancelButton, field_2849, cancelButton, f_98055_
Button: O, cancelButton, field_2849, cancelButton, f_98055_
InteractionHand: O, hand, field_2832, hand, f_98056_
InteractionHand: P, hand, field_2832, hand, f_98056_
TextFieldHelper: E, pageEdit, field_24269, currentPageSelectionManager, f_98072_
TextFieldHelper: F, pageEdit, field_24269, currentPageSelectionManager, f_98072_
TextFieldHelper: F, titleEdit, field_24270, bookTitleSelectionManager, f_98073_
TextFieldHelper: G, titleEdit, field_24270, bookTitleSelectionManager, f_98073_
BookEditScreen$DisplayCache: P, displayCache, field_24268, pageContent, f_98057_
BookEditScreen$DisplayCache: Q, displayCache, field_24268, pageContent, f_98057_
Component: r, EDIT_TITLE_LABEL, field_25893, EDIT_TITLE_TEXT, f_98060_
Component: s, EDIT_TITLE_LABEL, field_25893, EDIT_TITLE_TEXT, f_98060_
Component: s, FINALIZE_WARNING_LABEL, field_25894, FINALIZE_WARNING_TEXT, f_98061_
Component: u, FINALIZE_WARNING_LABEL, field_25894, FINALIZE_WARNING_TEXT, f_98061_
FormattedCharSequence: u, BLACK_CURSOR, field_25895, BLACK_CURSOR_TEXT, f_98062_
FormattedCharSequence: v, BLACK_CURSOR, field_25895, BLACK_CURSOR_TEXT, f_98062_
FormattedCharSequence: v, GRAY_CURSOR, field_25896, GRAY_CURSOR_TEXT, f_98063_
FormattedCharSequence: w, GRAY_CURSOR, field_25896, GRAY_CURSOR_TEXT, f_98063_
Component: Q, pageMsg, field_25891, pageIndicatorText, f_98058_
Component: R, pageMsg, field_25891, pageIndicatorText, f_98058_
Component: R, ownerText, field_25892, signedByText, f_98059_
Component: S, ownerText, field_25892, signedByText, f_98059_
int: d, IMAGE_HEIGHT, field_32327, HEIGHT, f_169686_
int: r, IMAGE_HEIGHT, field_32327, HEIGHT, f_169686_
Constructors
Methods
int (): E, getNumPages, method_17046, countPages, m_98181_
int (): C, getNumPages, method_17046, countPages, m_98181_
void (): aM_, init, method_25426, init, m_7856_
void (): aT_, init, method_25426, init, m_7856_
void (): F, pageBack, method_2437, openPreviousPage, m_98182_
void (): D, pageBack, method_2437, openPreviousPage, m_98182_
void (): I, pageForward, method_2444, openNextPage, m_98183_
void (): E, pageForward, method_2444, openNextPage, m_98183_
void (): J, updateButtonVisibility, method_2413, updateButtons, m_98184_
void (): F, updateButtonVisibility, method_2413, updateButtons, m_98184_
void (): K, eraseEmptyTrailingPages, method_17047, removeEmptyPages, m_98185_
void (): G, eraseEmptyTrailingPages, method_17047, removeEmptyPages, m_98185_
void (): M, appendPageToBook, method_2436, appendNewPage, m_98186_
void (): K, appendPageToBook, method_2436, appendNewPage, m_98186_
String (): R, getCurrentPageText, method_2427, getCurrentPageContent, m_98191_
String (): P, getCurrentPageText, method_2427, getCurrentPageContent, m_98191_
void (): N, keyUp, method_27597, moveUpLine, m_98187_
void (): L, keyUp, method_27597, moveUpLine, m_98187_
void (): O, keyDown, method_27598, moveDownLine, m_98188_
void (): M, keyDown, method_27598, moveDownLine, m_98188_
void (): P, keyHome, method_2421, moveToLineStart, m_98189_
void (): N, keyHome, method_2421, moveToLineStart, m_98189_
void (): Q, keyEnd, method_2414, moveToLineEnd, m_98190_
void (): O, keyEnd, method_2414, moveToLineEnd, m_98190_
BookEditScreen$DisplayCache (): S, getDisplayCache, method_27576, getPageContent, m_98079_
BookEditScreen$DisplayCache (): Q, getDisplayCache, method_27576, getPageContent, m_98079_
void (): T, clearDisplayCache, method_27577, invalidatePageContent, m_98080_
void (): R, clearDisplayCache, method_27577, invalidatePageContent, m_98080_
void (): U, clearDisplayCacheAfterPageChange, method_27872, changePage, m_98081_
void (): S, clearDisplayCacheAfterPageChange, method_27872, changePage, m_98081_
BookEditScreen$DisplayCache (): V, rebuildDisplayCache, method_27578, createPageContent, m_98082_
BookEditScreen$DisplayCache (): T, rebuildDisplayCache, method_27578, createPageContent, m_98082_
void (): L, updateLocalCopy, method_37433, writeNbtData, m_182574_
void (): J, updateLocalCopy, method_37433, writeNbtData, m_182574_
1.20.6
Names
feg
foj
Fields
Player: p, owner, field_2826, player, f_98064_
Player: w, owner, field_2826, player, f_98064_
ItemStack: q, book, field_2835, itemStack, f_98065_
ItemStack: x, book, field_2835, itemStack, f_98065_
boolean: r, isModified, field_2837, dirty, f_98066_
boolean: y, isModified, field_2837, dirty, f_98066_
boolean: t, isSigning, field_2828, signing, f_98067_
boolean: z, isSigning, field_2828, signing, f_98067_
int: u, frameTick, field_2844, tickCounter, f_98068_
int: A, frameTick, field_2844, tickCounter, f_98068_
int: v, currentPage, field_2840, currentPage, f_98069_
int: B, currentPage, field_2840, currentPage, f_98069_
List<String>: w, pages, field_17116, pages, f_98070_
List<String>: C, pages, field_17116, pages, f_98070_
String: x, title, field_2847, title, f_98071_
String: D, title, field_2847, title, f_98071_
long: A, lastClickTime, field_2830, lastClickTime, f_98048_
long: G, lastClickTime, field_2830, lastClickTime, f_98048_
int: B, lastIndex, field_2827, lastClickIndex, f_98049_
int: H, lastIndex, field_2827, lastClickIndex, f_98049_
PageButton: C, forwardButton, field_2843, nextPageButton, f_98050_
PageButton: I, forwardButton, field_2843, nextPageButton, f_98050_
PageButton: D, backButton, field_2839, previousPageButton, f_98051_
PageButton: J, backButton, field_2839, previousPageButton, f_98051_
Button: E, doneButton, field_2848, doneButton, f_98052_
Button: K, doneButton, field_2848, doneButton, f_98052_
Button: F, signButton, field_2831, signButton, f_98053_
Button: L, signButton, field_2831, signButton, f_98053_
Button: G, finalizeButton, field_2841, finalizeButton, f_98054_
Button: M, finalizeButton, field_2841, finalizeButton, f_98054_
Button: H, cancelButton, field_2849, cancelButton, f_98055_
Button: N, cancelButton, field_2849, cancelButton, f_98055_
InteractionHand: I, hand, field_2832, hand, f_98056_
InteractionHand: O, hand, field_2832, hand, f_98056_
TextFieldHelper: y, pageEdit, field_24269, currentPageSelectionManager, f_98072_
TextFieldHelper: E, pageEdit, field_24269, currentPageSelectionManager, f_98072_
TextFieldHelper: z, titleEdit, field_24270, bookTitleSelectionManager, f_98073_
TextFieldHelper: F, titleEdit, field_24270, bookTitleSelectionManager, f_98073_
BookEditScreen$DisplayCache: J, displayCache, field_24268, pageContent, f_98057_
BookEditScreen$DisplayCache: P, displayCache, field_24268, pageContent, f_98057_
Component: l, EDIT_TITLE_LABEL, field_25893, EDIT_TITLE_TEXT, f_98060_
Component: r, EDIT_TITLE_LABEL, field_25893, EDIT_TITLE_TEXT, f_98060_
Component: m, FINALIZE_WARNING_LABEL, field_25894, FINALIZE_WARNING_TEXT, f_98061_
Component: s, FINALIZE_WARNING_LABEL, field_25894, FINALIZE_WARNING_TEXT, f_98061_
FormattedCharSequence: n, BLACK_CURSOR, field_25895, BLACK_CURSOR_TEXT, f_98062_
FormattedCharSequence: u, BLACK_CURSOR, field_25895, BLACK_CURSOR_TEXT, f_98062_
FormattedCharSequence: o, GRAY_CURSOR, field_25896, GRAY_CURSOR_TEXT, f_98063_
FormattedCharSequence: v, GRAY_CURSOR, field_25896, GRAY_CURSOR_TEXT, f_98063_
Component: K, pageMsg, field_25891, pageIndicatorText, f_98058_
Component: Q, pageMsg, field_25891, pageIndicatorText, f_98058_
Component: L, ownerText, field_25892, signedByText, f_98059_
Component: R, ownerText, field_25892, signedByText, f_98059_
int: k, IMAGE_HEIGHT, field_32327, HEIGHT, f_169686_
int: d, IMAGE_HEIGHT, field_32327, HEIGHT, f_169686_
Constructors
Methods
int (): D, getNumPages, method_17046, countPages, m_98181_
int (): E, getNumPages, method_17046, countPages, m_98181_
void (): d, tick, method_25393, tick, m_86600_
void (): e, tick, method_25393, tick, m_86600_
void (): aN_, init, method_25426, init, m_7856_
void (): aM_, init, method_25426, init, m_7856_
void (): E, pageBack, method_2437, openPreviousPage, m_98182_
void (): F, pageBack, method_2437, openPreviousPage, m_98182_
void (): H, pageForward, method_2444, openNextPage, m_98183_
void (): I, pageForward, method_2444, openNextPage, m_98183_
void (): I, updateButtonVisibility, method_2413, updateButtons, m_98184_
void (): J, updateButtonVisibility, method_2413, updateButtons, m_98184_
void (): J, eraseEmptyTrailingPages, method_17047, removeEmptyPages, m_98185_
void (): K, eraseEmptyTrailingPages, method_17047, removeEmptyPages, m_98185_
void (): K, appendPageToBook, method_2436, appendNewPage, m_98186_
void (): M, appendPageToBook, method_2436, appendNewPage, m_98186_
boolean (int, int, int): c, bookKeyPressed, method_27592, keyPressedEditMode, m_98152_
boolean (int, int, int): b, bookKeyPressed, method_27592, keyPressedEditMode, m_98152_
String (): P, getCurrentPageText, method_2427, getCurrentPageContent, m_98191_
String (): R, getCurrentPageText, method_2427, getCurrentPageContent, m_98191_
String (): n, getClipboard, method_27595, getClipboard, m_98180_
String (): m, getClipboard, method_27595, getClipboard, m_98180_
void (): L, keyUp, method_27597, moveUpLine, m_98187_
void (): N, keyUp, method_27597, moveUpLine, m_98187_
void (): M, keyDown, method_27598, moveDownLine, m_98188_
void (): O, keyDown, method_27598, moveDownLine, m_98188_
void (): N, keyHome, method_2421, moveToLineStart, m_98189_
void (): P, keyHome, method_2421, moveToLineStart, m_98189_
void (): O, keyEnd, method_2414, moveToLineEnd, m_98190_
void (): Q, keyEnd, method_2414, moveToLineEnd, m_98190_
BookEditScreen$DisplayCache (): Q, getDisplayCache, method_27576, getPageContent, m_98079_
BookEditScreen$DisplayCache (): S, getDisplayCache, method_27576, getPageContent, m_98079_
void (): R, clearDisplayCache, method_27577, invalidatePageContent, m_98080_
void (): T, clearDisplayCache, method_27577, invalidatePageContent, m_98080_
void (): S, clearDisplayCacheAfterPageChange, method_27872, changePage, m_98081_
void (): U, clearDisplayCacheAfterPageChange, method_27872, changePage, m_98081_
BookEditScreen$DisplayCache (): T, rebuildDisplayCache, method_27578, createPageContent, m_98082_
BookEditScreen$DisplayCache (): V, rebuildDisplayCache, method_27578, createPageContent, m_98082_
void (boolean): e, updateLocalCopy, method_37433, writeNbtData, m_182574_
void (): L, updateLocalCopy, method_37433, writeNbtData, m_182574_
1.20.4
Names
ezo
feg
Fields
boolean: s, isModified, field_2837, dirty, f_98066_
boolean: r, isModified, field_2837, dirty, f_98066_
Constructors
Methods
void (): c, tick, method_25393, tick, m_86600_
void (): d, tick, method_25393, tick, m_86600_
void (): aH_, init, method_25426, init, m_7856_
void (): aN_, init, method_25426, init, m_7856_
void (): F, pageForward, method_2444, openNextPage, m_98183_
void (): H, pageForward, method_2444, openNextPage, m_98183_
void (): G, updateButtonVisibility, method_2413, updateButtons, m_98184_
void (): I, updateButtonVisibility, method_2413, updateButtons, m_98184_
void (): H, eraseEmptyTrailingPages, method_17047, removeEmptyPages, m_98185_
void (): J, eraseEmptyTrailingPages, method_17047, removeEmptyPages, m_98185_
void (): I, appendPageToBook, method_2436, appendNewPage, m_98186_
void (): K, appendPageToBook, method_2436, appendNewPage, m_98186_
String (): N, getCurrentPageText, method_2427, getCurrentPageContent, m_98191_
String (): P, getCurrentPageText, method_2427, getCurrentPageContent, m_98191_
String (): l, getClipboard, method_27595, getClipboard, m_98180_
String (): n, getClipboard, method_27595, getClipboard, m_98180_
void (): J, keyUp, method_27597, moveUpLine, m_98187_
void (): L, keyUp, method_27597, moveUpLine, m_98187_
void (): K, keyDown, method_27598, moveDownLine, m_98188_
void (): M, keyDown, method_27598, moveDownLine, m_98188_
void (): L, keyHome, method_2421, moveToLineStart, m_98189_
void (): N, keyHome, method_2421, moveToLineStart, m_98189_
void (): M, keyEnd, method_2414, moveToLineEnd, m_98190_
void (): O, keyEnd, method_2414, moveToLineEnd, m_98190_
BookEditScreen$DisplayCache (): O, getDisplayCache, method_27576, getPageContent, m_98079_
BookEditScreen$DisplayCache (): Q, getDisplayCache, method_27576, getPageContent, m_98079_
void (): P, clearDisplayCache, method_27577, invalidatePageContent, m_98080_
void (): R, clearDisplayCache, method_27577, invalidatePageContent, m_98080_
void (): Q, clearDisplayCacheAfterPageChange, method_27872, changePage, m_98081_
void (): S, clearDisplayCacheAfterPageChange, method_27872, changePage, m_98081_
BookEditScreen$DisplayCache (): R, rebuildDisplayCache, method_27578, createPageContent, m_98082_
BookEditScreen$DisplayCache (): T, rebuildDisplayCache, method_27578, createPageContent, m_98082_
1.20.2
Names
evv
ezo
Fields
boolean: r, isModified, field_2837, dirty, f_98066_
boolean: s, isModified, field_2837, dirty, f_98066_
boolean: s, isSigning, field_2828, signing, f_98067_
boolean: t, isSigning, field_2828, signing, f_98067_
int: t, frameTick, field_2844, tickCounter, f_98068_
int: u, frameTick, field_2844, tickCounter, f_98068_
int: u, currentPage, field_2840, currentPage, f_98069_
int: v, currentPage, field_2840, currentPage, f_98069_
List<String>: v, pages, field_17116, pages, f_98070_
List<String>: w, pages, field_17116, pages, f_98070_
String: w, title, field_2847, title, f_98071_
String: x, title, field_2847, title, f_98071_
long: z, lastClickTime, field_2830, lastClickTime, f_98048_
long: A, lastClickTime, field_2830, lastClickTime, f_98048_
int: A, lastIndex, field_2827, lastClickIndex, f_98049_
int: B, lastIndex, field_2827, lastClickIndex, f_98049_
TextFieldHelper: x, pageEdit, field_24269, currentPageSelectionManager, f_98072_
TextFieldHelper: y, pageEdit, field_24269, currentPageSelectionManager, f_98072_
TextFieldHelper: y, titleEdit, field_24270, bookTitleSelectionManager, f_98073_
TextFieldHelper: z, titleEdit, field_24270, bookTitleSelectionManager, f_98073_
Constructors
Methods
int (): B, getNumPages, method_17046, countPages, m_98181_
int (): D, getNumPages, method_17046, countPages, m_98181_
void (): f, tick, method_25393, tick, m_86600_
void (): c, tick, method_25393, tick, m_86600_
void (): b, init, method_25426, init, m_7856_
void (): aH_, init, method_25426, init, m_7856_
void (): C, pageBack, method_2437, openPreviousPage, m_98182_
void (): E, pageBack, method_2437, openPreviousPage, m_98182_
void (): D, pageForward, method_2444, openNextPage, m_98183_
void (): F, pageForward, method_2444, openNextPage, m_98183_
void (): E, updateButtonVisibility, method_2413, updateButtons, m_98184_
void (): G, updateButtonVisibility, method_2413, updateButtons, m_98184_
void (): F, eraseEmptyTrailingPages, method_17047, removeEmptyPages, m_98185_
void (): H, eraseEmptyTrailingPages, method_17047, removeEmptyPages, m_98185_
void (): G, appendPageToBook, method_2436, appendNewPage, m_98186_
void (): I, appendPageToBook, method_2436, appendNewPage, m_98186_
String (): L, getCurrentPageText, method_2427, getCurrentPageContent, m_98191_
String (): N, getCurrentPageText, method_2427, getCurrentPageContent, m_98191_
void (): H, keyUp, method_27597, moveUpLine, m_98187_
void (): J, keyUp, method_27597, moveUpLine, m_98187_
void (): I, keyDown, method_27598, moveDownLine, m_98188_
void (): K, keyDown, method_27598, moveDownLine, m_98188_
void (): J, keyHome, method_2421, moveToLineStart, m_98189_
void (): L, keyHome, method_2421, moveToLineStart, m_98189_
void (): K, keyEnd, method_2414, moveToLineEnd, m_98190_
void (): M, keyEnd, method_2414, moveToLineEnd, m_98190_
BookEditScreen$DisplayCache (): M, getDisplayCache, method_27576, getPageContent, m_98079_
BookEditScreen$DisplayCache (): O, getDisplayCache, method_27576, getPageContent, m_98079_
void (): N, clearDisplayCache, method_27577, invalidatePageContent, m_98080_
void (): P, clearDisplayCache, method_27577, invalidatePageContent, m_98080_
void (): O, clearDisplayCacheAfterPageChange, method_27872, changePage, m_98081_
void (): Q, clearDisplayCacheAfterPageChange, method_27872, changePage, m_98081_
BookEditScreen$DisplayCache (): P, rebuildDisplayCache, method_27578, createPageContent, m_98082_
BookEditScreen$DisplayCache (): R, rebuildDisplayCache, method_27578, createPageContent, m_98082_
void (GuiGraphics, int, int, float): b, renderBackground, method_25420, renderBackground, m_280273_
1.20.1
Names
euh
evv
Fields
Player: t, owner, field_2826, player, f_98064_
Player: p, owner, field_2826, player, f_98064_
ItemStack: u, book, field_2835, itemStack, f_98065_
ItemStack: q, book, field_2835, itemStack, f_98065_
boolean: v, isModified, field_2837, dirty, f_98066_
boolean: r, isModified, field_2837, dirty, f_98066_
boolean: w, isSigning, field_2828, signing, f_98067_
boolean: s, isSigning, field_2828, signing, f_98067_
int: x, frameTick, field_2844, tickCounter, f_98068_
int: t, frameTick, field_2844, tickCounter, f_98068_
int: y, currentPage, field_2840, currentPage, f_98069_
int: u, currentPage, field_2840, currentPage, f_98069_
List<String>: z, pages, field_17116, pages, f_98070_
List<String>: v, pages, field_17116, pages, f_98070_
String: A, title, field_2847, title, f_98071_
String: w, title, field_2847, title, f_98071_
long: D, lastClickTime, field_2830, lastClickTime, f_98048_
long: z, lastClickTime, field_2830, lastClickTime, f_98048_
int: E, lastIndex, field_2827, lastClickIndex, f_98049_
int: A, lastIndex, field_2827, lastClickIndex, f_98049_
PageButton: F, forwardButton, field_2843, nextPageButton, f_98050_
PageButton: C, forwardButton, field_2843, nextPageButton, f_98050_
PageButton: G, backButton, field_2839, previousPageButton, f_98051_
PageButton: D, backButton, field_2839, previousPageButton, f_98051_
Button: H, doneButton, field_2848, doneButton, f_98052_
Button: E, doneButton, field_2848, doneButton, f_98052_
Button: I, signButton, field_2831, signButton, f_98053_
Button: F, signButton, field_2831, signButton, f_98053_
Button: J, finalizeButton, field_2841, finalizeButton, f_98054_
Button: G, finalizeButton, field_2841, finalizeButton, f_98054_
Button: K, cancelButton, field_2849, cancelButton, f_98055_
Button: H, cancelButton, field_2849, cancelButton, f_98055_
InteractionHand: L, hand, field_2832, hand, f_98056_
InteractionHand: I, hand, field_2832, hand, f_98056_
TextFieldHelper: B, pageEdit, field_24269, currentPageSelectionManager, f_98072_
TextFieldHelper: x, pageEdit, field_24269, currentPageSelectionManager, f_98072_
TextFieldHelper: C, titleEdit, field_24270, bookTitleSelectionManager, f_98073_
TextFieldHelper: y, titleEdit, field_24270, bookTitleSelectionManager, f_98073_
BookEditScreen$DisplayCache: M, displayCache, field_24268, pageContent, f_98057_
BookEditScreen$DisplayCache: J, displayCache, field_24268, pageContent, f_98057_
Component: p, EDIT_TITLE_LABEL, field_25893, EDIT_TITLE_TEXT, f_98060_
Component: l, EDIT_TITLE_LABEL, field_25893, EDIT_TITLE_TEXT, f_98060_
Component: q, FINALIZE_WARNING_LABEL, field_25894, FINALIZE_WARNING_TEXT, f_98061_
Component: m, FINALIZE_WARNING_LABEL, field_25894, FINALIZE_WARNING_TEXT, f_98061_
FormattedCharSequence: r, BLACK_CURSOR, field_25895, BLACK_CURSOR_TEXT, f_98062_
FormattedCharSequence: n, BLACK_CURSOR, field_25895, BLACK_CURSOR_TEXT, f_98062_
FormattedCharSequence: s, GRAY_CURSOR, field_25896, GRAY_CURSOR_TEXT, f_98063_
FormattedCharSequence: o, GRAY_CURSOR, field_25896, GRAY_CURSOR_TEXT, f_98063_
Component: N, pageMsg, field_25891, pageIndicatorText, f_98058_
Component: K, pageMsg, field_25891, pageIndicatorText, f_98058_
Component: O, ownerText, field_25892, signedByText, f_98059_
Component: L, ownerText, field_25892, signedByText, f_98059_
int: o, IMAGE_HEIGHT, field_32327, HEIGHT, f_169686_
int: k, IMAGE_HEIGHT, field_32327, HEIGHT, f_169686_
Constructors
Methods
String (): m, getClipboard, method_27595, getClipboard, m_98180_
String (): l, getClipboard, method_27595, getClipboard, m_98180_
void (PoseStack, int, int, float): a, render, method_25394, render, m_86412_
void (PoseStack, BookEditScreen$Pos2i, boolean): a, renderCursor, method_27581, drawCursor, m_98108_
void (PoseStack, Rect2i[]): a, renderHighlight, method_27588, drawSelection, m_264248_
void (GuiGraphics, int, int, float): a, render, method_25394, render, m_88315_
void (GuiGraphics, BookEditScreen$Pos2i, boolean): a, renderCursor, method_27581, drawCursor, m_280220_
void (GuiGraphics, Rect2i[]): a, renderHighlight, method_27588, drawSelection, m_264248_
1.19.4
Names
eqf
euh
Fields
Player: s, owner, field_2826, player, f_98064_
Player: t, owner, field_2826, player, f_98064_
ItemStack: t, book, field_2835, itemStack, f_98065_
ItemStack: u, book, field_2835, itemStack, f_98065_
boolean: u, isModified, field_2837, dirty, f_98066_
boolean: v, isModified, field_2837, dirty, f_98066_
boolean: v, isSigning, field_2828, signing, f_98067_
boolean: w, isSigning, field_2828, signing, f_98067_
int: w, frameTick, field_2844, tickCounter, f_98068_
int: x, frameTick, field_2844, tickCounter, f_98068_
int: x, currentPage, field_2840, currentPage, f_98069_
int: y, currentPage, field_2840, currentPage, f_98069_
List<String>: y, pages, field_17116, pages, f_98070_
List<String>: z, pages, field_17116, pages, f_98070_
String: z, title, field_2847, title, f_98071_
String: A, title, field_2847, title, f_98071_
long: C, lastClickTime, field_2830, lastClickTime, f_98048_
long: D, lastClickTime, field_2830, lastClickTime, f_98048_
int: D, lastIndex, field_2827, lastClickIndex, f_98049_
int: E, lastIndex, field_2827, lastClickIndex, f_98049_
PageButton: E, forwardButton, field_2843, nextPageButton, f_98050_
PageButton: F, forwardButton, field_2843, nextPageButton, f_98050_
PageButton: F, backButton, field_2839, previousPageButton, f_98051_
PageButton: G, backButton, field_2839, previousPageButton, f_98051_
Button: G, doneButton, field_2848, doneButton, f_98052_
Button: H, doneButton, field_2848, doneButton, f_98052_
Button: H, signButton, field_2831, signButton, f_98053_
Button: I, signButton, field_2831, signButton, f_98053_
Button: I, finalizeButton, field_2841, finalizeButton, f_98054_
Button: J, finalizeButton, field_2841, finalizeButton, f_98054_
Button: J, cancelButton, field_2849, cancelButton, f_98055_
Button: K, cancelButton, field_2849, cancelButton, f_98055_
InteractionHand: K, hand, field_2832, hand, f_98056_
InteractionHand: L, hand, field_2832, hand, f_98056_
TextFieldHelper: A, pageEdit, field_24269, currentPageSelectionManager, f_98072_
TextFieldHelper: B, pageEdit, field_24269, currentPageSelectionManager, f_98072_
TextFieldHelper: B, titleEdit, field_24270, bookTitleSelectionManager, f_98073_
TextFieldHelper: C, titleEdit, field_24270, bookTitleSelectionManager, f_98073_
BookEditScreen$DisplayCache: L, displayCache, field_24268, pageContent, f_98057_
BookEditScreen$DisplayCache: M, displayCache, field_24268, pageContent, f_98057_
Component: o, EDIT_TITLE_LABEL, field_25893, EDIT_TITLE_TEXT, f_98060_
Component: p, EDIT_TITLE_LABEL, field_25893, EDIT_TITLE_TEXT, f_98060_
Component: p, FINALIZE_WARNING_LABEL, field_25894, FINALIZE_WARNING_TEXT, f_98061_
Component: q, FINALIZE_WARNING_LABEL, field_25894, FINALIZE_WARNING_TEXT, f_98061_
FormattedCharSequence: q, BLACK_CURSOR, field_25895, BLACK_CURSOR_TEXT, f_98062_
FormattedCharSequence: r, BLACK_CURSOR, field_25895, BLACK_CURSOR_TEXT, f_98062_
FormattedCharSequence: r, GRAY_CURSOR, field_25896, GRAY_CURSOR_TEXT, f_98063_
FormattedCharSequence: s, GRAY_CURSOR, field_25896, GRAY_CURSOR_TEXT, f_98063_
Component: M, pageMsg, field_25891, pageIndicatorText, f_98058_
Component: N, pageMsg, field_25891, pageIndicatorText, f_98058_
Component: N, ownerText, field_25892, signedByText, f_98059_
Component: O, ownerText, field_25892, signedByText, f_98059_
int: n, IMAGE_HEIGHT, field_32327, HEIGHT, f_169686_
int: o, IMAGE_HEIGHT, field_32327, HEIGHT, f_169686_
Constructors
Methods
int (): w, getNumPages, method_17046, countPages, m_98181_
int (): B, getNumPages, method_17046, countPages, m_98181_
void (): d, tick, method_25393, tick, m_86600_
void (): f, tick, method_25393, tick, m_86600_
void (): x, pageBack, method_2437, openPreviousPage, m_98182_
void (): C, pageBack, method_2437, openPreviousPage, m_98182_
void (): y, pageForward, method_2444, openNextPage, m_98183_
void (): D, pageForward, method_2444, openNextPage, m_98183_
void (): z, updateButtonVisibility, method_2413, updateButtons, m_98184_
void (): E, updateButtonVisibility, method_2413, updateButtons, m_98184_
void (): A, eraseEmptyTrailingPages, method_17047, removeEmptyPages, m_98185_
void (): F, eraseEmptyTrailingPages, method_17047, removeEmptyPages, m_98185_
void (): B, appendPageToBook, method_2436, appendNewPage, m_98186_
void (): G, appendPageToBook, method_2436, appendNewPage, m_98186_
String (): G, getCurrentPageText, method_2427, getCurrentPageContent, m_98191_
String (): L, getCurrentPageText, method_2427, getCurrentPageContent, m_98191_
String (): i, getClipboard, method_27595, getClipboard, m_98180_
String (): m, getClipboard, method_27595, getClipboard, m_98180_
void (): C, keyUp, method_27597, moveUpLine, m_98187_
void (): H, keyUp, method_27597, moveUpLine, m_98187_
void (): D, keyDown, method_27598, moveDownLine, m_98188_
void (): I, keyDown, method_27598, moveDownLine, m_98188_
void (): E, keyHome, method_2421, moveToLineStart, m_98189_
void (): J, keyHome, method_2421, moveToLineStart, m_98189_
void (): F, keyEnd, method_2414, moveToLineEnd, m_98190_
void (): K, keyEnd, method_2414, moveToLineEnd, m_98190_
void (Rect2i[]): a, renderHighlight, method_27588, drawSelection, m_98138_
BookEditScreen$DisplayCache (): H, getDisplayCache, method_27576, getPageContent, m_98079_
BookEditScreen$DisplayCache (): M, getDisplayCache, method_27576, getPageContent, m_98079_
void (): I, clearDisplayCache, method_27577, invalidatePageContent, m_98080_
void (): N, clearDisplayCache, method_27577, invalidatePageContent, m_98080_
void (): J, clearDisplayCacheAfterPageChange, method_27872, changePage, m_98081_
void (): O, clearDisplayCacheAfterPageChange, method_27872, changePage, m_98081_
BookEditScreen$DisplayCache (): K, rebuildDisplayCache, method_27578, createPageContent, m_98082_
BookEditScreen$DisplayCache (): P, rebuildDisplayCache, method_27578, createPageContent, m_98082_
void (PoseStack, Rect2i[]): a, renderHighlight, method_27588, drawSelection, m_264248_
1.19.3
Names
emp
eqf
Fields
Constructors
Methods
int (): j, getNumPages, method_17046, countPages, m_98181_
int (): w, getNumPages, method_17046, countPages, m_98181_
void (): k, pageBack, method_2437, openPreviousPage, m_98182_
void (): x, pageBack, method_2437, openPreviousPage, m_98182_
void (): z, pageForward, method_2444, openNextPage, m_98183_
void (): y, pageForward, method_2444, openNextPage, m_98183_
void (): e, removed, method_25432, removed, m_7861_
void (): A, updateButtonVisibility, method_2413, updateButtons, m_98184_
void (): z, updateButtonVisibility, method_2413, updateButtons, m_98184_
void (): B, eraseEmptyTrailingPages, method_17047, removeEmptyPages, m_98185_
void (): A, eraseEmptyTrailingPages, method_17047, removeEmptyPages, m_98185_
void (): C, appendPageToBook, method_2436, appendNewPage, m_98186_
void (): B, appendPageToBook, method_2436, appendNewPage, m_98186_
String (): H, getCurrentPageText, method_2427, getCurrentPageContent, m_98191_
String (): G, getCurrentPageText, method_2427, getCurrentPageContent, m_98191_
String (): g, getClipboard, method_27595, getClipboard, m_98180_
String (): i, getClipboard, method_27595, getClipboard, m_98180_
void (): D, keyUp, method_27597, moveUpLine, m_98187_
void (): C, keyUp, method_27597, moveUpLine, m_98187_
void (): E, keyDown, method_27598, moveDownLine, m_98188_
void (): D, keyDown, method_27598, moveDownLine, m_98188_
void (): F, keyHome, method_2421, moveToLineStart, m_98189_
void (): E, keyHome, method_2421, moveToLineStart, m_98189_
void (): G, keyEnd, method_2414, moveToLineEnd, m_98190_
void (): F, keyEnd, method_2414, moveToLineEnd, m_98190_
void (PoseStack, int, int, float): a, render, method_25394, render, m_6305_
void (PoseStack, int, int, float): a, render, method_25394, render, m_86412_
BookEditScreen$DisplayCache (): I, getDisplayCache, method_27576, getPageContent, m_98079_
BookEditScreen$DisplayCache (): H, getDisplayCache, method_27576, getPageContent, m_98079_
void (): J, clearDisplayCache, method_27577, invalidatePageContent, m_98080_
void (): I, clearDisplayCache, method_27577, invalidatePageContent, m_98080_
void (): K, clearDisplayCacheAfterPageChange, method_27872, changePage, m_98081_
void (): J, clearDisplayCacheAfterPageChange, method_27872, changePage, m_98081_
BookEditScreen$DisplayCache (): L, rebuildDisplayCache, method_27578, createPageContent, m_98082_
BookEditScreen$DisplayCache (): K, rebuildDisplayCache, method_27578, createPageContent, m_98082_
1.19.2
Names
Fields
Constructors
Methods
1.19.1
Names
elm
emp
Fields
Constructors
Methods
void (): x, pageBack, method_2437, openPreviousPage, m_98182_
void (): k, pageBack, method_2437, openPreviousPage, m_98182_
void (): y, pageForward, method_2444, openNextPage, m_98183_
void (): z, pageForward, method_2444, openNextPage, m_98183_
void (): z, updateButtonVisibility, method_2413, updateButtons, m_98184_
void (): A, updateButtonVisibility, method_2413, updateButtons, m_98184_
void (): A, eraseEmptyTrailingPages, method_17047, removeEmptyPages, m_98185_
void (): B, eraseEmptyTrailingPages, method_17047, removeEmptyPages, m_98185_
void (): B, appendPageToBook, method_2436, appendNewPage, m_98186_
void (): C, appendPageToBook, method_2436, appendNewPage, m_98186_
String (): G, getCurrentPageText, method_2427, getCurrentPageContent, m_98191_
String (): H, getCurrentPageText, method_2427, getCurrentPageContent, m_98191_
String (): h, getClipboard, method_27595, getClipboard, m_98180_
String (): g, getClipboard, method_27595, getClipboard, m_98180_
void (): C, keyUp, method_27597, moveUpLine, m_98187_
void (): D, keyUp, method_27597, moveUpLine, m_98187_
void (): D, keyDown, method_27598, moveDownLine, m_98188_
void (): E, keyDown, method_27598, moveDownLine, m_98188_
void (): E, keyHome, method_2421, moveToLineStart, m_98189_
void (): F, keyHome, method_2421, moveToLineStart, m_98189_
void (): F, keyEnd, method_2414, moveToLineEnd, m_98190_
void (): G, keyEnd, method_2414, moveToLineEnd, m_98190_
BookEditScreen$DisplayCache (): H, getDisplayCache, method_27576, getPageContent, m_98079_
BookEditScreen$DisplayCache (): I, getDisplayCache, method_27576, getPageContent, m_98079_
void (): I, clearDisplayCache, method_27577, invalidatePageContent, m_98080_
void (): J, clearDisplayCache, method_27577, invalidatePageContent, m_98080_
void (): J, clearDisplayCacheAfterPageChange, method_27872, changePage, m_98081_
void (): K, clearDisplayCacheAfterPageChange, method_27872, changePage, m_98081_
BookEditScreen$DisplayCache (): K, rebuildDisplayCache, method_27578, createPageContent, m_98082_
BookEditScreen$DisplayCache (): L, rebuildDisplayCache, method_27578, createPageContent, m_98082_
1.19
Names
eez
elm
Fields
Constructors
Methods
int (): v, getNumPages, method_17046, countPages, m_98181_
int (): j, getNumPages, method_17046, countPages, m_98181_
void (): d, tick, method_25393, tick, m_96624_
void (): d, tick, method_25393, tick, m_86600_
void (): w, pageBack, method_2437, openPreviousPage, m_98182_
void (): x, pageBack, method_2437, openPreviousPage, m_98182_
void (): x, pageForward, method_2444, openNextPage, m_98183_
void (): y, pageForward, method_2444, openNextPage, m_98183_
void (): y, updateButtonVisibility, method_2413, updateButtons, m_98184_
void (): z, updateButtonVisibility, method_2413, updateButtons, m_98184_
void (): z, eraseEmptyTrailingPages, method_17047, removeEmptyPages, m_98185_
void (): A, eraseEmptyTrailingPages, method_17047, removeEmptyPages, m_98185_
void (): A, appendPageToBook, method_2436, appendNewPage, m_98186_
void (): B, appendPageToBook, method_2436, appendNewPage, m_98186_
String (): F, getCurrentPageText, method_2427, getCurrentPageContent, m_98191_
String (): G, getCurrentPageText, method_2427, getCurrentPageContent, m_98191_
void (String): c, setCurrentPageText, method_2439, setPageContent, m_98158_
void (String): b, setCurrentPageText, method_2439, setPageContent, m_98158_
void (String): b, setClipboard, method_27584, setClipboard, m_98147_
void (String): a, setClipboard, method_27584, setClipboard, m_98147_
void (): B, keyUp, method_27597, moveUpLine, m_98187_
void (): C, keyUp, method_27597, moveUpLine, m_98187_
void (): C, keyDown, method_27598, moveDownLine, m_98188_
void (): D, keyDown, method_27598, moveDownLine, m_98188_
void (): D, keyHome, method_2421, moveToLineStart, m_98189_
void (): E, keyHome, method_2421, moveToLineStart, m_98189_
void (): E, keyEnd, method_2414, moveToLineEnd, m_98190_
void (): F, keyEnd, method_2414, moveToLineEnd, m_98190_
BookEditScreen$DisplayCache (): G, getDisplayCache, method_27576, getPageContent, m_98079_
BookEditScreen$DisplayCache (): H, getDisplayCache, method_27576, getPageContent, m_98079_
void (): H, clearDisplayCache, method_27577, invalidatePageContent, m_98080_
void (): I, clearDisplayCache, method_27577, invalidatePageContent, m_98080_
void (): I, clearDisplayCacheAfterPageChange, method_27872, changePage, m_98081_
void (): J, clearDisplayCacheAfterPageChange, method_27872, changePage, m_98081_
BookEditScreen$DisplayCache (): J, rebuildDisplayCache, method_27578, createPageContent, m_98082_
BookEditScreen$DisplayCache (): K, rebuildDisplayCache, method_27578, createPageContent, m_98082_
1.18.2
Names
edu
eez
Fields
Player: t, owner, field_2826, player, f_98064_
Player: s, owner, field_2826, player, f_98064_
ItemStack: u, book, field_2835, itemStack, f_98065_
ItemStack: t, book, field_2835, itemStack, f_98065_
boolean: v, isModified, field_2837, dirty, f_98066_
boolean: u, isModified, field_2837, dirty, f_98066_
boolean: w, isSigning, field_2828, signing, f_98067_
boolean: v, isSigning, field_2828, signing, f_98067_
int: x, frameTick, field_2844, tickCounter, f_98068_
int: w, frameTick, field_2844, tickCounter, f_98068_
int: y, currentPage, field_2840, currentPage, f_98069_
int: x, currentPage, field_2840, currentPage, f_98069_
List<String>: z, pages, field_17116, pages, f_98070_
List<String>: y, pages, field_17116, pages, f_98070_
String: A, title, field_2847, title, f_98071_
String: z, title, field_2847, title, f_98071_
long: D, lastClickTime, field_2830, lastClickTime, f_98048_
long: C, lastClickTime, field_2830, lastClickTime, f_98048_
int: E, lastIndex, field_2827, lastClickIndex, f_98049_
int: D, lastIndex, field_2827, lastClickIndex, f_98049_
PageButton: F, forwardButton, field_2843, nextPageButton, f_98050_
PageButton: E, forwardButton, field_2843, nextPageButton, f_98050_
PageButton: G, backButton, field_2839, previousPageButton, f_98051_
PageButton: F, backButton, field_2839, previousPageButton, f_98051_
Button: H, doneButton, field_2848, doneButton, f_98052_
Button: G, doneButton, field_2848, doneButton, f_98052_
Button: I, signButton, field_2831, signButton, f_98053_
Button: H, signButton, field_2831, signButton, f_98053_
Button: J, finalizeButton, field_2841, finalizeButton, f_98054_
Button: I, finalizeButton, field_2841, finalizeButton, f_98054_
Button: K, cancelButton, field_2849, cancelButton, f_98055_
Button: J, cancelButton, field_2849, cancelButton, f_98055_
InteractionHand: L, hand, field_2832, hand, f_98056_
InteractionHand: K, hand, field_2832, hand, f_98056_
TextFieldHelper: B, pageEdit, field_24269, currentPageSelectionManager, f_98072_
TextFieldHelper: A, pageEdit, field_24269, currentPageSelectionManager, f_98072_
TextFieldHelper: C, titleEdit, field_24270, bookTitleSelectionManager, f_98073_
TextFieldHelper: B, titleEdit, field_24270, bookTitleSelectionManager, f_98073_
BookEditScreen$DisplayCache: M, displayCache, field_24268, pageContent, f_98057_
BookEditScreen$DisplayCache: L, displayCache, field_24268, pageContent, f_98057_
Component: p, EDIT_TITLE_LABEL, field_25893, EDIT_TITLE_TEXT, f_98060_
Component: o, EDIT_TITLE_LABEL, field_25893, EDIT_TITLE_TEXT, f_98060_
Component: q, FINALIZE_WARNING_LABEL, field_25894, FINALIZE_WARNING_TEXT, f_98061_
Component: p, FINALIZE_WARNING_LABEL, field_25894, FINALIZE_WARNING_TEXT, f_98061_
FormattedCharSequence: r, BLACK_CURSOR, field_25895, BLACK_CURSOR_TEXT, f_98062_
FormattedCharSequence: q, BLACK_CURSOR, field_25895, BLACK_CURSOR_TEXT, f_98062_
FormattedCharSequence: s, GRAY_CURSOR, field_25896, GRAY_CURSOR_TEXT, f_98063_
FormattedCharSequence: r, GRAY_CURSOR, field_25896, GRAY_CURSOR_TEXT, f_98063_
Component: N, pageMsg, field_25891, pageIndicatorText, f_98058_
Component: M, pageMsg, field_25891, pageIndicatorText, f_98058_
Component: O, ownerText, field_25892, signedByText, f_98059_
Component: N, ownerText, field_25892, signedByText, f_98059_
int: c, DOUBLECLICK_SPEED, field_32325, DOUBLE_CLICK_MAX_DELAY, f_169684_
int: n, IMAGE_WIDTH, field_32326, WIDTH, f_169685_
int: c, IMAGE_WIDTH, field_32326, WIDTH, f_169685_
int: o, IMAGE_HEIGHT, field_32327, HEIGHT, f_169686_
int: n, IMAGE_HEIGHT, field_32327, HEIGHT, f_169686_
Constructors
Methods
1.18.1
Names
Fields
Constructors
Methods
1.18
Names
ebs
edu
Fields
int: c, DOUBLECLICK_SPEED, field_32325, field_32325, f_169684_
int: c, DOUBLECLICK_SPEED, field_32325, DOUBLE_CLICK_MAX_DELAY, f_169684_
Constructors
Methods
int (): u, getNumPages, method_17046, countPages, m_98181_
int (): v, getNumPages, method_17046, countPages, m_98181_
1.17.1
Names
ebr
ebs
Fields
int: a, TEXT_WIDTH, field_32323, field_32323, f_169682_
int: a, TEXT_WIDTH, field_32323, MAX_TEXT_WIDTH, f_169682_
int: b, TEXT_HEIGHT, field_32324, field_32324, f_169683_
int: b, TEXT_HEIGHT, field_32324, MAX_TEXT_HEIGHT, f_169683_
int: n, IMAGE_WIDTH, field_32326, field_32326, f_169685_
int: n, IMAGE_WIDTH, field_32326, WIDTH, f_169685_
int: o, IMAGE_HEIGHT, field_32327, field_32327, f_169686_
int: o, IMAGE_HEIGHT, field_32327, HEIGHT, f_169686_
Constructors
Methods
void (boolean): e, updateLocalCopy, method_37433, writeNbtData, m_182574_
1.17
Names
dpu
ebr
net.minecraft.client.gui.screen.EditBookScreen
net.minecraft.src.C_3635_
Fields
Player: q, owner, field_2826, player, field_214232_a
Player: t, owner, field_2826, player, f_98064_
ItemStack: r, book, field_2835, itemStack, field_214233_b
ItemStack: u, book, field_2835, itemStack, f_98065_
boolean: s, isModified, field_2837, dirty, field_214234_c
boolean: v, isModified, field_2837, dirty, f_98066_
boolean: t, isSigning, field_2828, signing, field_214235_d
boolean: w, isSigning, field_2828, signing, f_98067_
int: u, frameTick, field_2844, tickCounter, field_214236_e
int: x, frameTick, field_2844, tickCounter, f_98068_
int: v, currentPage, field_2840, currentPage, field_214237_f
int: y, currentPage, field_2840, currentPage, f_98069_
List<String>: w, pages, field_17116, pages, field_214238_g
List<String>: z, pages, field_17116, pages, f_98070_
String: x, title, field_2847, title, field_214239_h
String: A, title, field_2847, title, f_98071_
long: A, lastClickTime, field_2830, lastClickTime, field_214242_k
long: D, lastClickTime, field_2830, lastClickTime, f_98048_
int: B, lastIndex, field_2827, lastClickIndex, field_214243_l
int: E, lastIndex, field_2827, lastClickIndex, f_98049_
PageButton: C, forwardButton, field_2843, nextPageButton, field_214244_m
PageButton: F, forwardButton, field_2843, nextPageButton, f_98050_
PageButton: D, backButton, field_2839, previousPageButton, field_214245_n
PageButton: G, backButton, field_2839, previousPageButton, f_98051_
Button: E, doneButton, field_2848, doneButton, field_214246_o
Button: H, doneButton, field_2848, doneButton, f_98052_
Button: F, signButton, field_2831, signButton, field_214247_p
Button: I, signButton, field_2831, signButton, f_98053_
Button: G, finalizeButton, field_2841, finalizeButton, field_214248_q
Button: J, finalizeButton, field_2841, finalizeButton, f_98054_
Button: H, cancelButton, field_2849, cancelButton, field_214249_r
Button: K, cancelButton, field_2849, cancelButton, f_98055_
InteractionHand: I, hand, field_2832, hand, field_214250_s
InteractionHand: L, hand, field_2832, hand, f_98056_
TextFieldHelper: y, pageEdit, field_24269, currentPageSelectionManager, field_238748_u_
TextFieldHelper: B, pageEdit, field_24269, currentPageSelectionManager, f_98072_
TextFieldHelper: z, titleEdit, field_24270, bookTitleSelectionManager, field_238749_v_
TextFieldHelper: C, titleEdit, field_24270, bookTitleSelectionManager, f_98073_
BookEditScreen$DisplayCache: J, displayCache, field_24268, pageContent, field_238747_F_
BookEditScreen$DisplayCache: M, displayCache, field_24268, pageContent, f_98057_
Component: a, EDIT_TITLE_LABEL, field_25893, EDIT_TITLE_TEXT, field_243340_a
Component: p, EDIT_TITLE_LABEL, field_25893, EDIT_TITLE_TEXT, f_98060_
Component: b, FINALIZE_WARNING_LABEL, field_25894, FINALIZE_WARNING_TEXT, field_243341_b
Component: q, FINALIZE_WARNING_LABEL, field_25894, FINALIZE_WARNING_TEXT, f_98061_
FormattedCharSequence: c, BLACK_CURSOR, field_25895, BLACK_CURSOR_TEXT, field_243342_c
FormattedCharSequence: r, BLACK_CURSOR, field_25895, BLACK_CURSOR_TEXT, f_98062_
FormattedCharSequence: p, GRAY_CURSOR, field_25896, GRAY_CURSOR_TEXT, field_243343_p
FormattedCharSequence: s, GRAY_CURSOR, field_25896, GRAY_CURSOR_TEXT, f_98063_
Component: K, pageMsg, field_25891, pageIndicatorText, field_243338_K
Component: N, pageMsg, field_25891, pageIndicatorText, f_98058_
Component: L, ownerText, field_25892, signedByText, field_243339_L
Component: O, ownerText, field_25892, signedByText, f_98059_
int: a, TEXT_WIDTH, field_32323, field_32323, f_169682_
int: b, TEXT_HEIGHT, field_32324, field_32324, f_169683_
int: c, DOUBLECLICK_SPEED, field_32325, field_32325, f_169684_
int: n, IMAGE_WIDTH, field_32326, field_32326, f_169685_
int: o, IMAGE_HEIGHT, field_32327, field_32327, f_169686_
Constructors
Methods
int (): i, getNumPages, method_17046, countPages, func_214199_a
int (): u, getNumPages, method_17046, countPages, m_98181_
void (): d, tick, method_25393, tick, func_231023_e_
void (): d, tick, method_25393, tick, m_96624_
void (): b, init, method_25426, init, func_231160_c_
void (): b, init, method_25426, init, m_7856_
void (): k, pageBack, method_2437, openPreviousPage, func_214228_b
void (): w, pageBack, method_2437, openPreviousPage, m_98182_
void (): l, pageForward, method_2444, openNextPage, func_214214_c
void (): x, pageForward, method_2444, openNextPage, m_98183_
void (): e, removed, method_25432, removed, func_231164_f_
void (): e, removed, method_25432, removed, m_7861_
void (): m, updateButtonVisibility, method_2413, updateButtons, func_214229_d
void (): y, updateButtonVisibility, method_2413, updateButtons, m_98184_
void (): n, eraseEmptyTrailingPages, method_17047, removeEmptyPages, func_214213_e
void (): z, eraseEmptyTrailingPages, method_17047, removeEmptyPages, m_98185_
void (boolean): c, saveChanges, method_2407, finalizeBook, func_214198_a
void (boolean): c, saveChanges, method_2407, finalizeBook, m_98160_
void (): o, appendPageToBook, method_2436, appendNewPage, func_214215_f
void (): A, appendPageToBook, method_2436, appendNewPage, m_98186_
boolean (int, int, int): a, keyPressed, method_25404, keyPressed, func_231046_a_
boolean (int, int, int): a, keyPressed, method_25404, keyPressed, m_7933_
boolean (char, int): a, charTyped, method_25400, charTyped, func_231042_a_
boolean (char, int): a, charTyped, method_25400, charTyped, m_5534_
boolean (int, int, int): c, bookKeyPressed, method_27592, keyPressedEditMode, func_214230_b
boolean (int, int, int): c, bookKeyPressed, method_27592, keyPressedEditMode, m_98152_
boolean (int, int, int): d, titleKeyPressed, method_2446, keyPressedSignMode, func_214196_c
boolean (int, int, int): d, titleKeyPressed, method_2446, keyPressedSignMode, m_98163_
String (): u, getCurrentPageText, method_2427, getCurrentPageContent, func_214193_h
String (): F, getCurrentPageText, method_2427, getCurrentPageContent, m_98191_
void (String): c, setCurrentPageText, method_2439, setPageContent, func_214217_j
void (String): c, setCurrentPageText, method_2439, setPageContent, m_98158_
boolean (double, double, int): a, mouseClicked, method_25402, mouseClicked, func_231044_a_
boolean (double, double, int): a, mouseClicked, method_25402, mouseClicked, m_6375_
boolean (double, double, int, double, double): a, mouseDragged, method_25403, mouseDragged, func_231045_a_
boolean (double, double, int, double, double): a, mouseDragged, method_25403, mouseDragged, m_7979_
void (String): b, setClipboard, method_27584, setClipboard, func_238760_a_
void (String): b, setClipboard, method_27584, setClipboard, m_98147_
String (): h, getClipboard, method_27595, getClipboard, func_238773_g_
String (): h, getClipboard, method_27595, getClipboard, m_98180_
void (): p, keyUp, method_27597, moveUpLine, func_238775_w_
void (): B, keyUp, method_27597, moveUpLine, m_98187_
void (): q, keyDown, method_27598, moveDownLine, func_238776_x_
void (): C, keyDown, method_27598, moveDownLine, m_98188_
void (int): a, changeLine, method_27580, moveVertically, func_238755_a_
void (int): a, changeLine, method_27580, moveVertically, m_98097_
void (): r, keyHome, method_2421, moveToLineStart, func_238777_y_
void (): D, keyHome, method_2421, moveToLineStart, m_98189_
void (): t, keyEnd, method_2414, moveToLineEnd, func_238778_z_
void (): E, keyEnd, method_2414, moveToLineEnd, m_98190_
void (PoseStack, int, int, float): a, render, method_25394, render, func_230430_a_
void (PoseStack, int, int, float): a, render, method_25394, render, m_6305_
void (PoseStack, BookEditScreen$Pos2i, boolean): a, renderCursor, method_27581, drawCursor, func_238756_a_
void (PoseStack, BookEditScreen$Pos2i, boolean): a, renderCursor, method_27581, drawCursor, m_98108_
void (Rect2i[]): a, renderHighlight, method_27588, drawSelection, func_238764_a_
void (Rect2i[]): a, renderHighlight, method_27588, drawSelection, m_98138_
BookEditScreen$Pos2i (BookEditScreen$Pos2i): a, convertScreenToLocal, method_27582, screenPositionToAbsolutePosition, func_238758_a_
BookEditScreen$Pos2i (BookEditScreen$Pos2i): a, convertScreenToLocal, method_27582, screenPositionToAbsolutePosition, m_98114_
BookEditScreen$Pos2i (BookEditScreen$Pos2i): b, convertLocalToScreen, method_27590, absolutePositionToScreenPosition, func_238767_b_
BookEditScreen$Pos2i (BookEditScreen$Pos2i): b, convertLocalToScreen, method_27590, absolutePositionToScreenPosition, m_98145_
void (int): b, selectWord, method_27589, selectCurrentWord, func_238765_b_
void (int): b, selectWord, method_27589, selectCurrentWord, m_98141_
BookEditScreen$DisplayCache (): A, getDisplayCache, method_27576, getPageContent, func_238750_B_
BookEditScreen$DisplayCache (): G, getDisplayCache, method_27576, getPageContent, m_98079_
void (): B, clearDisplayCache, method_27577, invalidatePageContent, func_238751_C_
void (): H, clearDisplayCache, method_27577, invalidatePageContent, m_98080_
void (): C, clearDisplayCacheAfterPageChange, method_27872, changePage, func_238752_D_
void (): I, clearDisplayCacheAfterPageChange, method_27872, changePage, m_98081_
BookEditScreen$DisplayCache (): D, rebuildDisplayCache, method_27578, createPageContent, func_238753_E_
BookEditScreen$DisplayCache (): J, rebuildDisplayCache, method_27578, createPageContent, m_98082_
int (int[], int): b, findLineFromPos, method_27591, getLineFromOffset, func_238768_b_
int (int[], int): a, findLineFromPos, method_27591, getLineFromOffset, m_98149_
Rect2i (String, StringSplitter, int, int, int, int): a, createPartialLineSelection, method_27585, getLineSelectionRectangle, func_238761_a_
Rect2i (String, StringSplitter, int, int, int, int): a, createPartialLineSelection, method_27585, getLineSelectionRectangle, m_98119_
Rect2i (BookEditScreen$Pos2i, BookEditScreen$Pos2i): a, createSelection, method_27583, getRectFromCorners, func_238759_a_
Rect2i (BookEditScreen$Pos2i, BookEditScreen$Pos2i): a, createSelection, method_27583, getRectFromCorners, m_98116_
1.16.5
Names
Fields
TextFieldHelper: y, pageEdit, field_24269, field_24269, field_238748_u_
TextFieldHelper: y, pageEdit, field_24269, currentPageSelectionManager, field_238748_u_
TextFieldHelper: z, titleEdit, field_24270, field_24270, field_238749_v_
TextFieldHelper: z, titleEdit, field_24270, bookTitleSelectionManager, field_238749_v_
Component: a, EDIT_TITLE_LABEL, field_25893, field_25893, field_243340_a
Component: a, EDIT_TITLE_LABEL, field_25893, EDIT_TITLE_TEXT, field_243340_a
Component: b, FINALIZE_WARNING_LABEL, field_25894, field_25894, field_243341_b
Component: b, FINALIZE_WARNING_LABEL, field_25894, FINALIZE_WARNING_TEXT, field_243341_b
FormattedCharSequence: c, BLACK_CURSOR, field_25895, field_25895, field_243342_c
FormattedCharSequence: c, BLACK_CURSOR, field_25895, BLACK_CURSOR_TEXT, field_243342_c
FormattedCharSequence: p, GRAY_CURSOR, field_25896, field_25896, field_243343_p
FormattedCharSequence: p, GRAY_CURSOR, field_25896, GRAY_CURSOR_TEXT, field_243343_p
Component: K, pageMsg, field_25891, field_25891, field_243338_K
Component: K, pageMsg, field_25891, pageIndicatorText, field_243338_K
Component: L, ownerText, field_25892, field_25892, field_243339_L
Component: L, ownerText, field_25892, signedByText, field_243339_L
Constructors
Methods
boolean (int, int, int): c, bookKeyPressed, method_27592, method_27592, func_214230_b
boolean (int, int, int): c, bookKeyPressed, method_27592, keyPressedEditMode, func_214230_b
void (String): b, setClipboard, method_27584, method_27584, func_238760_a_
void (String): b, setClipboard, method_27584, setClipboard, func_238760_a_
String (): h, getClipboard, method_27595, method_27595, func_238773_g_
String (): h, getClipboard, method_27595, getClipboard, func_238773_g_
void (): p, keyUp, method_27597, method_27597, func_238775_w_
void (): p, keyUp, method_27597, moveUpLine, func_238775_w_
void (): q, keyDown, method_27598, method_27598, func_238776_x_
void (): q, keyDown, method_27598, moveDownLine, func_238776_x_
void (int): a, changeLine, method_27580, method_27580, func_238755_a_
void (int): a, changeLine, method_27580, moveVertically, func_238755_a_
void (): r, keyHome, method_2421, moveCursorToTop, func_238777_y_
void (): r, keyHome, method_2421, moveToLineStart, func_238777_y_
void (): t, keyEnd, method_2414, moveCursorToBottom, func_238778_z_
void (): t, keyEnd, method_2414, moveToLineEnd, func_238778_z_
void (PoseStack, BookEditScreen$Pos2i, boolean): a, renderCursor, method_27581, method_27581, func_238756_a_
void (PoseStack, BookEditScreen$Pos2i, boolean): a, renderCursor, method_27581, drawCursor, func_238756_a_
void (Rect2i[]): a, renderHighlight, method_27588, method_27588, func_238764_a_
void (Rect2i[]): a, renderHighlight, method_27588, drawSelection, func_238764_a_
BookEditScreen$Pos2i (BookEditScreen$Pos2i): a, convertScreenToLocal, method_27582, method_27582, func_238758_a_
BookEditScreen$Pos2i (BookEditScreen$Pos2i): a, convertScreenToLocal, method_27582, screenPositionToAbsolutePosition, func_238758_a_
BookEditScreen$Pos2i (BookEditScreen$Pos2i): b, convertLocalToScreen, method_27590, method_27590, func_238767_b_
BookEditScreen$Pos2i (BookEditScreen$Pos2i): b, convertLocalToScreen, method_27590, absolutePositionToScreenPosition, func_238767_b_
void (int): b, selectWord, method_27589, method_27589, func_238765_b_
void (int): b, selectWord, method_27589, selectCurrentWord, func_238765_b_
void (): C, clearDisplayCacheAfterPageChange, method_27872, method_27872, func_238752_D_
void (): C, clearDisplayCacheAfterPageChange, method_27872, changePage, func_238752_D_
int (int[], int): b, findLineFromPos, method_27591, method_27591, func_238768_b_
int (int[], int): b, findLineFromPos, method_27591, getLineFromOffset, func_238768_b_
Rect2i (String, StringSplitter, int, int, int, int): a, createPartialLineSelection, method_27585, method_27585, func_238761_a_
Rect2i (String, StringSplitter, int, int, int, int): a, createPartialLineSelection, method_27585, getLineSelectionRectangle, func_238761_a_
Rect2i (BookEditScreen$Pos2i, BookEditScreen$Pos2i): a, createSelection, method_27583, method_27583, func_238759_a_
Rect2i (BookEditScreen$Pos2i, BookEditScreen$Pos2i): a, createSelection, method_27583, getRectFromCorners, func_238759_a_
1.16.4
Names
dpr
dpu
Fields
Constructors
Methods
int (): k, getNumPages, method_17046, countPages, func_214199_a
int (): i, getNumPages, method_17046, countPages, func_214199_a
void (): l, pageBack, method_2437, openPreviousPage, func_214228_b
void (): k, pageBack, method_2437, openPreviousPage, func_214228_b
void (): m, pageForward, method_2444, openNextPage, func_214214_c
void (): l, pageForward, method_2444, openNextPage, func_214214_c
void (): n, updateButtonVisibility, method_2413, updateButtons, func_214229_d
void (): m, updateButtonVisibility, method_2413, updateButtons, func_214229_d
void (): o, eraseEmptyTrailingPages, method_17047, removeEmptyPages, func_214213_e
void (): n, eraseEmptyTrailingPages, method_17047, removeEmptyPages, func_214213_e
void (): p, appendPageToBook, method_2436, appendNewPage, func_214215_f
void (): o, appendPageToBook, method_2436, appendNewPage, func_214215_f
String (): A, getCurrentPageText, method_2427, getCurrentPageContent, func_214193_h
String (): u, getCurrentPageText, method_2427, getCurrentPageContent, func_214193_h
String (): i, getClipboard, method_27595, method_27595, func_238773_g_
String (): h, getClipboard, method_27595, method_27595, func_238773_g_
void (): r, keyUp, method_27597, method_27597, func_238775_w_
void (): p, keyUp, method_27597, method_27597, func_238775_w_
void (): s, keyDown, method_27598, method_27598, func_238776_x_
void (): q, keyDown, method_27598, method_27598, func_238776_x_
void (): t, keyHome, method_2421, moveCursorToTop, func_238777_y_
void (): r, keyHome, method_2421, moveCursorToTop, func_238777_y_
void (): u, keyEnd, method_2414, moveCursorToBottom, func_238778_z_
void (): t, keyEnd, method_2414, moveCursorToBottom, func_238778_z_
BookEditScreen$DisplayCache (): B, getDisplayCache, method_27576, getPageContent, func_238750_B_
BookEditScreen$DisplayCache (): A, getDisplayCache, method_27576, getPageContent, func_238750_B_
void (): C, clearDisplayCache, method_27577, invalidatePageContent, func_238751_C_
void (): B, clearDisplayCache, method_27577, invalidatePageContent, func_238751_C_
void (): D, clearDisplayCacheAfterPageChange, method_27872, method_27872, func_238752_D_
void (): C, clearDisplayCacheAfterPageChange, method_27872, method_27872, func_238752_D_
BookEditScreen$DisplayCache (): E, rebuildDisplayCache, method_27578, createPageContent, func_238753_E_
BookEditScreen$DisplayCache (): D, rebuildDisplayCache, method_27578, createPageContent, func_238753_E_
1.16.3
Names
Fields
Constructors
Methods
1.16.2
Names
drs
dpr
Fields
Player: a, owner, field_2826, player, field_214232_a
Player: q, owner, field_2826, player, field_214232_a
ItemStack: b, book, field_2835, itemStack, field_214233_b
ItemStack: r, book, field_2835, itemStack, field_214233_b
boolean: c, isModified, field_2837, dirty, field_214234_c
boolean: s, isModified, field_2837, dirty, field_214234_c
boolean: p, isSigning, field_2828, signing, field_214235_d
boolean: t, isSigning, field_2828, signing, field_214235_d
int: q, frameTick, field_2844, tickCounter, field_214236_e
int: u, frameTick, field_2844, tickCounter, field_214236_e
int: r, currentPage, field_2840, currentPage, field_214237_f
int: v, currentPage, field_2840, currentPage, field_214237_f
List<String>: s, pages, field_17116, pages, field_214238_g
List<String>: w, pages, field_17116, pages, field_214238_g
String: t, title, field_2847, title, field_214239_h
String: x, title, field_2847, title, field_214239_h
long: w, lastClickTime, field_2830, lastClickTime, field_214242_k
long: A, lastClickTime, field_2830, lastClickTime, field_214242_k
int: x, lastIndex, field_2827, lastClickIndex, field_214243_l
int: B, lastIndex, field_2827, lastClickIndex, field_214243_l
PageButton: y, forwardButton, field_2843, nextPageButton, field_214244_m
PageButton: C, forwardButton, field_2843, nextPageButton, field_214244_m
PageButton: z, backButton, field_2839, previousPageButton, field_214245_n
PageButton: D, backButton, field_2839, previousPageButton, field_214245_n
Button: A, doneButton, field_2848, doneButton, field_214246_o
Button: E, doneButton, field_2848, doneButton, field_214246_o
Button: B, signButton, field_2831, signButton, field_214247_p
Button: F, signButton, field_2831, signButton, field_214247_p
Button: C, finalizeButton, field_2841, finalizeButton, field_214248_q
Button: G, finalizeButton, field_2841, finalizeButton, field_214248_q
Button: D, cancelButton, field_2849, cancelButton, field_214249_r
Button: H, cancelButton, field_2849, cancelButton, field_214249_r
InteractionHand: E, hand, field_2832, hand, field_214250_s
InteractionHand: I, hand, field_2832, hand, field_214250_s
TextFieldHelper: u, pageEdit, field_24269, field_24269, field_238748_u_
TextFieldHelper: y, pageEdit, field_24269, field_24269, field_238748_u_
TextFieldHelper: v, titleEdit, field_24270, field_24270, field_238749_v_
TextFieldHelper: z, titleEdit, field_24270, field_24270, field_238749_v_
BookEditScreen$DisplayCache: F, displayCache, field_24268, pageContent, field_238747_F_
BookEditScreen$DisplayCache: J, displayCache, field_24268, pageContent, field_238747_F_
Component: a, EDIT_TITLE_LABEL, field_25893, field_25893, field_243340_a
Component: b, FINALIZE_WARNING_LABEL, field_25894, field_25894, field_243341_b
FormattedCharSequence: c, BLACK_CURSOR, field_25895, field_25895, field_243342_c
FormattedCharSequence: p, GRAY_CURSOR, field_25896, field_25896, field_243343_p
Component: K, pageMsg, field_25891, field_25891, field_243338_K
Component: L, ownerText, field_25892, field_25892, field_243339_L
Constructors
Methods
void (): u, eraseEmptyTrailingPages, method_17047, removeEmptyPages, func_214213_e
void (): o, eraseEmptyTrailingPages, method_17047, removeEmptyPages, func_214213_e
void (): v, appendPageToBook, method_2436, appendNewPage, func_214215_f
void (): p, appendPageToBook, method_2436, appendNewPage, func_214215_f
void (String): b, setCurrentPageText, method_2439, setPageContent, func_214217_j
void (String): c, setCurrentPageText, method_2439, setPageContent, func_214217_j
int (String): d, strWidth, method_2424, getStringWidth, func_214225_l
void (String): a, setClipboard, method_27584, method_27584, func_238760_a_
void (String): b, setClipboard, method_27584, method_27584, func_238760_a_
void (): w, keyUp, method_27597, method_27597, func_238775_w_
void (): r, keyUp, method_27597, method_27597, func_238775_w_
void (): x, keyDown, method_27598, method_27598, func_238776_x_
void (): s, keyDown, method_27598, method_27598, func_238776_x_
void (): y, keyHome, method_2421, moveCursorToTop, func_238777_y_
void (): t, keyHome, method_2421, moveCursorToTop, func_238777_y_
void (): z, keyEnd, method_2414, moveCursorToBottom, func_238778_z_
void (): u, keyEnd, method_2414, moveCursorToBottom, func_238778_z_
1.16.1
Names
dha
drs
Fields
boolean: d, isSigning, field_2828, signing, field_214235_d
boolean: p, isSigning, field_2828, signing, field_214235_d
int: e, frameTick, field_2844, tickCounter, field_214236_e
int: q, frameTick, field_2844, tickCounter, field_214236_e
int: f, currentPage, field_2840, currentPage, field_214237_f
int: r, currentPage, field_2840, currentPage, field_214237_f
List<String>: g, pages, field_17116, pages, field_214238_g
List<String>: s, pages, field_17116, pages, field_214238_g
String: h, title, field_2847, title, field_214239_h
String: t, title, field_2847, title, field_214239_h
int: i, cursorPos, field_2833, cursorIndex, field_214240_i
int: j, selectionPos, field_2829, highlightTo, field_214241_j
long: k, lastClickTime, field_2830, lastClickTime, field_214242_k
long: w, lastClickTime, field_2830, lastClickTime, field_214242_k
int: l, lastIndex, field_2827, lastClickIndex, field_214243_l
int: x, lastIndex, field_2827, lastClickIndex, field_214243_l
PageButton: m, forwardButton, field_2843, nextPageButton, field_214244_m
PageButton: y, forwardButton, field_2843, nextPageButton, field_214244_m
PageButton: n, backButton, field_2839, previousPageButton, field_214245_n
PageButton: z, backButton, field_2839, previousPageButton, field_214245_n
Button: o, doneButton, field_2848, doneButton, field_214246_o
Button: A, doneButton, field_2848, doneButton, field_214246_o
Button: p, signButton, field_2831, signButton, field_214247_p
Button: B, signButton, field_2831, signButton, field_214247_p
Button: q, finalizeButton, field_2841, finalizeButton, field_214248_q
Button: C, finalizeButton, field_2841, finalizeButton, field_214248_q
Button: r, cancelButton, field_2849, cancelButton, field_214249_r
Button: D, cancelButton, field_2849, cancelButton, field_214249_r
InteractionHand: s, hand, field_2832, hand, field_214250_s
InteractionHand: E, hand, field_2832, hand, field_214250_s
TextFieldHelper: u, pageEdit, field_24269, field_24269, field_238748_u_
TextFieldHelper: v, titleEdit, field_24270, field_24270, field_238749_v_
BookEditScreen$DisplayCache: F, displayCache, field_24268, pageContent, field_238747_F_
Constructors
Methods
int (): a, getNumPages, method_17046, countPages, func_214199_a
int (): k, getNumPages, method_17046, countPages, func_214199_a
void (): tick, tick, tick, tick
void (): d, tick, method_25393, tick, func_231023_e_
void (): init, init, init, init
void (): b, init, method_25426, init, func_231160_c_
String (String): a, filterText, method_16345, stripFromatting, func_214219_a
void (): b, pageBack, method_2437, openPreviousPage, func_214228_b
void (): l, pageBack, method_2437, openPreviousPage, func_214228_b
void (): c, pageForward, method_2444, openNextPage, func_214214_c
void (): m, pageForward, method_2444, openNextPage, func_214214_c
void (): removed, removed, removed, removed
void (): e, removed, method_25432, removed, func_231164_f_
void (): d, updateButtonVisibility, method_2413, updateButtons, func_214229_d
void (): n, updateButtonVisibility, method_2413, updateButtons, func_214229_d
void (): e, eraseEmptyTrailingPages, method_17047, removeEmptyPages, func_214213_e
void (): u, eraseEmptyTrailingPages, method_17047, removeEmptyPages, func_214213_e
void (boolean): a, saveChanges, method_2407, finalizeBook, func_214198_a
void (boolean): c, saveChanges, method_2407, finalizeBook, func_214198_a
void (): f, appendPageToBook, method_2436, appendNewPage, func_214215_f
void (): v, appendPageToBook, method_2436, appendNewPage, func_214215_f
boolean (int, int, int): keyPressed, keyPressed, keyPressed, keyPressed, keyPressed
boolean (int, int, int): a, keyPressed, method_25404, keyPressed, func_231046_a_
boolean (char, int): charTyped, charTyped, charTyped, charTyped, charTyped
boolean (char, int): a, charTyped, method_25400, charTyped, func_231042_a_
boolean (int, int, int): b, bookKeyPressed, method_2411, keyPressedEditMode, func_214230_b
boolean (int, int, int): c, bookKeyPressed, method_27592, method_27592, func_214230_b
void (String): b, keyBackspace, method_2428, applyBackspaceKey, func_214207_b
void (String): c, keyDelete, method_2434, applyDeleteKey, func_214221_c
void (String): d, keyLeft, method_2440, applyLeftArrowKey, func_214200_d
void (String): e, keyRight, method_2408, applyRightArrowKey, func_214218_e
void (String): f, keyUp, method_2430, applyUpArrowKey, func_214197_f
void (String): g, keyDown, method_2435, applyDownArrowKey, func_214209_g
void (String): h, keyHome, method_2421, moveCursorToTop, func_214220_h
void (String): i, keyEnd, method_2414, moveCursorToBottom, func_214211_i
void (): g, deleteSelection, method_2410, removeHighlightedText, func_214192_g
int (String, int): a, getWidthAt, method_2412, getCharWidthInString, func_214206_a
boolean (int, int, int): c, titleKeyPressed, method_2446, keyPressedSignMode, func_214196_c
boolean (int, int, int): d, titleKeyPressed, method_2446, keyPressedSignMode, func_214196_c
String (): h, getCurrentPageText, method_2427, getCurrentPageContent, func_214193_h
String (): A, getCurrentPageText, method_2427, getCurrentPageContent, func_214193_h
void (String): j, setCurrentPageText, method_2439, setPageContent, func_214217_j
void (String): b, setCurrentPageText, method_2439, setPageContent, func_214217_j
void (String): k, insertText, method_2431, writeString, func_214202_k
void (int, int, float): render, render, render, render, render
int (String): l, strWidth, method_2424, getStringWidth, func_214225_l
int (String): d, strWidth, method_2424, getStringWidth, func_214225_l
int (String, int): b, strIndexAtWidth, method_2417, getCharacterCountForWidth, func_214216_b
String (): i, getSelected, method_2442, getHighlightedText, func_214231_i
void (String): m, renderSelection, method_2441, drawHighlight, func_214222_m
void (BookEditScreen$Pos2i, BookEditScreen$Pos2i): a, renderHighlight, method_2409, drawHighlightRect, func_214223_a
BookEditScreen$Pos2i (String, int): c, getPositionAtIndex, method_2416, getCursorPositionForIndex, func_214194_c
void (BookEditScreen$Pos2i): a, handleBidi, method_2429, localizePosition, func_214227_a
void (BookEditScreen$Pos2i): b, convertScreenToLocal, method_2443, translateGlPositionToRelativePosition, func_214210_b
void (BookEditScreen$Pos2i): c, convertLocalToScreen, method_2415, translateRelativePositionToGlPosition, func_214224_c
int (String, int): d, indexInLine, method_2425, getCharacterCountForStringWidth, func_214226_d
int (String, BookEditScreen$Pos2i): a, getIndexAtPosition, method_2404, getCharacterCountInFrontOfCursor, func_214203_a
boolean (double, double, int): mouseClicked, mouseClicked, mouseClicked, mouseClicked, mouseClicked
boolean (double, double, int): a, mouseClicked, method_25402, mouseClicked, func_231044_a_
boolean (double, double, int, double, double): mouseDragged, mouseDragged, mouseDragged, mouseDragged, mouseDragged
boolean (double, double, int, double, double): a, mouseDragged, method_25403, mouseDragged, func_231045_a_
void (String): a, setClipboard, method_27584, method_27584, func_238760_a_
String (): i, getClipboard, method_27595, method_27595, func_238773_g_
void (): w, keyUp, method_27597, method_27597, func_238775_w_
void (): x, keyDown, method_27598, method_27598, func_238776_x_
void (int): a, changeLine, method_27580, method_27580, func_238755_a_
void (): y, keyHome, method_2421, moveCursorToTop, func_238777_y_
void (): z, keyEnd, method_2414, moveCursorToBottom, func_238778_z_
void (PoseStack, int, int, float): a, render, method_25394, render, func_230430_a_
void (PoseStack, BookEditScreen$Pos2i, boolean): a, renderCursor, method_27581, method_27581, func_238756_a_
void (Rect2i[]): a, renderHighlight, method_27588, method_27588, func_238764_a_
BookEditScreen$Pos2i (BookEditScreen$Pos2i): a, convertScreenToLocal, method_27582, method_27582, func_238758_a_
BookEditScreen$Pos2i (BookEditScreen$Pos2i): b, convertLocalToScreen, method_27590, method_27590, func_238767_b_
void (int): b, selectWord, method_27589, method_27589, func_238765_b_
BookEditScreen$DisplayCache (): B, getDisplayCache, method_27576, getPageContent, func_238750_B_
void (): C, clearDisplayCache, method_27577, invalidatePageContent, func_238751_C_
void (): D, clearDisplayCacheAfterPageChange, method_27872, method_27872, func_238752_D_
BookEditScreen$DisplayCache (): E, rebuildDisplayCache, method_27578, createPageContent, func_238753_E_
int (int[], int): b, findLineFromPos, method_27591, method_27591, func_238768_b_
Rect2i (String, StringSplitter, int, int, int, int): a, createPartialLineSelection, method_27585, method_27585, func_238761_a_
Rect2i (BookEditScreen$Pos2i, BookEditScreen$Pos2i): a, createSelection, method_27583, method_27583, func_238759_a_
1.15.2
Names
dgy
dha
Fields
Constructors
Methods
1.15.1
Names
Fields
Constructors
Methods
1.15
Names
ddk
dgy
Fields
Constructors
Methods
1.14.4
Names
daw
ddk
net.minecraft.client.gui.screens.inventory.BookEditScreen
Fields
EntityHuman: a, field_2826, player, field_214232_a
Player: a, owner, field_2826, player, field_214232_a
ItemStack: b, field_2835, itemStack, field_214233_b
ItemStack: b, book, field_2835, itemStack, field_214233_b
boolean: c, field_2837, dirty, field_214234_c
boolean: c, isModified, field_2837, dirty, field_214234_c
boolean: d, field_2828, signing, field_214235_d
boolean: d, isSigning, field_2828, signing, field_214235_d
int: e, field_2844, tickCounter, field_214236_e
int: e, frameTick, field_2844, tickCounter, field_214236_e
int: f, field_2840, currentPage, field_214237_f
int: f, currentPage, field_2840, currentPage, field_214237_f
List<String>: g, field_17116, pages, field_214238_g
List<String>: g, pages, field_17116, pages, field_214238_g
String: h, field_2847, title, field_214239_h
String: h, title, field_2847, title, field_214239_h
int: i, field_2833, cursorIndex, field_214240_i
int: i, cursorPos, field_2833, cursorIndex, field_214240_i
int: j, field_2829, highlightTo, field_214241_j
int: j, selectionPos, field_2829, highlightTo, field_214241_j
long: k, field_2830, lastClickTime, field_214242_k
long: k, lastClickTime, field_2830, lastClickTime, field_214242_k
int: l, field_2827, lastClickIndex, field_214243_l
int: l, lastIndex, field_2827, lastClickIndex, field_214243_l
PageTurnWidget: m, field_2843, buttonPreviousPage, field_214244_m
PageButton: m, forwardButton, field_2843, nextPageButton, field_214244_m
PageTurnWidget: n, field_2839, buttonNextPage, field_214245_n
PageButton: n, backButton, field_2839, previousPageButton, field_214245_n
ButtonWidget: o, field_2848, buttonDone, field_214246_o
Button: o, doneButton, field_2848, doneButton, field_214246_o
ButtonWidget: p, field_2831, buttonSign, field_214247_p
Button: p, signButton, field_2831, signButton, field_214247_p
ButtonWidget: q, field_2841, buttonFinalize, field_214248_q
Button: q, finalizeButton, field_2841, finalizeButton, field_214248_q
ButtonWidget: r, field_2849, buttonCancel, field_214249_r
Button: r, cancelButton, field_2849, cancelButton, field_214249_r
EnumHand: s, field_2832, hand, field_214250_s
InteractionHand: s, hand, field_2832, hand, field_214250_s
Constructors
Methods
int (): a, method_17046, countPages, func_214199_a
int (): a, getNumPages, method_17046, countPages, func_214199_a
void (): tick, tick, tick, tick
void (): tick, tick, tick, tick
void (): init, init, init, init
void (): init, init, init, init
String (String): a, method_16345, stripFromatting, func_214219_a
String (String): a, filterText, method_16345, stripFromatting, func_214219_a
void (): b, method_2437, openPreviousPage, func_214228_b
void (): b, pageBack, method_2437, openPreviousPage, func_214228_b
void (): c, method_2444, openNextPage, func_214214_c
void (): c, pageForward, method_2444, openNextPage, func_214214_c
void (): removed, removed, removed, removed
void (): removed, removed, removed, removed
void (): d, method_2413, updateButtons, func_214229_d
void (): d, updateButtonVisibility, method_2413, updateButtons, func_214229_d
void (): e, method_17047, removeEmptyPages, func_214213_e
void (): e, eraseEmptyTrailingPages, method_17047, removeEmptyPages, func_214213_e
void (boolean): a, method_2407, finalizeBook, func_214198_a
void (boolean): a, saveChanges, method_2407, finalizeBook, func_214198_a
void (): f, method_2436, appendNewPage, func_214215_f
void (): f, appendPageToBook, method_2436, appendNewPage, func_214215_f
boolean (int, int, int): keyPressed, keyPressed, keyPressed, keyPressed
boolean (int, int, int): keyPressed, keyPressed, keyPressed, keyPressed, keyPressed
boolean (char, int): charTyped, charTyped, charTyped, charTyped
boolean (char, int): charTyped, charTyped, charTyped, charTyped, charTyped
boolean (int, int, int): b, method_2411, keyPressedEditMode, func_214230_b
boolean (int, int, int): b, bookKeyPressed, method_2411, keyPressedEditMode, func_214230_b
void (String): b, method_2428, applyBackspaceKey, func_214207_b
void (String): b, keyBackspace, method_2428, applyBackspaceKey, func_214207_b
void (String): c, method_2434, applyDeleteKey, func_214221_c
void (String): c, keyDelete, method_2434, applyDeleteKey, func_214221_c
void (String): d, method_2440, applyLeftArrowKey, func_214200_d
void (String): d, keyLeft, method_2440, applyLeftArrowKey, func_214200_d
void (String): e, method_2408, applyRightArrowKey, func_214218_e
void (String): e, keyRight, method_2408, applyRightArrowKey, func_214218_e
void (String): f, method_2430, applyUpArrowKey, func_214197_f
void (String): f, keyUp, method_2430, applyUpArrowKey, func_214197_f
void (String): g, method_2435, applyDownArrowKey, func_214209_g
void (String): g, keyDown, method_2435, applyDownArrowKey, func_214209_g
void (String): h, method_2421, moveCursorToTop, func_214220_h
void (String): h, keyHome, method_2421, moveCursorToTop, func_214220_h
void (String): i, method_2414, moveCursorToBottom, func_214211_i
void (String): i, keyEnd, method_2414, moveCursorToBottom, func_214211_i
void (): g, method_2410, removeHighlightedText, func_214192_g
void (): g, deleteSelection, method_2410, removeHighlightedText, func_214192_g
int (String, int): a, method_2412, getCharWidthInString, func_214206_a
int (String, int): a, getWidthAt, method_2412, getCharWidthInString, func_214206_a
boolean (int, int, int): c, method_2446, keyPressedSignMode, func_214196_c
boolean (int, int, int): c, titleKeyPressed, method_2446, keyPressedSignMode, func_214196_c
String (): h, method_2427, getCurrentPageContent, func_214193_h
String (): h, getCurrentPageText, method_2427, getCurrentPageContent, func_214193_h
void (String): j, method_2439, setPageContent, func_214217_j
void (String): j, setCurrentPageText, method_2439, setPageContent, func_214217_j
void (String): k, method_2431, writeString, func_214202_k
void (String): k, insertText, method_2431, writeString, func_214202_k
void (int, int, float): render, render, render, render
void (int, int, float): render, render, render, render, render
int (String): l, method_2424, getStringWidth, func_214225_l
int (String): l, strWidth, method_2424, getStringWidth, func_214225_l
int (String, int): b, method_2417, getCharacterCountForWidth, func_214216_b
int (String, int): b, strIndexAtWidth, method_2417, getCharacterCountForWidth, func_214216_b
String (): i, method_2442, getHighlightedText, func_214231_i
String (): i, getSelected, method_2442, getHighlightedText, func_214231_i
void (String): m, method_2441, drawHighlight, func_214222_m
void (String): m, renderSelection, method_2441, drawHighlight, func_214222_m
void (BookEditScreen$Position, BookEditScreen$Position): a, method_2409, drawHighlightRect, func_214223_a
void (BookEditScreen$Pos2i, BookEditScreen$Pos2i): a, renderHighlight, method_2409, drawHighlightRect, func_214223_a
BookEditScreen$Position (String, int): c, method_2416, getCursorPositionForIndex, func_214194_c
BookEditScreen$Pos2i (String, int): c, getPositionAtIndex, method_2416, getCursorPositionForIndex, func_214194_c
void (BookEditScreen$Position): a, method_2429, localizePosition, func_214227_a
void (BookEditScreen$Pos2i): a, handleBidi, method_2429, localizePosition, func_214227_a
void (BookEditScreen$Position): b, method_2443, translateGlPositionToRelativePosition, func_214210_b
void (BookEditScreen$Pos2i): b, convertScreenToLocal, method_2443, translateGlPositionToRelativePosition, func_214210_b
void (BookEditScreen$Position): c, method_2415, translateRelativePositionToGlPosition, func_214224_c
void (BookEditScreen$Pos2i): c, convertLocalToScreen, method_2415, translateRelativePositionToGlPosition, func_214224_c
int (String, int): d, method_2425, getCharacterCountForStringWidth, func_214226_d
int (String, int): d, indexInLine, method_2425, getCharacterCountForStringWidth, func_214226_d
int (String, BookEditScreen$Position): a, method_2404, getCharacterCountInFrontOfCursor, func_214203_a
int (String, BookEditScreen$Pos2i): a, getIndexAtPosition, method_2404, getCharacterCountInFrontOfCursor, func_214203_a
boolean (double, double, int): mouseClicked, mouseClicked, mouseClicked, mouseClicked
boolean (double, double, int): mouseClicked, mouseClicked, mouseClicked, mouseClicked, mouseClicked
boolean (double, double, int, double, double): mouseDragged, mouseDragged, mouseDragged, mouseDragged
boolean (double, double, int, double, double): mouseDragged, mouseDragged, mouseDragged, mouseDragged, mouseDragged
1.14.3
Names
das
daw
net.minecraft.client.gui.screen.ingame.BookEditScreen
Fields
EntityHuman: a, field_2826, field_214232_a
EntityHuman: a, field_2826, player, field_214232_a
ItemStack: b, field_2835, field_214233_b
ItemStack: b, field_2835, itemStack, field_214233_b
boolean: c, field_2837, field_214234_c
boolean: c, field_2837, dirty, field_214234_c
boolean: d, field_2828, field_214235_d
boolean: d, field_2828, signing, field_214235_d
int: e, field_2844, field_214236_e
int: e, field_2844, tickCounter, field_214236_e
int: f, field_2840, field_214237_f
int: f, field_2840, currentPage, field_214237_f
List<String>: g, field_17116, field_214238_g
List<String>: g, field_17116, pages, field_214238_g
String: h, field_2847, field_214239_h
String: h, field_2847, title, field_214239_h
int: i, field_2833, field_214240_i
int: i, field_2833, cursorIndex, field_214240_i
int: j, field_2829, field_214241_j
int: j, field_2829, highlightTo, field_214241_j
long: k, field_2830, field_214242_k
long: k, field_2830, lastClickTime, field_214242_k
int: l, field_2827, field_214243_l
int: l, field_2827, lastClickIndex, field_214243_l
ChangePageButton: m, field_2843, field_214244_m
PageTurnWidget: m, field_2843, buttonPreviousPage, field_214244_m
ChangePageButton: n, field_2839, field_214245_n
PageTurnWidget: n, field_2839, buttonNextPage, field_214245_n
Button: o, field_2848, field_214246_o
ButtonWidget: o, field_2848, buttonDone, field_214246_o
Button: p, field_2831, field_214247_p
ButtonWidget: p, field_2831, buttonSign, field_214247_p
Button: q, field_2841, field_214248_q
ButtonWidget: q, field_2841, buttonFinalize, field_214248_q
Button: r, field_2849, field_214249_r
ButtonWidget: r, field_2849, buttonCancel, field_214249_r
EnumHand: s, field_2832, field_214250_s
EnumHand: s, field_2832, hand, field_214250_s
Constructors
Methods
int (): a, method_17046, func_214199_a
int (): a, method_17046, countPages, func_214199_a
void (): tick, tick
void (): tick, tick, tick, tick
void (): init, init
void (): init, init, init, init
String (String): a, method_16345, func_214219_a
String (String): a, method_16345, stripFromatting, func_214219_a
void (): b, method_2437, func_214228_b
void (): b, method_2437, openPreviousPage, func_214228_b
void (): c, method_2444, func_214214_c
void (): c, method_2444, openNextPage, func_214214_c
void (): removed, removed
void (): removed, removed, removed, removed
void (): d, method_2413, func_214229_d
void (): d, method_2413, updateButtons, func_214229_d
void (): e, method_17047, func_214213_e
void (): e, method_17047, removeEmptyPages, func_214213_e
void (boolean): a, method_2407, func_214198_a
void (boolean): a, method_2407, finalizeBook, func_214198_a
void (): f, method_2436, func_214215_f
void (): f, method_2436, appendNewPage, func_214215_f
boolean (int, int, int): keyPressed, keyPressed
boolean (int, int, int): keyPressed, keyPressed, keyPressed, keyPressed
boolean (char, int): charTyped, charTyped
boolean (char, int): charTyped, charTyped, charTyped, charTyped
boolean (int, int, int): b, method_2411, func_214230_b
boolean (int, int, int): b, method_2411, keyPressedEditMode, func_214230_b
void (String): b, method_2428, func_214207_b
void (String): b, method_2428, applyBackspaceKey, func_214207_b
void (String): c, method_2434, func_214221_c
void (String): c, method_2434, applyDeleteKey, func_214221_c
void (String): d, method_2440, func_214200_d
void (String): d, method_2440, applyLeftArrowKey, func_214200_d
void (String): e, method_2408, func_214218_e
void (String): e, method_2408, applyRightArrowKey, func_214218_e
void (String): f, method_2430, func_214197_f
void (String): f, method_2430, applyUpArrowKey, func_214197_f
void (String): g, method_2435, func_214209_g
void (String): g, method_2435, applyDownArrowKey, func_214209_g
void (String): h, method_2421, func_214220_h
void (String): h, method_2421, moveCursorToTop, func_214220_h
void (String): i, method_2414, func_214211_i
void (String): i, method_2414, moveCursorToBottom, func_214211_i
void (): g, method_2410, func_214192_g
void (): g, method_2410, removeHighlightedText, func_214192_g
int (String, int): a, method_2412, func_214206_a
int (String, int): a, method_2412, getCharWidthInString, func_214206_a
boolean (int, int, int): c, method_2446, func_214196_c
boolean (int, int, int): c, method_2446, keyPressedSignMode, func_214196_c
String (): h, method_2427, func_214193_h
String (): h, method_2427, getCurrentPageContent, func_214193_h
void (String): j, method_2439, func_214217_j
void (String): j, method_2439, setPageContent, func_214217_j
void (String): k, method_2431, func_214202_k
void (String): k, method_2431, writeString, func_214202_k
void (int, int, float): render, render
void (int, int, float): render, render, render, render
int (String): l, method_2424, func_214225_l
int (String): l, method_2424, getStringWidth, func_214225_l
int (String, int): b, method_2417, func_214216_b
int (String, int): b, method_2417, getCharacterCountForWidth, func_214216_b
String (): i, method_2442, func_214231_i
String (): i, method_2442, getHighlightedText, func_214231_i
void (String): m, method_2441, func_214222_m
void (String): m, method_2441, drawHighlight, func_214222_m
void (EditBookScreen$Point, EditBookScreen$Point): a, method_2409, func_214223_a
void (BookEditScreen$Position, BookEditScreen$Position): a, method_2409, drawHighlightRect, func_214223_a
EditBookScreen$Point (String, int): c, method_2416, func_214194_c
BookEditScreen$Position (String, int): c, method_2416, getCursorPositionForIndex, func_214194_c
void (EditBookScreen$Point): a, method_2429, func_214227_a
void (BookEditScreen$Position): a, method_2429, localizePosition, func_214227_a
void (EditBookScreen$Point): b, method_2443, func_214210_b
void (BookEditScreen$Position): b, method_2443, translateGlPositionToRelativePosition, func_214210_b
void (EditBookScreen$Point): c, method_2415, func_214224_c
void (BookEditScreen$Position): c, method_2415, translateRelativePositionToGlPosition, func_214224_c
int (String, int): d, method_2425, func_214226_d
int (String, int): d, method_2425, getCharacterCountForStringWidth, func_214226_d
int (String, EditBookScreen$Point): a, method_2404, func_214203_a
int (String, BookEditScreen$Position): a, method_2404, getCharacterCountInFrontOfCursor, func_214203_a
boolean (double, double, int): mouseClicked, mouseClicked
boolean (double, double, int): mouseClicked, mouseClicked, mouseClicked, mouseClicked
boolean (double, double, int, double, double): mouseDragged, mouseDragged
boolean (double, double, int, double, double): mouseDragged, mouseDragged, mouseDragged, mouseDragged
1.14.2
Names
Fields
Constructors
Methods
1.14.1
Names
daq
das
Fields
Constructors
Methods
1.14
Names
daq
net.minecraft.class_473
net.minecraft.client.gui.screen.EditBookScreen
Fields
EntityHuman: a, field_2826, field_214232_a
ItemStack: b, field_2835, field_214233_b
boolean: c, field_2837, field_214234_c
boolean: d, field_2828, field_214235_d
int: e, field_2844, field_214236_e
int: f, field_2840, field_214237_f
List<String>: g, field_17116, field_214238_g
String: h, field_2847, field_214239_h
int: i, field_2833, field_214240_i
int: j, field_2829, field_214241_j
long: k, field_2830, field_214242_k
int: l, field_2827, field_214243_l
ChangePageButton: m, field_2843, field_214244_m
ChangePageButton: n, field_2839, field_214245_n
Button: o, field_2848, field_214246_o
Button: p, field_2831, field_214247_p
Button: q, field_2841, field_214248_q
Button: r, field_2849, field_214249_r
EnumHand: s, field_2832, field_214250_s
Constructors
(EntityHuman, ItemStack, EnumHand)
Methods
int (): a, method_17046, func_214199_a
void (): tick, tick
void (): init, init
String (String): a, method_16345, func_214219_a
void (): b, method_2437, func_214228_b
void (): c, method_2444, func_214214_c
void (): removed, removed
void (): d, method_2413, func_214229_d
void (): e, method_17047, func_214213_e
void (boolean): a, method_2407, func_214198_a
void (): f, method_2436, func_214215_f
boolean (int, int, int): keyPressed, keyPressed
boolean (char, int): charTyped, charTyped
boolean (int, int, int): b, method_2411, func_214230_b
void (String): b, method_2428, func_214207_b
void (String): c, method_2434, func_214221_c
void (String): d, method_2440, func_214200_d
void (String): e, method_2408, func_214218_e
void (String): f, method_2430, func_214197_f
void (String): g, method_2435, func_214209_g
void (String): h, method_2421, func_214220_h
void (String): i, method_2414, func_214211_i
void (): g, method_2410, func_214192_g
int (String, int): a, method_2412, func_214206_a
boolean (int, int, int): c, method_2446, func_214196_c
String (): h, method_2427, func_214193_h
void (String): j, method_2439, func_214217_j
void (String): k, method_2431, func_214202_k
void (int, int, float): render, render
int (String): l, method_2424, func_214225_l
int (String, int): b, method_2417, func_214216_b
String (): i, method_2442, func_214231_i
void (String): m, method_2441, func_214222_m
void (EditBookScreen$Point, EditBookScreen$Point): a, method_2409, func_214223_a
EditBookScreen$Point (String, int): c, method_2416, func_214194_c
void (EditBookScreen$Point): a, method_2429, func_214227_a
void (EditBookScreen$Point): b, method_2443, func_214210_b
void (EditBookScreen$Point): c, method_2415, func_214224_c
int (String, int): d, method_2425, func_214226_d
int (String, EditBookScreen$Point): a, method_2404, func_214203_a
boolean (double, double, int): mouseClicked, mouseClicked
boolean (double, double, int, double, double): mouseDragged, mouseDragged