|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use UiAction | |
---|---|
rle.core | |
rle.core.ui | |
rle.simple.action | |
rle.simple.action.item | |
rle.simple.ui |
Uses of UiAction in rle.core |
---|
Fields in rle.core with type parameters of type UiAction | |
---|---|
protected java.util.ArrayList<UiAction> |
GameThread.queue
|
Methods in rle.core with parameters of type UiAction | |
---|---|
void |
GameThread.add(UiAction action)
|
Uses of UiAction in rle.core.ui |
---|
Classes in rle.core.ui that implement UiAction | |
---|---|
class |
UiActionBase
Base class for classes that perform an action in response to a UI event, such as a keypress. |
Uses of UiAction in rle.simple.action |
---|
Classes in rle.simple.action that implement UiAction | |
---|---|
class |
FullScreenToggle
Toggles between full screen and windowed mode. |
class |
GetItem
Pick up an item. |
class |
GlobalCancel
Generic cancel of the current command. |
class |
ItemCommands
Class that handles item commands, eg inventory, drop, etc |
protected class |
ItemCommands.RemoveTable
Hide the table and return to board commands. |
protected class |
ItemCommands.SetTable
Toggle the visibility of the table. |
protected class |
ItemCommands.ToggleTableVisibility
Toggle the visibility of the table. |
class |
Look
Class that handles a look command, ie move around the screen heuristically and highlight things of interest. |
class |
Mover
Class that demonstrates a very simple movement and melee capability. |
class |
StairCase
Use a stair-case. |
class |
WarpToLevel
Use a stair-case. |
Methods in rle.simple.action that return UiAction | |
---|---|
UiAction |
ItemCommands.getStopAction()
|
Uses of UiAction in rle.simple.action.item |
---|
Classes in rle.simple.action.item that implement UiAction | |
---|---|
class |
Drop
Drops an item. |
class |
Eat
Eats an item from an inventory. |
class |
TakeOff
Removes an equipped item to the inventory. |
class |
Throw
Throws an item. |
class |
Wear
Wears an item from an inventory. |
Uses of UiAction in rle.simple.ui |
---|
Subinterfaces of UiAction in rle.simple.ui | |
---|---|
interface |
ItemUiAction
Special interface for Item Actions |
Classes in rle.simple.ui that implement UiAction | |
---|---|
class |
ItemUiActionBase
Convenience implementation for Item Actions |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |