Package | Description |
---|---|
com.bm.jeu | |
com.bm.jeu.canvases | |
com.bm.jeu.controls |
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 |
---|
Player(PlayerCanvas parentCanvas,
RemoteHandler remote) |
PlayerHandler.RemotePlayerWorkerThread(PlayerCanvas parentCanvas,
RemoteHandler remoteHandle,
MapFrame mapFrame,
PlayerHandler playerHandle) |
PlayerHandler(PlayerCanvas parentCanvas,
RemoteHandler remoteHandle,
MapFrame mframe)
A PlayerHandler handles the creation and spawning of local players, as well
as the spawning and monitoring of remote players on the map.
|
Constructor and Description |
---|
InterfaceCanvas(int x,
int y,
int width,
int height,
MapFrame mframe,
Player player,
RemoteHandler remote) |
Constructor and Description |
---|
ChatBox(int x,
int y,
boolean hidden,
RemoteHandler messageHandler,
OutputBox output) |
OutputBox(int x,
int y,
RemoteHandler messageHandler,
MapFrame parentFrame) |