Uses of Interface
ch.sahits.game.openpatrician.model.people.IShipOwner
-
-
Uses of IShipOwner in ch.sahits.game.openpatrician.model
Subinterfaces of IShipOwner in ch.sahits.game.openpatrician.model Modifier and Type Interface Description interfaceIAIPlayerPlayer interface defining an artificial player.interfaceIHumanPlayerThis player represents a human player.interfaceIPlayerBase player in the game. -
Uses of IShipOwner in ch.sahits.game.openpatrician.model.impl
Classes in ch.sahits.game.openpatrician.model.impl that implement IShipOwner Modifier and Type Class Description classAIPlayerImplementation of an artificial intelligence player.classHumanPlayerclassPlayer -
Uses of IShipOwner in ch.sahits.game.openpatrician.model.people
Subinterfaces of IShipOwner in ch.sahits.game.openpatrician.model.people Modifier and Type Interface Description interfaceINonFreeSeaPirateSpecial case of a pirate.interfaceISeaPiratePirate roaming the sea. -
Uses of IShipOwner in ch.sahits.game.openpatrician.model.people.impl
Classes in ch.sahits.game.openpatrician.model.people.impl that implement IShipOwner Modifier and Type Class Description classNonFreeSeaPirateImplementation of a non free pirate.classSeaPirateImplementation of the sea pirate -
Uses of IShipOwner in ch.sahits.game.openpatrician.model.ship
Methods in ch.sahits.game.openpatrician.model.ship that return IShipOwner Modifier and Type Method Description IShipOwnerINavigableVessel. getOwner()Retrieve the owner of the ship.Methods in ch.sahits.game.openpatrician.model.ship with parameters of type IShipOwner Modifier and Type Method Description voidIShip. setOwner(IShipOwner player)Define the owner of the ship -
Uses of IShipOwner in ch.sahits.game.openpatrician.model.ship.impl
Methods in ch.sahits.game.openpatrician.model.ship.impl that return IShipOwner Modifier and Type Method Description IShipOwnerConvoy. getOwner()IShipOwnerShip. getOwner()IShipOwnerShipGroup. getOwner()Methods in ch.sahits.game.openpatrician.model.ship.impl with parameters of type IShipOwner Modifier and Type Method Description voidShip. setOwner(IShipOwner owner)
-