Package zombie.behaviors.survivor.orders
Class GotoOrder.Waypoint
java.lang.Object
zombie.behaviors.survivor.orders.GotoOrder.Waypoint
- Enclosing class:
- GotoOrder
public static class GotoOrder.Waypoint
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Waypoint(int int1, int int2, int int3)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
x
public int x -
y
public int y -
z
public int z
-
-
Constructor Details
-
Waypoint
public Waypoint(int int1, int int2, int int3)
-