|
RuneHive-Game
|
Handles the player management. More...
Public Member Functions | |
| PlayerManagement (String string) | |
| Public Member Functions inherited from com.runehive.content.staff.ActionEffect | |
| void | handle (final Player player) |
| Handles the execute of the staff panel action. | |
Static Public Member Functions | |
| static void | confirm (Player player, Runnable runnable) |
| static PlayerManagement | forOrdinal (int ordinal) |
Public Attributes | |
| CHANGE_USERNAME | |
| CHECK_BANK | |
| CLEAR | |
| COPY | |
| COPY_ME | |
| DEMOTE | |
| JAIL | |
| KICK | |
| LINKED_ACCOUNTS | |
| MOVE_HOME | |
| MUTE | |
| PNPCS | |
| PROMOTE | |
| final String | string |
| TELEPORT_TO | |
| TELEPORT_TO_ME | |
| UNJAIL | |
| UNMUTE | |
Handles the player management.
Definition at line 32 of file PlayerManagement.java.
| com.runehive.content.staff.PlayerManagement.PlayerManagement | ( | String | string | ) |
Definition at line 336 of file PlayerManagement.java.
References string.
Referenced by forOrdinal().
|
static |
Definition at line 340 of file PlayerManagement.java.
References com.runehive.game.world.entity.mob.player.Player.dialogueFactory, com.runehive.content.dialogue.DialogueFactory.execute(), com.runehive.content.dialogue.DialogueFactory.sendOption(), and com.runehive.content.dialogue.DialogueFactory.sendStatement().
|
static |
Definition at line 347 of file PlayerManagement.java.
References PlayerManagement().
| com.runehive.content.staff.PlayerManagement.CHANGE_USERNAME |
Definition at line 313 of file PlayerManagement.java.
| com.runehive.content.staff.PlayerManagement.CHECK_BANK |
Definition at line 176 of file PlayerManagement.java.
| com.runehive.content.staff.PlayerManagement.CLEAR |
Definition at line 276 of file PlayerManagement.java.
| com.runehive.content.staff.PlayerManagement.COPY |
Definition at line 252 of file PlayerManagement.java.
| com.runehive.content.staff.PlayerManagement.COPY_ME |
Definition at line 264 of file PlayerManagement.java.
| com.runehive.content.staff.PlayerManagement.DEMOTE |
Definition at line 239 of file PlayerManagement.java.
| com.runehive.content.staff.PlayerManagement.JAIL |
Definition at line 84 of file PlayerManagement.java.
| com.runehive.content.staff.PlayerManagement.KICK |
Definition at line 71 of file PlayerManagement.java.
| com.runehive.content.staff.PlayerManagement.LINKED_ACCOUNTS |
Definition at line 193 of file PlayerManagement.java.
| com.runehive.content.staff.PlayerManagement.MOVE_HOME |
Definition at line 58 of file PlayerManagement.java.
| com.runehive.content.staff.PlayerManagement.MUTE |
Definition at line 130 of file PlayerManagement.java.
| com.runehive.content.staff.PlayerManagement.PNPCS |
Definition at line 297 of file PlayerManagement.java.
| com.runehive.content.staff.PlayerManagement.PROMOTE |
Definition at line 214 of file PlayerManagement.java.
| final String com.runehive.content.staff.PlayerManagement.string |
Definition at line 334 of file PlayerManagement.java.
Referenced by PlayerManagement().
| com.runehive.content.staff.PlayerManagement.TELEPORT_TO |
Definition at line 33 of file PlayerManagement.java.
| com.runehive.content.staff.PlayerManagement.TELEPORT_TO_ME |
Definition at line 45 of file PlayerManagement.java.
| com.runehive.content.staff.PlayerManagement.UNJAIL |
Definition at line 117 of file PlayerManagement.java.
| com.runehive.content.staff.PlayerManagement.UNMUTE |
Definition at line 163 of file PlayerManagement.java.