- DIFF_COLOR_MULTIPLIER - Static variable in class paintball.user.GameConstants
-
Indicates how much larger is the cooldown when units move on tiles of a different color.
- Direction - Enum in paintball.user
-
Class that contains all the directions in which a unit can move.
- directionTo(Location) - Method in class paintball.user.Location
-
Returns the direction that gets the closest to a given location.
- distanceSquared(Location) - Method in class paintball.user.Location
-
Returns the squared euclidean distance between this location and the given one.
- drawLineDebug(Location, Location, int, int, int) - Method in interface paintball.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 paintball.user.UnitController
-
Draws a point on the map at a given location and with a given color scheme (in rgb-coordinates).
- dx - Variable in enum paintball.user.Direction
-
x-coordinate of this direction.
- dy - Variable in enum paintball.user.Direction
-
y-coordinate of this direction.