zombie.iso.areas
Class IsoRoomExit
java.lang.Object
zombie.iso.areas.IsoRoomExit
public class IsoRoomExit
- extends java.lang.Object
- Author:
- LEMMY
Constructor Summary |
IsoRoomExit(IsoRoomExit to,
int x,
int y,
int layer)
|
IsoRoomExit(IsoRoom from,
int x,
int y,
int layer)
|
IsoRoomExit(IsoRoom from,
IsoRoomExit to,
int x,
int y,
int layer)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThiggleQ
public static java.lang.String ThiggleQ
From
public IsoRoom From
layer
public int layer
To
public IsoRoomExit To
type
public IsoRoomExit.ExitType type
x
public int x
y
public int y
IsoRoomExit
public IsoRoomExit(IsoRoomExit to,
int x,
int y,
int layer)
IsoRoomExit
public IsoRoomExit(IsoRoom from,
IsoRoomExit to,
int x,
int y,
int layer)
IsoRoomExit
public IsoRoomExit(IsoRoom from,
int x,
int y,
int layer)
getDoor
public IsoObject getDoor(IsoCell cell)