Uses of Class
org.rspeer.game.effect.Direction
-
-
Uses of Direction in org.rspeer.game.adapter.scene
Methods in org.rspeer.game.adapter.scene that return Direction Modifier and Type Method Description DirectionPathingEntity. getDirection()DirectionSceneObject. getDirection() -
Uses of Direction in org.rspeer.game.coord
Methods in org.rspeer.game.coord with parameters of type Direction Modifier and Type Method Description CoordCoord. translate(Direction direction)CoordFineCoordFine. translate(Direction direction, int granularity)Translates this fine coordinate in the direction specified byDirection, scaled by the given granularity. -
Uses of Direction in org.rspeer.game.coord.collision
Methods in org.rspeer.game.coord.collision with parameters of type Direction Modifier and Type Method Description static booleanCollisionFlag. isDirectionWalkable(Direction dir, int startFlag, int endFlag, boolean ignoreStartBlocked)Determines whether movement in the given direction is allowed based on the start and end tile collision masks. -
Uses of Direction in org.rspeer.game.effect
Methods in org.rspeer.game.effect that return Direction Modifier and Type Method Description static Direction[]Direction. cardinal()DirectionDirection. invert()static Direction[]Direction. nonCardinal()static DirectionDirection. of(int angle)static DirectionDirection. of(SceneNode src, SceneNode dst)static 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. -
Uses of Direction in org.rspeer.game.movement.pathfinding
Methods in org.rspeer.game.movement.pathfinding with parameters of type Direction Modifier and Type Method Description static booleanLocalPathing. isValid(Direction dir, Coord from, Coord to, boolean ignoreStartBlocked)static booleanPathing. isValid(Direction dir, Position from, Position to, boolean ignoreStartBlocked)Deprecated. -
Uses of Direction in org.rspeer.game.movement.pathfinding.util
Methods in org.rspeer.game.movement.pathfinding.util with parameters of type Direction Modifier and Type Method Description static booleanCollisionFlags. checkWalkable(Direction dir, int startFlag, int endFlag, boolean ignoreStartBlocked)Deprecated. -
Uses of Direction in org.rspeer.game.position
Methods in org.rspeer.game.position with parameters of type Direction Modifier and Type Method Description PositionPosition. translate(Direction d)Deprecated. -
Uses of Direction in org.rspeer.game.position.area
Methods in org.rspeer.game.position.area with parameters of type Direction Modifier and Type Method Description default AreaArea. translate(Direction direction)Deprecated.
-