|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Command | |
|---|---|
| net.jetrix.commands | Contains concrete Command implementations. |
| net.jetrix.config | Configuration classes for Jetrix elements (server, channels, filters, etc..). |
| Uses of Command in net.jetrix.commands |
|---|
| Subinterfaces of Command in net.jetrix.commands | |
|---|---|
interface |
ParameterCommand
A command with a fixed number of parameters |
| Classes in net.jetrix.commands that implement Command | |
|---|---|
class |
AbstractCommand
Abstract command. |
class |
AwayCommand
Set the away status of a player. |
class |
BroadcastCommand
Send a message to all clients on the server. |
class |
ConfigCommand
Display the channel settings. |
class |
EmoteCommand
Display an emote. |
class |
GotoCommand
Go to the channel of the specified player. |
class |
HelpCommand
List all commands available. |
class |
IgnoreCommand
Manage the ignore list. |
class |
IpCommand
Display the IP of a player. |
class |
JoinCommand
Join or create a channel. |
class |
KickCommand
Kick a player out of the server. |
class |
LanguageCommand
Set the language of the user. |
class |
ListCommand
List available channels. |
class |
ModeCommand
Switch between preconfigured settings. |
class |
MotdCommand
Display the message of the day. |
class |
MoveCommand
Move a player to a new slot or switch two players. |
class |
OperatorCommand
Grant operator status to the player. |
class |
PauseCommand
Pause the game. |
class |
PetitionCommand
Send a request for assistance to all operators online. |
class |
PingCommand
Display the ping to the server. |
class |
RandomCommand
Display a random number. |
class |
ReplyCommand
Reply to a private message sent by a player. |
class |
SpecListCommand
Show the spectators in the channel. |
class |
StartCommand
Start the game. |
class |
StopCommand
Stop the game. |
class |
SummonCommand
Summon a player to the current channel. |
class |
TeamMessageCommand
Send a message to all members of the player's team. |
class |
TeleportCommand
Teleport a player to another channel. |
class |
TellCommand
Send a private message to a player. |
class |
TimeCommand
Display the server's time. |
class |
VersionCommand
Display the version of the server. |
class |
WhoCommand
List all players connected to the server. |
| Methods in net.jetrix.commands that return Command | |
|---|---|
Command |
CommandManager.getCommand(String alias)
Return the command matching the specified alias. |
| Methods in net.jetrix.commands that return types with arguments of type Command | |
|---|---|
Iterator<Command> |
CommandManager.getCommands()
Return all commands available to clients with the lowest access level. |
Iterator<Command> |
CommandManager.getCommands(int accessLevel)
Return all commands available to clients with the specified access level. |
| Methods in net.jetrix.commands with parameters of type Command | |
|---|---|
void |
CommandManager.addCommand(Command command)
Register a new command. |
void |
CommandManager.addCommandAlias(Command command,
String alias)
Register a new alias for a command. |
void |
CommandManager.execute(CommandMessage m,
Command command)
Execute an unregistered command. |
void |
CommandManager.removeCommand(Command command)
Remove a command. |
| Uses of Command in net.jetrix.config |
|---|
| Methods in net.jetrix.config with parameters of type Command | |
|---|---|
void |
ServerConfig.addCommand(Command command)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||