|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthenticationException | |
---|---|
mud.client.corba | |
mud.client.messages |
Uses of AuthenticationException in mud.client.corba |
---|
Methods in mud.client.corba that throw AuthenticationException | |
---|---|
boolean |
ServerConnection.action(int object_id,
int action_index)
Try and perfom an action on the server |
boolean |
ServerConnection.attack()
Try to perform an attack on something/someone on the server |
java.lang.String[] |
ServerConnection.getUsers()
Gets a list of active users |
void |
ServerConnection.logout()
Logout from the game server |
boolean |
ServerConnection.move(int x,
int y)
Try and perform a move operation on your player |
void |
ServerConnection.sendMessage(java.lang.String message)
Sends a chat message to the server |
boolean |
ServerConnection.useItem(int item_id)
Try and use an item |
Uses of AuthenticationException in mud.client.messages |
---|
Methods in mud.client.messages that throw AuthenticationException | |
---|---|
void |
UseRequest.execute(ServerConnection con)
|
void |
MoveRequest.execute(ServerConnection con)
|
void |
Message.execute(ServerConnection con)
|
void |
AttackRequest.execute(ServerConnection con)
|
void |
ActionRequest.execute(ServerConnection con)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |