Uses of Interface
ch.sahits.game.openpatrician.model.ship.IGroupableVessel
-
Packages that use IGroupableVessel Package Description ch.sahits.game.openpatrician.model.ship ch.sahits.game.openpatrician.model.ship.impl -
-
Uses of IGroupableVessel in ch.sahits.game.openpatrician.model.ship
Subinterfaces of IGroupableVessel in ch.sahits.game.openpatrician.model.ship Modifier and Type Interface Description interfaceIConvoyA convoy is a special representation of a ship.interfaceIShipGroupA Ship group is similar to aIConvoyonly that there is no Orleg ship. -
Uses of IGroupableVessel in ch.sahits.game.openpatrician.model.ship.impl
Classes in ch.sahits.game.openpatrician.model.ship.impl that implement IGroupableVessel Modifier and Type Class Description classConvoyImplementation of the Convoy.classShipGroupImplementation of a group of ships mainly used by pirates.
-