All Packages Class Hierarchy This Package Previous Next Index
Class com.loki3.cyber.server.ObjectiveLocation
java.lang.Object
|
+----com.loki3.cyber.server.ObjectiveBase
|
+----com.loki3.cyber.server.ObjectiveCount
|
+----com.loki3.cyber.server.ObjectiveLocation
- public class ObjectiveLocation
- extends ObjectiveCount
This objective is met when pawn(s) of a certain
identity has come close enough to a given location.
ObjectiveLocation()
-
setDistance(double)
- pawn must be at least this close to location
setWhere(Vector)
- where pawn is supposed to reach
ObjectiveLocation
public ObjectiveLocation()
setWhere
public void setWhere(Vector where)
where pawn is supposed to reach
setDistance
public void setDistance(double distance)
pawn must be at least this close to location
All Packages Class Hierarchy This Package Previous Next Index