|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnitTypeChange.ChangeType | |
---|---|
net.sf.freecol.common.model | Contains the game model. |
Uses of UnitTypeChange.ChangeType in net.sf.freecol.common.model |
---|
Methods in net.sf.freecol.common.model that return UnitTypeChange.ChangeType | |
---|---|
static UnitTypeChange.ChangeType |
UnitTypeChange.ChangeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static UnitTypeChange.ChangeType[] |
UnitTypeChange.ChangeType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.sf.freecol.common.model that return types with arguments of type UnitTypeChange.ChangeType | |
---|---|
java.util.Set<UnitTypeChange.ChangeType> |
UnitTypeChange.getChangeTypes()
|
Methods in net.sf.freecol.common.model with parameters of type UnitTypeChange.ChangeType | |
---|---|
boolean |
UnitTypeChange.asResultOf(UnitTypeChange.ChangeType type)
Describe asResultOf method here. |
boolean |
UnitType.canBeUpgraded(UnitType newType,
UnitTypeChange.ChangeType changeType)
Return true if this UnitType can be upgraded to the given UnitType by the given means of education. |
UnitType |
UnitType.getUnitTypeChange(UnitTypeChange.ChangeType changeType,
Player player)
Describe getUnitTypeChange method here. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |