Modifier and Type | Class and Description |
---|---|
class |
GuiDialogueBox
A class implementing a modal dialogue box.
|
class |
GuiInputDlgBox
A class implementing a simple, one-line input box.
|
class |
GuiMenu
A class implementing a modal menu.
|
class |
GuiMessageBox
Implements a modal message box.
|
class |
GuiUsersMenu
A sub-class of GuiMenu, displaying a list of all the players known to the
world (i.e.
|
Modifier and Type | Field and Description |
---|---|
protected GuiModalWindow |
GuiModalWindow.prevWindow |
Modifier and Type | Method and Description |
---|---|
void |
GuiModalWindow.poppush(net.risingworld.api.objects.Player player,
GuiModalWindow win)
Combines pop() and push(), removing (and destroying) this window and
pushing win in its place.
|
void |
GuiModalWindow.push(net.risingworld.api.objects.Player player,
GuiModalWindow win)
Chains another GuiModalWindow in the 'display stack'.
|