public class TARDISDoorLocation
extends java.lang.Object
Constructor and Description |
---|
TARDISDoorLocation() |
Modifier and Type | Method and Description |
---|---|
COMPASS |
getD() |
org.bukkit.Location |
getL() |
org.bukkit.World |
getW() |
void |
setD(COMPASS d)
Set the door direction.
|
void |
setL(org.bukkit.Location l)
Set the location of the door
|
void |
setW(org.bukkit.World w)
Set the world the door is in.
|
public org.bukkit.Location getL()
public void setL(org.bukkit.Location l)
l
- the location of the doorpublic org.bukkit.World getW()
public void setW(org.bukkit.World w)
w
- the worldpublic COMPASS getD()
public void setD(COMPASS d)
d
- the direction (one of NORTH, SOUTH, EAST, WEST)