ProxyService
interface ProxyService
Content copied to clipboard
Proxies small framework specific actions.
Functions
getAsyncExecutor
Link copied to clipboard
Gets an execute to schedule tasks on the asynchronous bukkit threadPool.
getServerVersion
Link copied to clipboard
Gets the running minecraft version.
getSyncExecutor
Link copied to clipboard
Gets an execute to schedule tasks on the synchronous bukkit thread.
runAsyncTask
Link copied to clipboard
Deprecated.
runSyncTask
Link copied to clipboard
Deprecated.
toLocation
Link copied to clipboard
Converts the given position to a location.
toPosition
Link copied to clipboard
Converts the given location to a position.