public interface PlayerListener
| Modifier and Type | Method and Description |
|---|---|
void |
setCharacter(int id,
CharacterStats stats)
Called to tell listeners about the character that the client is
currently using.
|
void |
updateCharacter()
Called to update aspects of the player's currrent character.
|
void setCharacter(int id,
CharacterStats stats)
id - the character's identifier, which specifies their spritestats - the characters's statisticsvoid updateCharacter()
Copyright © 2013. All Rights Reserved.