- isBlueprint() - Method in enum aic2025.user.Craftable
-
Returns if this craftable is a blueprint.
- isEqual(Direction) - Method in enum aic2025.user.Direction
-
Returns if this direction is equal to target direction.
- isEqual(Location) - Method in class aic2025.user.Location
-
Returns if the given location is equal to this (in value).
- isOccupied() - Method in class aic2025.user.BedInfo
-
Returns if the bed is occupied.
- isOnMap() - Method in interface aic2025.user.UnitController
-
Returns if the unit is on the map (is alive).
- isOutOfMap(Location) - Method in interface aic2025.user.UnitController
-
Returns if the given location is outside the map.
- isPassable() - Method in enum aic2025.user.Material
-
Returns if tiles with this material are accessible by units without the help of additional structures and/or tools.
- isSingleUse() - Method in enum aic2025.user.Craftable
-
Returns if this craftable is of single use (not counting blueprints).
- isTool() - Method in enum aic2025.user.Craftable
-
Returns if this craftable is a tool.