Uses of Class
de.unistuttgart.informatik.fius.icge.simulation.Direction
- 
- 
Uses of Direction in de.unistuttgart.informatik.fius.icge.simulation
Methods in de.unistuttgart.informatik.fius.icge.simulation that return Direction Modifier and Type Method Description DirectionDirection. clockWiseNext()Get the direction that is next in a clock wise rotationstatic DirectionDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static Direction[]Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.unistuttgart.informatik.fius.icge.simulation with parameters of type Direction Modifier and Type Method Description PositionPosition. adjacentPosition(Direction direction)Get the adjacent position in the given direction. - 
Uses of Direction in de.unistuttgart.informatik.fius.icge.simulation.actions
Methods in de.unistuttgart.informatik.fius.icge.simulation.actions that return Direction Modifier and Type Method Description DirectionEntityTurnAction. from()DirectionEntityTurnAction. to()Constructors in de.unistuttgart.informatik.fius.icge.simulation.actions with parameters of type Direction Constructor Description EntityTurnAction(long tickNumber, Entity entity, Direction from, Direction to)Create an entity turn action. - 
Uses of Direction in de.unistuttgart.informatik.fius.icge.simulation.entity
Methods in de.unistuttgart.informatik.fius.icge.simulation.entity that return Direction Modifier and Type Method Description DirectionMovableEntity. getLookingDirection() 
 -