Uses of Class
gecco.server.core.UnitType

Packages that use UnitType
gecco.server.core   
gecco.server.unitmanager   
 

Uses of UnitType in gecco.server.core
 

Fields in gecco.server.core declared as UnitType
protected  UnitType Unit.unitType
          An instance of the unit type of this unit.
 

Methods in gecco.server.core that return UnitType
 UnitType Unit.getUnitType()
          Gets the unit type of the unit.
 

Uses of UnitType in gecco.server.unitmanager
 

Methods in gecco.server.unitmanager that return UnitType
 UnitType UnitManager.getUnitType(String unitType)
          Gets a unit type, given its name.
 

Methods in gecco.server.unitmanager with parameters of type UnitType
 void UnitManager.addUnitType(UnitType unitType)
          Adds a new unit type.