Package | Description |
---|---|
eu.wauz.wauzcore.commands |
This package contains commands, made to be executed by players.
|
eu.wauz.wauzcore.commands.administrative |
This package contains commands, made to be executed by admins, for debugging purposes.
|
eu.wauz.wauzcore.commands.execution |
This package contains classes, needed to execute chat and console commands.
|
Modifier and Type | Class and Description |
---|---|
class |
CmdApply
A command, that can be executed by a player with fitting permissions.
|
class |
CmdDesc
A command, that can be executed by a player with fitting permissions.
|
class |
CmdFriend
A command, that can be executed by a player with fitting permissions.
|
class |
CmdGld
A command, that can be executed by a player with fitting permissions.
|
class |
CmdGroup
A command, that can be executed by a player with fitting permissions.
|
class |
CmdGrp
A command, that can be executed by a player with fitting permissions.
|
class |
CmdGuild
A command, that can be executed by a player with fitting permissions.
|
class |
CmdHome
A command, that can be executed by a player with fitting permissions.
|
class |
CmdHub
A command, that can be executed by a player with fitting permissions.
|
class |
CmdItem
A command, that can be executed by a player with fitting permissions.
|
class |
CmdLeave
A command, that can be executed by a player with fitting permissions.
|
class |
CmdMenu
A command, that can be executed by a player with fitting permissions.
|
class |
CmdMotd
A command, that can be executed by a player with fitting permissions.
|
class |
CmdNextwave
A command, that can be executed by a player with fitting permissions.
|
class |
CmdRename
A command, that can be executed by a player with fitting permissions.
|
class |
CmdRoll
A command, that can be executed by a player with fitting permissions.
|
class |
CmdSend
A command, that can be executed by a player with fitting permissions.
|
class |
CmdSendCoins
A command, that can be executed by a player with fitting permissions.
|
class |
CmdSendItem
A command, that can be executed by a player with fitting permissions.
|
class |
CmdSethome
A command, that can be executed by a player with fitting permissions.
|
class |
CmdSit
A command, that can be executed by a player with fitting permissions.
|
class |
CmdSpawn
A command, that can be executed by a player with fitting permissions.
|
class |
CmdStart
A command, that can be executed by a player with fitting permissions.
|
class |
CmdTalk
A command, that can be executed by a player with fitting permissions.
|
class |
CmdTip
A command, that can be executed by a player with fitting permissions.
|
class |
CmdTrade
A command, that can be executed by a player with fitting permissions.
|
class |
CmdWhere
A command, that can be executed by a player with fitting permissions.
|
Modifier and Type | Class and Description |
---|---|
class |
CmdWzDebug
A command, that can be executed by a player with fitting permissions.
|
class |
CmdWzDebugAttack
A command, that can be executed by a player with fitting permissions.
|
class |
CmdWzDebugBuilding
A command, that can be executed by a player with fitting permissions.
|
class |
CmdWzDebugCrafting
A command, that can be executed by a player with fitting permissions.
|
class |
CmdWzDebugDefense
A command, that can be executed by a player with fitting permissions.
|
class |
CmdWzDebugFlying
A command, that can be executed by a player with fitting permissions.
|
class |
CmdWzDebugMagic
A command, that can be executed by a player with fitting permissions.
|
class |
CmdWzEnd
A command, that can be executed by a player with fitting permissions.
|
class |
CmdWzEnter
A command, that can be executed by a player with fitting permissions.
|
class |
CmdWzEnterDev
A command, that can be executed by a player with fitting permissions.
|
class |
CmdWzExp
A command, that can be executed by a player with fitting permissions.
|
class |
CmdWzFirework
A command, that can be executed by a player with fitting permissions.
|
class |
CmdWzGamemode
A command, that can be executed by a player with fitting permissions.
|
class |
CmdWzGetEquip
A command, that can be executed by a player with fitting permissions.
|
class |
CmdWzGetEquipEnhanced
A command, that can be executed by a player with fitting permissions.
|
class |
CmdWzGetPet
A command, that can be executed by a player with fitting permissions.
|
class |
CmdWzGetPetAbility
A command, that can be executed by a player with fitting permissions.
|
class |
CmdWzGetRune
A command, that can be executed by a player with fitting permissions.
|
class |
CmdWzHeal
A command, that can be executed by a player with fitting permissions.
|
class |
CmdWzKey
A command, that can be executed by a player with fitting permissions.
|
class |
CmdWzNightvision
A command, that can be executed by a player with fitting permissions.
|
class |
CmdWzPerms
A command, that can be executed by a player with fitting permissions.
|
class |
CmdWzPetAbility
A command, that can be executed by a player with fitting permissions.
|
class |
CmdWzRank
A command, that can be executed by a player with fitting permissions.
|
class |
CmdWzRepair
A command, that can be executed by a player with fitting permissions.
|
class |
CmdWzSkill
A command, that can be executed by a player with fitting permissions.
|
class |
CmdWzSkillWeapon
A command, that can be executed by a player with fitting permissions.
|
class |
CmdWzSpeedFlying
A command, that can be executed by a player with fitting permissions.
|
class |
CmdWzSpeedWalking
A command, that can be executed by a player with fitting permissions.
|
class |
CmdWzStart
A command, that can be executed by a player with fitting permissions.
|
class |
CmdWzSystem
A command, that can be executed by a player with fitting permissions.
|
class |
CmdWzTravel
A command, that can be executed by a player with fitting permissions.
|
class |
CmdWzTravelEvent
A command, that can be executed by a player with fitting permissions.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,WauzCommand> |
WauzCommandExecutor.commandMap
A map of all registered commands.
|
Modifier and Type | Method and Description |
---|---|
static WauzCommand |
WauzCommandExecutor.getCommand(java.lang.String commandId)
Gets a command for given id from the map.
|
Modifier and Type | Method and Description |
---|---|
static void |
WauzCommandExecutor.registerCommand(WauzCommand command)
Registers a command.
|