com.planet_ink.coffee_mud.Areas.interfaces
Class GridZones.XYVector

java.lang.Object
  extended by com.planet_ink.coffee_mud.Areas.interfaces.GridZones.XYVector
Enclosing interface:
GridZones

public static class GridZones.XYVector
extends java.lang.Object

A class for holding x/y coordinates. Used by GridZones as a way to hold such coordinates in a single place, and easily compare them to each other.


Field Summary
 int x
           
 int y
           
 
Constructor Summary
GridZones.XYVector(int x, int y)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public int x

y

public int y
Constructor Detail

GridZones.XYVector

public GridZones.XYVector(int x,
                          int y)