Interface | Description |
---|---|
Animatable |
An object wich is animatable.
|
BlockFactory |
A block factory is class which constructs custom blocks when calling getInstance().
|
IsSelfAware |
An object that knows his own position IsSelfAware.
|
Class | Description |
---|---|
AbstractCharacter |
A character is an entity wich can walk around.
|
AbstractEntity |
An entity is a game object wich is self aware that means it knows it's position.
|
AbstractGameObject |
An object is something wich can be found in the game world.
|
AnimatedBlock |
A block who has an animation.
|
AnimatedEntity |
An entity wich is animated.
|
BenchmarkBall | |
Block |
A Block is a wonderful piece of information and a geometrical object.
|
EntitySpawner |
The entitty spawner spawns an entity when a character steps on it.
|
ExplosiveBarrel |
An example for a special block: barrel block which can explode
|
PlayerWithWeapon |
The WeaponPlayer is a character who can walk and shoot.
|
Sea |
A Sea Block which has a "waves" effect.
|
SimpleEntity |
A simple basic entity.
|