public class TARDISCircuitChecker
extends java.lang.Object
Constructor and Description |
---|
TARDISCircuitChecker(TARDIS plugin,
int id) |
Modifier and Type | Method and Description |
---|---|
int |
getArsUses() |
int |
getChameleonUses() |
void |
getCircuits()
Checks the TARDIS's Advanced Console inventory to see which circuits are installed.
|
int |
getInputUses() |
int |
getInvisibilityUses() |
int |
getMaterialisationUses() |
int |
getMemoryUses() |
int |
getRandomiserUses() |
int |
getScannerUses() |
int |
getTemporalUses() |
boolean |
hasARS() |
boolean |
hasChameleon() |
boolean |
hasInput() |
boolean |
hasInvisibility() |
boolean |
hasMaterialisation() |
boolean |
hasMemory() |
boolean |
hasRandomiser() |
boolean |
hasScanner() |
boolean |
hasTemporal() |
public TARDISCircuitChecker(TARDIS plugin, int id)
public void getCircuits()
public boolean hasARS()
public boolean hasChameleon()
public boolean hasInput()
public boolean hasInvisibility()
public boolean hasMaterialisation()
public boolean hasMemory()
public boolean hasRandomiser()
public boolean hasScanner()
public boolean hasTemporal()
public int getArsUses()
public int getChameleonUses()
public int getInputUses()
public int getInvisibilityUses()
public int getMaterialisationUses()
public int getMemoryUses()
public int getRandomiserUses()
public int getScannerUses()
public int getTemporalUses()