Package de.ellpeck.rockbottom.api.gui
Class MessageBoxGui
java.lang.Object
de.ellpeck.rockbottom.api.gui.Gui
de.ellpeck.rockbottom.api.gui.MessageBoxGui
-
Field Summary
Fields inherited from class de.ellpeck.rockbottom.api.gui.Gui
components, GRADIENT_COLOR, hasUnspecifiedBounds, height, HOVER_INFO_BACKGROUND, parent, width, x, y -
Constructor Summary
ConstructorsConstructorDescriptionMessageBoxGui(int boxWidth, ChatComponent message) MessageBoxGui(Gui parent, float scale, int boxWidth, int heightOffset, ChatComponent message) MessageBoxGui(Gui parent, int boxWidth, ChatComponent message) -
Method Summary
Methods inherited from class de.ellpeck.rockbottom.api.gui.Gui
canCloseWithInvKey, doesPauseGame, getComponents, getHeight, getWidth, getX, getY, isMouseOver, isMouseOverComponent, isMouseOverPrioritized, onCharInput, onClosed, onKeyPressed, onMouseAction, onOpened, render, renderOverlay, shouldDoFingerCursor, sortComponents, toString, tryEscape, update, updateDimensions
-
Constructor Details
-
MessageBoxGui
-
MessageBoxGui
-
MessageBoxGui
public MessageBoxGui(Gui parent, float scale, int boxWidth, int heightOffset, ChatComponent message)
-
-
Method Details