Skip navigation links
A B C D E F G H I K L M O P R S T U V W X Y 

D

Direction - Enum in aic2022.user
Class that contains all the directions in which a unit can move.
directionTo(Location) - Method in class aic2022.user.Location
Returns the direction that gets the closest to a given location.
distanceSquared(Location) - Method in class aic2022.user.Location
Returns the squared euclidean distance between this location and the given one.
drawLineDebug(Location, Location, int, int, int) - Method in interface aic2022.user.UnitController
Draws a segment on the map between a given pair of locations and with a given color scheme (in rgb-coordinates).
drawPointDebug(Location, int, int, int) - Method in interface aic2022.user.UnitController
Draws a point on the map at a given location and with a given color scheme (in rgb-coordinates).
DUNGEON_RESET_ROUNDS - Static variable in class aic2022.user.GameConstants
Number of rounds before dungeons reset.
dx - Variable in enum aic2022.user.Direction
x-coordinate of this direction.
dy - Variable in enum aic2022.user.Direction
y-coordinate of this direction.
A B C D E F G H I K L M O P R S T U V W X Y 
Skip navigation links