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 Direction
Direction. clockWiseNext()
Get the direction that is next in a clock wise rotationstatic Direction
Direction. 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 Position
Position. 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 Direction
EntityTurnAction. from()
Direction
EntityTurnAction. 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 Direction
MovableEntity. getLookingDirection()
-