Uses of Class
ch.sahits.game.openpatrician.model.ship.ESide
-
Packages that use ESide Package Description ch.sahits.game.openpatrician.model.ship -
-
Uses of ESide in ch.sahits.game.openpatrician.model.ship
Methods in ch.sahits.game.openpatrician.model.ship that return ESide Modifier and Type Method Description ESideIWeaponSlot. getSide()Retrieve the side the slot is located on.static ESideESide. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ESide[]ESide. values()Returns an array containing the constants of this enum type, in the order they are declared.
-