TARDIM Time Rotor
The time rotor can now be attached as
"tardim_rotor". It provides data related to the
TARDIM’s flight status.
Methods
isInFlight()
Check whether the TARDIM is in flight
Returns
boolWhether the TARDIM is in flight
getTimeEnteredFlight()
Get UNIX timestamp of when the TARDIM entered flight
Returns
numberUnix timestamp or -1 if TARDIM is landed
getCurrentLocation()
Retrieve the TARDIM’s current location
Returns
-
tableThe location of the tardim:{ dimension = "minecraft:overworld", -- Dimension string pos = { -- Coordinates x = 1, y = 2, z = 3 } }
getTravelLocation()
The same as getCurrentLocation(), but for
destination