public class TARDISBuildData
extends java.lang.Object
Constructor and Description |
---|
TARDISBuildData() |
Modifier and Type | Method and Description |
---|---|
org.bukkit.Material |
getFloorType() |
int |
getLamp() |
SCHEMATIC |
getSchematic() |
org.bukkit.Material |
getWallType() |
void |
setFloorType(org.bukkit.Material floorType) |
void |
setLamp(int lamp) |
void |
setSchematic(SCHEMATIC schematic) |
void |
setWallType(org.bukkit.Material wallType) |
public SCHEMATIC getSchematic()
public void setSchematic(SCHEMATIC schematic)
public org.bukkit.Material getWallType()
public void setWallType(org.bukkit.Material wallType)
public org.bukkit.Material getFloorType()
public void setFloorType(org.bukkit.Material floorType)
public int getLamp()
public void setLamp(int lamp)