public class TARDISInteriorPostioning
extends java.lang.Object
Constructor and Description |
---|
TARDISInteriorPostioning(TARDIS plugin) |
Modifier and Type | Method and Description |
---|---|
TARDISTIPSData |
getTIPSData(int slot)
Calculate the position data for a TIPS slot.
|
TARDISTIPSData |
getTIPSJunkData()
Calculate the position data for the Junk TARDIS TIPS slot.
|
void |
reclaimChunks(org.bukkit.World w,
int id) |
void |
reclaimChunks(org.bukkit.World w,
TARDISTIPSData data)
Deprecated.
|
void |
reclaimZeroChunk(org.bukkit.World w,
TARDISTIPSData data) |
public TARDISInteriorPostioning(TARDIS plugin)
public TARDISTIPSData getTIPSData(int slot)
slot
- the slot position in the grid (a number between 0, 399 inclusive)public TARDISTIPSData getTIPSJunkData()
@Deprecated public void reclaimChunks(org.bukkit.World w, TARDISTIPSData data)
public void reclaimChunks(org.bukkit.World w, int id)
public void reclaimZeroChunk(org.bukkit.World w, TARDISTIPSData data)