|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmud.common.room.IdObject
mud.common.objects.GameObject
mud.common.objects.Transporter
public class Transporter
Like a door. Step on it to teleport to a new room/location
Constructor Summary | |
---|---|
Transporter(int id,
ImageRect image,
int targetRoomId,
int tx,
int ty)
|
Method Summary | |
---|---|
int |
getTargetRoomId()
|
int |
getTargetX()
|
int |
getTargetY()
|
Methods inherited from class mud.common.objects.GameObject |
---|
contributeTileActions, dispose, executeTileAction, getActivity, getDirection, getImage, getName, getRoom, getTile, getX, getY, setActivity, setDirection, setPos, setRoom, toXml |
Methods inherited from class mud.common.room.IdObject |
---|
getId |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Transporter(int id, ImageRect image, int targetRoomId, int tx, int ty)
Method Detail |
---|
public int getTargetRoomId()
public int getTargetX()
public int getTargetY()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |