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