File Details
handles-1.16.5-1.4.0.jar
- R
- Jan 23, 2022
- 100.67 KB
- 7.4K
- 1.16.5
- Forge
File Name
handles-1.16.5-1.4.0.jar
Supported Versions
- 1.16.5
Curse Maven Snippet
# Changelog
* Upgrades functions !
- getUpgrades() : get an array of string corresponding to the systems
- getUpgradeHealth(string): get a float 0 to 1 of the current health of the upgrade (0 if upgrade not found)
- getUpgradeStatus(string): get a boolean of the current status of the upgrade (false if upgrade not found)
- setUpgradeStatus(string, boolean): set the current status of a upgrade (return a boolean depending if the upgrade was found)
- isRefueling, return a boolean depending if the TARDIS is refueling or not (by Leafreynolds)
- A fix for setFlight method (by Leafreynolds)

