Package | Description |
---|---|
com.BombingGames.WurfelEngine.Core.Gameobjects |
Game Objects are objects liek entities and block which can be found in the map.
|
com.BombingGames.WurfelEngine.shooting |
Modifier and Type | Class and Description |
---|---|
class |
BenchmarkBall |
class |
Controllable |
class |
PlayerWithWeapon
The WeaponPlayer is a character who can walk and shoot.
|
Modifier and Type | Method and Description |
---|---|
MovableEntity |
MovableEntity.clone() |
MovableEntity |
MovableEntity.spawn(Point point) |
Constructor and Description |
---|
MovableEntity(MovableEntity entity) |
Modifier and Type | Method and Description |
---|---|
void |
Bullet.setParent(MovableEntity parent) |
Constructor and Description |
---|
Weapon(int id,
MovableEntity parent) |