public abstract class GuiBookletBase
extends net.minecraft.client.gui.GuiScreen
| Constructor and Description |
|---|
GuiBookletBase() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
addOrModifyItemRenderer(net.minecraft.item.ItemStack renderedStack,
int x,
int y,
float scale,
boolean shouldTryTransfer) |
abstract java.util.List<net.minecraft.client.gui.GuiButton> |
getButtonList() |
abstract int |
getGuiLeft() |
abstract int |
getGuiTop() |
abstract float |
getLargeFontSize() |
abstract float |
getMediumFontSize() |
abstract int |
getSizeX() |
abstract int |
getSizeY() |
abstract float |
getSmallFontSize() |
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, addButton, confirmClicked, doesGuiPauseGame, drawBackground, drawCreativeTabHoveringText, drawDefaultBackground, drawHoveringText, drawHoveringText, drawScreen, drawWorldBackground, 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()
public abstract int getGuiLeft()
public abstract int getGuiTop()
public abstract int getSizeX()
public abstract int getSizeY()
public abstract void addOrModifyItemRenderer(net.minecraft.item.ItemStack renderedStack,
int x,
int y,
float scale,
boolean shouldTryTransfer)
public abstract float getSmallFontSize()
public abstract float getMediumFontSize()
public abstract float getLargeFontSize()