zombie.behaviors.survivor.orders
Class GotoOrder.Waypoint

java.lang.Object
  extended by zombie.behaviors.survivor.orders.GotoOrder.Waypoint
Enclosing class:
GotoOrder

public static class GotoOrder.Waypoint
extends java.lang.Object


Field Summary
 int x
           
 int y
           
 int z
           
 
Constructor Summary
GotoOrder.Waypoint(int x, int y, int z)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public int x

y

public int y

z

public int z
Constructor Detail

GotoOrder.Waypoint

public GotoOrder.Waypoint(int x,
                          int y,
                          int z)