Uses of Interface
com.bombinggames.wurfelengine.core.gameobjects.Component
-
Packages that use Component 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. -
-
Uses of Component in com.bombinggames.wurfelengine.core.gameobjects
Classes in com.bombinggames.wurfelengine.core.gameobjects that implement Component Modifier and Type Class Description class
EntityAnimation
An animation interface for entitys.class
EntityShadow
class
MoveToAi
A component that will move the connectedMovableEntity
to a position.Methods in com.bombinggames.wurfelengine.core.gameobjects with type parameters of type Component Modifier and Type Method Description <T extends Component>
ComponentAbstractEntity. getComponents(java.lang.Class<T> filterType)
Methods in com.bombinggames.wurfelengine.core.gameobjects that return Component Modifier and Type Method Description <T extends Component>
ComponentAbstractEntity. getComponents(java.lang.Class<T> filterType)
Methods in com.bombinggames.wurfelengine.core.gameobjects that return types with arguments of type Component Modifier and Type Method Description java.util.LinkedList<Component>
AbstractEntity. getComponents()
Methods in com.bombinggames.wurfelengine.core.gameobjects with parameters of type Component Modifier and Type Method Description void
AbstractEntity. addComponent(Component component)
void
AbstractEntity. removeComponent(Component component)
-
Uses of Component in com.bombinggames.wurfelengine.extension
Classes in com.bombinggames.wurfelengine.extension that implement Component Modifier and Type Class Description class
AimBand
A band which points to a point or entity.
-