Modifier and Type | Method and Description |
---|---|
RWGui.Pair<java.lang.Integer,java.lang.Object> |
GuiVerticalLayout.getItemData(net.risingworld.api.gui.GuiElement element)
Returns the id and data pair associated with element, if element is one
of the children of the layout (recursively); or null otherwise.
|
RWGui.Pair<java.lang.Integer,java.lang.Object> |
GuiLayout.getItemData(net.risingworld.api.gui.GuiElement element)
Returns the id and data pair associated with element, if element is one
of the children of the layout (recursively); or null otherwise.
|
RWGui.Pair<java.lang.Integer,java.lang.Object> |
GuiCheckBox.getItemData(net.risingworld.api.gui.GuiElement element)
Returns the id and data pair associated with the GuiCheckBox if element
is any of the GuiElement making it up and the state is not DISABLED.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<RWGui.Pair<java.lang.Integer,java.lang.String>> |
RWGui.getPlayers(net.risingworld.api.Plugin plugin)
Returns the list of players known to the World (i.e.
|