Uses of Interface
ch.sahits.game.openpatrician.model.ship.IShipAutoTrading
-
Packages that use IShipAutoTrading Package Description ch.sahits.game.openpatrician.model.ship ch.sahits.game.openpatrician.model.ship.impl -
-
Uses of IShipAutoTrading in ch.sahits.game.openpatrician.model.ship
Methods in ch.sahits.game.openpatrician.model.ship that return types with arguments of type IShipAutoTrading Modifier and Type Method Description java.util.Optional<IShipAutoTrading>INavigableVessel. getAutotrading()Get the auto trading for the ship.Methods in ch.sahits.game.openpatrician.model.ship with parameters of type IShipAutoTrading Modifier and Type Method Description voidINavigableVessel. setAutoTrading(IShipAutoTrading autoTrading)Set the ship auto trading. -
Uses of IShipAutoTrading in ch.sahits.game.openpatrician.model.ship.impl
Methods in ch.sahits.game.openpatrician.model.ship.impl that return types with arguments of type IShipAutoTrading Modifier and Type Method Description java.util.Optional<IShipAutoTrading>Convoy. getAutotrading()java.util.Optional<IShipAutoTrading>ShipGroup. getAutotrading()Get the auto trading for the ship.Methods in ch.sahits.game.openpatrician.model.ship.impl with parameters of type IShipAutoTrading Modifier and Type Method Description voidConvoy. setAutoTrading(IShipAutoTrading autoTrading)voidShip. setAutoTrading(IShipAutoTrading autoTrading)voidShipGroup. setAutoTrading(IShipAutoTrading autoTrading)
-