com.planet_ink.coffee_mud.Locales.interfaces
Class GridLocale.CrossExit

java.lang.Object
  extended by com.planet_ink.coffee_mud.Locales.interfaces.GridLocale.CrossExit
Enclosing interface:
GridLocale

public static class GridLocale.CrossExit
extends java.lang.Object

class definition for an exit that goes from inside a grid locale child to a place outside the parent gridlocale room


Field Summary
 java.lang.String destRoomID
           
 int dir
           
 boolean out
           
 int x
           
 int y
           
 
Constructor Summary
GridLocale.CrossExit()
           
 
Method Summary
static GridLocale.CrossExit make(int xx, int xy, int xdir, java.lang.String xdestRoomID, boolean xout)
           
 
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

dir

public int dir

destRoomID

public java.lang.String destRoomID

out

public boolean out
Constructor Detail

GridLocale.CrossExit

public GridLocale.CrossExit()
Method Detail

make

public static GridLocale.CrossExit make(int xx,
                                        int xy,
                                        int xdir,
                                        java.lang.String xdestRoomID,
                                        boolean xout)