| net.gtaun.shoebill.Shoebill |
Shoebill main interface, provides the basic manager instance and functions.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| class | Shoebill.Instance | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract static Shoebill | get() | ||||||||||
| abstract AmxInstanceManager |
getAmxInstanceManager()
Get AMX instance manager.
| ||||||||||
| abstract ResourceManager |
getResourceManager()
Get resource manager.
| ||||||||||
| abstract SampObjectManager |
getSampObjectManager()
Get SA-MP object manager.
| ||||||||||
| abstract ServiceStore |
getServiceStore()
Get service store.
| ||||||||||
| abstract ShoebillVersion |
getVersion()
Get version information.
| ||||||||||
| abstract void |
reload()
Reload all.
| ||||||||||
| abstract void |
runOnSampThread(Runnable runnable)
Causes the run() method of the runnable to be invoked by amx thread at the next process tick.
| ||||||||||
Get AMX instance manager.
Get resource manager.
Get SA-MP object manager.
Get version information.
Reload all.
Causes the run() method of the runnable to be invoked by amx thread at the next process tick.
| runnable | Runnable instance |
|---|