|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Goal | |
---|---|
net.sf.freecol.server.ai | The main package of the ai package tree. |
net.sf.freecol.server.ai.goal |
Uses of Goal in net.sf.freecol.server.ai |
---|
Methods in net.sf.freecol.server.ai that return Goal | |
---|---|
Goal |
AIUnit.getGoal()
|
Methods in net.sf.freecol.server.ai with parameters of type Goal | |
---|---|
void |
AIUnit.setGoal(Goal g)
|
Uses of Goal in net.sf.freecol.server.ai.goal |
---|
Subclasses of Goal in net.sf.freecol.server.ai.goal | |
---|---|
class |
CreateMissionAtSettlementGoal
This Goal deals with one missionary unit. |
class |
GotoAdjacentGoal
|
class |
ManageMissionariesGoal
This Goal deals with all missionaries of one AIPlayer . |
Constructors in net.sf.freecol.server.ai.goal with parameters of type Goal | |
---|---|
CreateMissionAtSettlementGoal(AIPlayer p,
Goal g,
float w,
AIUnit u,
IndianSettlement i)
|
|
Goal(AIPlayer p,
Goal g,
float w)
Standard constructor |
|
Goal(AIPlayer p,
Goal g,
float w,
AIUnit u)
Alternate constructor - directly add a unit to this Goal. |
|
GotoAdjacentGoal(AIPlayer p,
Goal g,
float w,
AIUnit u,
Tile t)
|
|
ManageMissionariesGoal(AIPlayer p,
Goal g,
float w)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |