|
|
| ChatMenu (CommandSender sender, List< String > menuItems) |
|
| ChatMenu (CommandSender sender) |
|
ChatMenu | setTitle (String title) |
|
ChatMenu | setTitle (Component component) |
|
ChatMenu | addMenuEntry (String key, Component display) |
|
ChatMenu | addMenuEntry (String entry, TextColor color) |
|
ChatMenu | addMenuEntry (String entry) |
|
ChatMenu | setTimeOut (int timeOut) |
|
ChatMenu | setTimeOutSecs (int secs) |
|
ChatMenu | setTimeoutMins (int mins) |
|
ChatMenu | setTimeoutTicks (int ticks) |
|
ChatMenu | setTarget (CommandSender target) |
|
ChatMenu | onChosen (Consumer< String > function) |
|
void | show () |
| Public Member Functions inherited from cc.mrcl.hopperlib.CommandTools.CommandTool |
|
| CommandTool (CommandSender sender) |
|
CommandSender | getSender () |
The documentation for this class was generated from the following file:
- src/main/java/cc/mrcl/hopperlib/CommandTools/Voting/ChatMenu.java