com.planet_ink.coffee_mud.Locales
Class StdThinGrid.ThinGridEntry

java.lang.Object
  extended by com.planet_ink.coffee_mud.Locales.StdThinGrid.ThinGridEntry
Enclosing class:
StdThinGrid

protected static class StdThinGrid.ThinGridEntry
extends java.lang.Object


Field Summary
 Room room
           
 GridZones.XYVector xy
           
 
Constructor Summary
StdThinGrid.ThinGridEntry(Room R, 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

room

public Room room

xy

public GridZones.XYVector xy
Constructor Detail

StdThinGrid.ThinGridEntry

public StdThinGrid.ThinGridEntry(Room R,
                                 int x,
                                 int y)