- BASE_ACTION_COOLDOWN - Static variable in class aic2025.user.GameConstants
-
Action cooldown incurred when performing actions.
- BED_COOLDOWN_TURNS - Static variable in class aic2025.user.GameConstants
-
Amount of turns that beds have to wait until spawning another crafter (once the previous one leaves the map.)
- BedInfo - Class in aic2025.user
-
- BedInfo(Location, boolean, int) - Constructor for class aic2025.user.BedInfo
-
- Biome - Enum in aic2025.user
-
Enum containing all possible biomes.
- BIOME_RADIUS - Static variable in class aic2025.user.GameConstants
-
Radius squared of influence of biomes.
- BroadcastInfo - Class in aic2025.user
-
Class that contains the information of a given broadcast.
- BroadcastInfo(int, Location, int, int) - Constructor for class aic2025.user.BroadcastInfo
-
- broadcastMessage(int) - Method in interface aic2025.user.UnitController
-
Broadcasts a given message.