Uses of Class
com.bombinggames.wurfelengine.core.gameobjects.MovableEntity
-
Packages that use MovableEntity 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.extension This package includes various extensions and tools to the engine.com.bombinggames.wurfelengine.extension.shooting -
-
Uses of MovableEntity in com.bombinggames.wurfelengine.core.gameobjects
Subclasses of MovableEntity in com.bombinggames.wurfelengine.core.gameobjects Modifier and Type Class Description class
BenchmarkBall
class
DestructionParticle
A piece of dirt which flies around.class
Particle
Methods in com.bombinggames.wurfelengine.core.gameobjects that return MovableEntity Modifier and Type Method Description MovableEntity
MovableEntity. spawn(Point point)
Constructors in com.bombinggames.wurfelengine.core.gameobjects with parameters of type MovableEntity Constructor Description MovableEntity(MovableEntity entity)
copy constructor -
Uses of MovableEntity in com.bombinggames.wurfelengine.extension
Subclasses of MovableEntity in com.bombinggames.wurfelengine.extension Modifier and Type Class Description class
UserControlledShooter
The UserControlledShooter is a character who can walk and shoot. -
Uses of MovableEntity in com.bombinggames.wurfelengine.extension.shooting
Subclasses of MovableEntity in com.bombinggames.wurfelengine.extension.shooting Modifier and Type Class Description class
Bullet
A bullet is a moving object which can destroy and damage entities or the world.Methods in com.bombinggames.wurfelengine.extension.shooting that return MovableEntity Modifier and Type Method Description MovableEntity
Bullet. spawn(Point point)
-