public class TARDISRoomData
extends java.lang.Object
The TARDIS had a full kitchen which included a refrigerator.
Constructor and Description |
---|
TARDISRoomData() |
Modifier and Type | Method and Description |
---|---|
org.bukkit.block.Block |
getBlock() |
int |
getColumn() |
COMPASS |
getDirection() |
int |
getLevel() |
org.bukkit.Location |
getLocation() |
java.util.List<java.lang.String> |
getPostBlocks() |
java.lang.String |
getRoom() |
int |
getRow() |
JSONObject |
getSchematic() |
int |
getTardis_id() |
void |
setBlock(org.bukkit.block.Block block) |
void |
setColumn(int column) |
void |
setDirection(COMPASS direction) |
void |
setFloorType(org.bukkit.Material floorType) |
void |
setLevel(int level) |
void |
setLocation(org.bukkit.Location location) |
void |
setMiddleType(org.bukkit.Material middleType) |
void |
setPostBlocks(java.util.List<java.lang.String> postBlocks) |
void |
setRoom(java.lang.String room) |
void |
setRow(int row) |
void |
setSchematic(JSONObject schematic) |
void |
setTardis_id(int tardis_id) |
public COMPASS getDirection()
public void setDirection(COMPASS direction)
public java.lang.String getRoom()
public void setRoom(java.lang.String room)
public org.bukkit.Location getLocation()
public void setLocation(org.bukkit.Location location)
public org.bukkit.block.Block getBlock()
public void setBlock(org.bukkit.block.Block block)
public JSONObject getSchematic()
public void setSchematic(JSONObject schematic)
public void setMiddleType(org.bukkit.Material middleType)
public void setFloorType(org.bukkit.Material floorType)
public int getTardis_id()
public void setTardis_id(int tardis_id)
public int getRow()
public void setRow(int row)
public int getColumn()
public void setColumn(int column)
public int getLevel()
public void setLevel(int level)
public java.util.List<java.lang.String> getPostBlocks()
public void setPostBlocks(java.util.List<java.lang.String> postBlocks)