public abstract class GuiBookletBase
extends net.minecraft.client.gui.GuiScreen
| Constructor and Description |
|---|
GuiBookletBase() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.List<net.minecraft.client.gui.GuiButton> |
getButtonList() |
abstract void |
renderScaledAsciiString(java.lang.String text,
int x,
int y,
int color,
boolean shadow,
float scale) |
abstract void |
renderSplitScaledAsciiString(java.lang.String text,
int x,
int y,
int color,
boolean shadow,
float scale,
int length) |
actionPerformed, confirmClicked, doesGuiPauseGame, drawBackground, drawCreativeTabHoveringText, drawDefaultBackground, drawHoveringText, drawHoveringText, drawScreen, drawWorldBackground, func_189646_b, getClipboardString, handleComponentClick, handleComponentHover, handleInput, handleKeyboardInput, handleMouseInput, initGui, isAltKeyDown, isCtrlKeyDown, isKeyComboCtrlA, isKeyComboCtrlC, isKeyComboCtrlV, isKeyComboCtrlX, isShiftKeyDown, keyTyped, mouseClicked, mouseClickMove, mouseReleased, onGuiClosed, onResize, renderToolTip, sendChatMessage, sendChatMessage, setClipboardString, setGuiSize, setText, setWorldAndResolution, updateScreenpublic abstract void renderScaledAsciiString(java.lang.String text,
int x,
int y,
int color,
boolean shadow,
float scale)
public abstract void renderSplitScaledAsciiString(java.lang.String text,
int x,
int y,
int color,
boolean shadow,
float scale,
int length)
public abstract java.util.List<net.minecraft.client.gui.GuiButton> getButtonList()