Package | Description |
---|---|
com.BombingGames.WurfelEngine.Core | |
com.BombingGames.WurfelEngine.Core.Gameobjects |
Game Objects are objects liek entities and block which can be found in the map.
|
Modifier and Type | Method and Description |
---|---|
Controllable |
Controller.getPlayer()
Returns the player.
|
Modifier and Type | Method and Description |
---|---|
void |
Controller.setPlayer(Controllable player)
Sets a player
|
Modifier and Type | Class and Description |
---|---|
class |
PlayerWithWeapon
The WeaponPlayer is a character who can walk and shoot.
|