Uses of Interface
ch.sahits.game.openpatrician.model.ship.ICrayer

Packages that use ICrayer
ch.sahits.game.openpatrician.model.ship   
ch.sahits.game.openpatrician.model.ship.impl   
 

Uses of ICrayer in ch.sahits.game.openpatrician.model.ship
 

Methods in ch.sahits.game.openpatrician.model.ship that return ICrayer
static ICrayer ShipFactory.createCrayer(String name, EShipUpgrade upgradeLevel, int value)
          Create a crayer with the given name.
static ICrayer ShipFactory.createCrayer(String name, int value)
          Create a a crayer with the given name.
 

Uses of ICrayer in ch.sahits.game.openpatrician.model.ship.impl
 

Classes in ch.sahits.game.openpatrician.model.ship.impl that implement ICrayer
 class Crayer
          This model represents a crayer.
 



Copyright © 2011-2012 Sahits GmbH. All Rights Reserved.