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 SummaryConstructors Constructor Description Waypoint(int int1, int int2, int int3)
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Field Details- 
xpublic int x
- 
ypublic int y
- 
zpublic int z
 
- 
- 
Constructor Details- 
Waypointpublic Waypoint(int int1, int int2, int int3)
 
-