Uses of Class
ch.sahits.game.openpatrician.engine.sea.ESeaFightType
-
Packages that use ESeaFightType Package Description ch.sahits.game.openpatrician.engine.sea -
-
Uses of ESeaFightType in ch.sahits.game.openpatrician.engine.sea
Methods in ch.sahits.game.openpatrician.engine.sea that return ESeaFightType Modifier and Type Method Description static ESeaFightTypeESeaFightType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ESeaFightType[]ESeaFightType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in ch.sahits.game.openpatrician.engine.sea with parameters of type ESeaFightType Constructor Description SeaFightContext(ESeaFightType type)
-