public class Tardis
extends java.lang.Object
Constructor and Description |
---|
Tardis(int tardis_id,
java.util.UUID uuid,
java.lang.String owner,
java.lang.String lastKnownName,
java.lang.String chunk,
int tips,
SCHEMATIC schematic,
boolean abandoned,
java.lang.String companions,
PRESET preset,
PRESET demat,
int adapt,
int artron_level,
java.lang.String creeper,
java.lang.String beacon,
boolean handbrake_on,
boolean tardis_init,
boolean recharging,
boolean hidden,
long lastuse,
boolean iso_on,
java.lang.String eps,
java.lang.String rail,
java.lang.String renderer,
java.lang.String zero,
boolean powered_on,
boolean lights_on,
boolean siege_on,
int monsters) |
Modifier and Type | Method and Description |
---|---|
ADAPTION |
getAdaption()
Returns the Chameleon Circuit adaptive setting for this TARDIS.
|
int |
getArtron_level()
Returns the amount of Artron Energy this TARDIS has in its Artron Capacitor.
|
java.lang.String |
getBeacon()
Returns a String representation of the Beacon block-off block location in this TARDIS (used to turn off the
beacon).
|
java.lang.String |
getChunk()
Returns a String representation of the Chunk coordinates that this TARDIS interior occupies.
|
java.lang.String |
getCompanions()
Returns a colon (:) separated list of companion UUID strings for this TARDIS.
|
java.lang.String |
getCreeper()
Returns a String representation of the Creeper spawn location in this TARDIS.
|
PRESET |
getDemat()
Returns the exterior PRESET the Chameleon Circuit will use when next dematerialising.
|
java.lang.String |
getEps()
Returns a String representation of the Emergency Programme One hologram spawn location in this TARDIS.
|
java.lang.String |
getLastKnownName()
Returns the last known name of the player who owns this TARDIS.
|
long |
getLastuse()
Returns the time in milliseconds that the TARDIS was last used.
|
int |
getMonsters()
Returns the number of monsters that have spawned in this TARDIS.
|
java.lang.String |
getOwner()
Returns the name of the player who owns this TARDIS.
|
PRESET |
getPreset()
Returns the exterior PRESET the Chameleon Circuit will use when next materialising.
|
java.lang.String |
getRail()
Returns a String representation of the Rail room minecart spawn location in this TARDIS.
|
java.lang.String |
getRenderer()
Returns a String representation of the Renderer room spawn location in this TARDIS.
|
SCHEMATIC |
getSchematic()
Returns the SCHEMATIC (desktop theme) this TARDIS is currently using.
|
int |
getTardis_id()
Returns the numerical id of this TARDIS.
|
int |
getTIPS()
Returns the TARDIS Interior Positioning slot number of this TARDIS.
|
java.util.UUID |
getUuid()
Returns the UUID of the player who owns this TARDIS.
|
java.lang.String |
getZero()
Returns a String representation of the Zero room transmat location in this TARDIS.
|
boolean |
isAbandoned()
Returns the abandoned status this TARDIS.
|
boolean |
isHandbrake_on()
Returns whether the TARDIS handbrake is on or off.
|
boolean |
isHidden()
Returns whether the TARDIS is hidden.
|
boolean |
isIso_on()
Returns whether the TARDIS Isomorphic circuit is on or off.
|
boolean |
isLights_on()
Returns whether the TARDIS lights are on or off.
|
boolean |
isPowered_on()
Returns whether the TARDIS is powered on.
|
boolean |
isRecharging()
Returns whether the TARDIS is currently recharging.
|
boolean |
isSiege_on()
Returns whether the TARDIS Siege Mode is on or off.
|
boolean |
isTardis_init()
Returns whether the TARDIS has been initialized.
|
public Tardis(int tardis_id, java.util.UUID uuid, java.lang.String owner, java.lang.String lastKnownName, java.lang.String chunk, int tips, SCHEMATIC schematic, boolean abandoned, java.lang.String companions, PRESET preset, PRESET demat, int adapt, int artron_level, java.lang.String creeper, java.lang.String beacon, boolean handbrake_on, boolean tardis_init, boolean recharging, boolean hidden, long lastuse, boolean iso_on, java.lang.String eps, java.lang.String rail, java.lang.String renderer, java.lang.String zero, boolean powered_on, boolean lights_on, boolean siege_on, int monsters)
public int getTardis_id()
public java.util.UUID getUuid()
public java.lang.String getOwner()
public java.lang.String getLastKnownName()
public java.lang.String getChunk()
World name:chunkX:chunkZ
public int getTIPS()
public SCHEMATIC getSchematic()
public boolean isAbandoned()
public java.lang.String getCompanions()
public PRESET getPreset()
public PRESET getDemat()
public ADAPTION getAdaption()
public int getArtron_level()
public java.lang.String getCreeper()
World
name:x:y:z
public java.lang.String getBeacon()
World name:x:y:z
public boolean isHandbrake_on()
public boolean isTardis_init()
public boolean isRecharging()
public boolean isHidden()
public long getLastuse()
public boolean isIso_on()
public java.lang.String getEps()
World name:x:y:z
public java.lang.String getRail()
World name:x:y:z
public java.lang.String getRenderer()
World name:x:y:z
public java.lang.String getZero()
World name:x:y:z
public boolean isPowered_on()
public boolean isLights_on()
public boolean isSiege_on()
public int getMonsters()