Constructor and Description |
---|
GoalAxis() |
Modifier and Type | Method and Description |
---|---|
double |
heuristic(int x0,
int y,
int z0)
Estimate the number of ticks it will take to get to the goal
|
boolean |
isInGoal(int x,
int y,
int z)
Returns whether or not the specified position
meets the requirement for this goal based.
|
java.lang.String |
toString() |
public GoalAxis()
public boolean isInGoal(int x, int y, int z)
Goal
public double heuristic(int x0, int y, int z0)
Goal
public java.lang.String toString()
toString
in class java.lang.Object