Uses of Class
ch.sahits.game.openpatrician.model.ship.EShipTravelState
-
Packages that use EShipTravelState Package Description ch.sahits.game.openpatrician.model.ship ch.sahits.game.openpatrician.model.ship.impl -
-
Uses of EShipTravelState in ch.sahits.game.openpatrician.model.ship
Methods in ch.sahits.game.openpatrician.model.ship that return EShipTravelState Modifier and Type Method Description static EShipTravelStateEShipTravelState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EShipTravelState[]EShipTravelState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.sahits.game.openpatrician.model.ship that return types with arguments of type EShipTravelState Modifier and Type Method Description javafx.beans.property.ObjectProperty<EShipTravelState>IShip. travelState()Traveling state of the ship.Methods in ch.sahits.game.openpatrician.model.ship with parameters of type EShipTravelState Modifier and Type Method Description voidIShip. setTravelState(EShipTravelState state)Set the ships travel state. -
Uses of EShipTravelState in ch.sahits.game.openpatrician.model.ship.impl
Methods in ch.sahits.game.openpatrician.model.ship.impl that return types with arguments of type EShipTravelState Modifier and Type Method Description javafx.beans.property.ObjectProperty<EShipTravelState>Ship. travelState()Methods in ch.sahits.game.openpatrician.model.ship.impl with parameters of type EShipTravelState Modifier and Type Method Description voidShip. setTravelState(EShipTravelState state)
-