private class NotificationScreen.TextPanel extends ScrollPanel
border, bottom, captureMouse, height, left, right, scrollDistance, top, width
BACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATION
Constructor and Description |
---|
TextPanel(Minecraft client,
int width,
int height,
int top,
int left) |
Modifier and Type | Method and Description |
---|---|
protected void |
drawPanel(int entryRight,
int relativeY,
Tessellator tess,
int mouseX,
int mouseY)
Draw anything special on the screen.
|
protected int |
getContentHeight() |
protected int |
getScrollAmount() |
children, clickPanel, drawBackground, drawGradientRect, isMouseOver, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, render
getFocused, isDragging, setDragging, setFocused
blit, blit, blit, blit, blit, drawCenteredString, drawRightAlignedString, drawString, fill, fill, fillGradient, getBlitOffset, hLine, innerBlit, setBlitOffset, vLine
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
changeFocus, charTyped, func_212932_b, getEventListenerForPos, keyPressed, keyReleased, setFocusedDefault
mouseMoved
TextPanel(Minecraft client, int width, int height, int top, int left)
protected int getContentHeight()
getContentHeight
in class ScrollPanel
protected void drawPanel(int entryRight, int relativeY, Tessellator tess, int mouseX, int mouseY)
ScrollPanel
drawPanel
in class ScrollPanel
protected int getScrollAmount()
getScrollAmount
in class ScrollPanel