Package | Description |
---|---|
com.bm.jeu | |
com.bm.jeu.canvases | |
com.bm.jeu.net |
Modifier and Type | Method and Description |
---|---|
Player |
PlayerHandler.createPlayer(int hp,
int level,
java.lang.String name,
RemoteHandler remote)
Creates a new local player that the user is able to interact with via WASD or arrow keys.
|
Constructor and Description |
---|
InterfaceCanvas(int x,
int y,
int width,
int height,
MapFrame mframe,
Player player,
RemoteHandler remote) |
Modifier and Type | Method and Description |
---|---|
boolean |
RemoteHandler.attachPlayer(Player player) |