- DEFAULT_MOVEMENT_COOLDOWN - Static variable in class aic2025.user.GameConstants
-
Movement cooldown added by moving (without accounting weight)
- destroyCraftable(Craftable) - Method in interface aic2025.user.UnitController
-
Destroys one craftable of the specified type.
- destroyMaterial(Material) - Method in interface aic2025.user.UnitController
-
Destroys one material of the specified type.
- Direction - Enum in aic2025.user
-
Class that contains all the directions in which a unit can move.
- directionTo(Location) - Method in class aic2025.user.Location
-
Returns the direction that gets the closest to a given location.
- DIRT_CONVERSION_TURNS - Static variable in class aic2025.user.GameConstants
-
Number of turns until Dirt transforms to grass.
- distanceSquared(Location) - Method in class aic2025.user.Location
-
Returns the squared euclidean distance between this location and the given one.
- drawLineDebug(Location, Location, int, int, int) - Method in interface aic2025.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 aic2025.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 aic2025.user.Direction
-
x-coordinate of this direction.
- dy - Variable in enum aic2025.user.Direction
-
y-coordinate of this direction.