Package | Description |
---|---|
com.BombingGames.WurfelEngine.Core | |
com.BombingGames.WurfelEngine.Core.Gameobjects | |
com.BombingGames.WurfelEngine.shooting |
Modifier and Type | Method and Description |
---|---|
AbstractCharacter |
Controller.getPlayer()
Returns the player.
|
Modifier and Type | Method and Description |
---|---|
void |
Controller.setPlayer(AbstractCharacter player)
Sets a player
|
Modifier and Type | Class and Description |
---|---|
class |
PlayerWithWeapon
The WeaponPlayer is a character who can walk and shoot.
|
Modifier and Type | Method and Description |
---|---|
AbstractCharacter |
AbstractCharacter.exist() |
Modifier and Type | Method and Description |
---|---|
void |
Bullet.setParent(AbstractCharacter parent) |
Constructor and Description |
---|
Weapon(int id,
AbstractCharacter character) |