Uses of Interface
com.alessiocascini.battleship.client.event.PlacementHandler
Packages that use PlacementHandler
Package
Description
-
Uses of PlacementHandler in com.alessiocascini.battleship.client.event
Constructors in com.alessiocascini.battleship.client.event with parameters of type PlacementHandlerModifierConstructorDescriptionConfirmPlacementListener(PlacementHandler handler, List<Ship> ships) Constructs the listener with a UI handler and the list of placed ships.PlacementCellListener(PlacementHandler handler, List<Ship> ships, int row, int col) Constructs a listener for a specific cell in the grid. -
Uses of PlacementHandler in com.alessiocascini.battleship.client.ui
Classes in com.alessiocascini.battleship.client.ui that implement PlacementHandlerModifier and TypeClassDescriptionclassGraphical interface for the ship placement phase.