|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.newdawn.asd.isoclient.User
Description of user connected to the game
| Constructor Summary | |
User(java.lang.String name)
Create a new user |
|
| Method Summary | |
Actor |
getActor()
Get the actor representing this player |
boolean |
getLagged()
Check if this user is lagging |
java.lang.String |
getName()
Get the name of this user |
boolean |
hasRequestedPause()
Check if this user has requested a pause in game |
void |
setActor(Actor actor)
Set the actor representing this player |
void |
setLagged(boolean lagged)
Indicate whether this use is lagged |
void |
setRequestedPause(boolean pauseRequested)
Indicate whether htis user has requested a pause |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public User(java.lang.String name)
name - The name of the user| Method Detail |
public void setLagged(boolean lagged)
lagged - True if this user is laggedpublic boolean getLagged()
public boolean hasRequestedPause()
public void setRequestedPause(boolean pauseRequested)
pauseRequested - True if this user has requested a pausepublic void setActor(Actor actor)
actor - The actor representing this userpublic Actor getActor()
public java.lang.String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||