- Field - Interface in it.unibo.battleship.main.entity.map
-
Represents the field of the battleship game.
- FIELD_BOUND - Static variable in class it.unibo.battleship.main.common.Ruleset
-
- FIELD_CELLS_NOT_EMPTY - Static variable in class it.unibo.battleship.main.common.GlobalProperties
-
- FieldBound - Interface in it.unibo.battleship.main.common
-
Represents the bound of a field in the
vertical and horizontal direction.
- FieldBoundImpl - Class in it.unibo.battleship.main.common
-
- FieldButton - Class in it.unibo.battleship.main.gui
-
Wrapper of a JButton.
- FieldButton(Point2d) - Constructor for class it.unibo.battleship.main.gui.FieldButton
-
- FieldCell - Interface in it.unibo.battleship.main.entity.map
-
Represents a field cell which can have different states.
- FieldCellImpl - Class in it.unibo.battleship.main.entity.map
-
- FieldCellImpl() - Constructor for class it.unibo.battleship.main.entity.map.FieldCellImpl
-
- FieldHelper - Class in it.unibo.battleship.main.entity.map
-
Helper class for the Field.
- FieldImpl - Class in it.unibo.battleship.main.entity.map
-
Implementation of a Field.
- Fleet - Interface in it.unibo.battleship.main.entity.ships
-
Represents a fleet in the battlefield.
- FleetFactory - Interface in it.unibo.battleship.main.entity.ships
-
Represents a Fleet Factory.
- FleetFactoryImpl - Enum in it.unibo.battleship.main.entity.ships
-
Implementation of a Fleet Factory
- FleetPlacementBoundary - Interface in it.unibo.battleship.main.boundary
-
Represents the boundary used to place a fleet.
- FleetPlacerControl - Interface in it.unibo.battleship.main.control
-
Provides the control for placing a fleet.