- INITIAL_PAINT - Static variable in class paintball.user.GameConstants
-
Paint of each team at the start of the game.
- isBeingConstructed() - Method in class paintball.user.UnitInfo
-
Returns if this unit is currently being constructed.
- isEqual(Direction) - Method in enum paintball.user.Direction
-
Returns if this direction is equal to target direction.
- isEqual(Location) - Method in class paintball.user.Location
-
Returns if the given location is equal to this (in value).
- isOutOfMap(Location) - Method in interface paintball.user.UnitController
-
Returns if the given location is outside the map.
- isPainted(GameColor) - Method in class paintball.user.UnitInfo
-
Returns if this unit has been painted by a given color.