Uses of Class
net.sf.freecol.common.model.Colony.NoBuildReason

Packages that use Colony.NoBuildReason
net.sf.freecol.common.model Contains the game model. 
 

Uses of Colony.NoBuildReason in net.sf.freecol.common.model
 

Methods in net.sf.freecol.common.model that return Colony.NoBuildReason
 Colony.NoBuildReason Colony.getNoBuildReason(BuildableType buildableType)
          Return the reason why the give BuildableType can not be built.
static Colony.NoBuildReason Colony.NoBuildReason.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Colony.NoBuildReason[] Colony.NoBuildReason.values()
          Returns an array containing the constants of this enum type, in the order they are declared.