Uses of Class
de.unistuttgart.informatik.fius.icge.simulation.actions.EntityMoveAction
-
Packages that use EntityMoveAction Package Description de.unistuttgart.informatik.fius.icge.simulation de.unistuttgart.informatik.fius.icge.simulation.actions -
-
Uses of EntityMoveAction in de.unistuttgart.informatik.fius.icge.simulation
Methods in de.unistuttgart.informatik.fius.icge.simulation with parameters of type EntityMoveAction Modifier and Type Method Description void
Playfield. moveEntity(Entity entity, Position pos, EntityMoveAction action)
Move a entity of this simulation to a given position on this playfield. -
Uses of EntityMoveAction in de.unistuttgart.informatik.fius.icge.simulation.actions
Subclasses of EntityMoveAction in de.unistuttgart.informatik.fius.icge.simulation.actions Modifier and Type Class Description class
EntityStepAction
An entity action for when the entity took a stepclass
EntityTeleportAction
An entity action for when the entity was just teleported on the playfield
-