Package com.bombinggames.wurfelengine.core.gameobjects
Game Objects are objects like entities and block which can be found in the map.
-
Interface Summary Interface Description Animatable An object wich is animatable.Component Controllable -
Class Summary Class Description AbstractEntity An entity is a game object which has the key feature that is has a position.AbstractGameObject An AbstractGameObject is something wich can be found in the game world.BenchmarkBall Cursor The seletion indicator in the level editor.DestructionParticle A piece of dirt which flies around.EntityAnimation An animation interface for entitys.EntityBlock An entity which is rendered using the block sprites without sides.EntityShadow Explosion MovableEntity A clas used mainly for characters or object which can walk around.MoveToAi A component that will move the connectedMovableEntity
to a position.Particle ParticleEmitter Light is per default disabled.PointLightSource A light source is an invisible entity which spawns light from one point.SimpleEntity A simple static basic entity. -
Enum Summary Enum Description ParticleType Defines behaviour features like fading and glowing.Side A Block is made of six surfaces.