SystemCore
Toggle table of contents
1.7.4
jvm
Platform filter
jvm
Switch theme
Search in API
SystemCore
SystemCore
/
com.system32.systemCore.utils.github
/
GithubUpdater
Github
Updater
class
GithubUpdater
Members
Constructors
Github
Updater
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
check
Updates
Link copied to clipboard
fun
checkUpdates
(
onLatest
:
(
)
->
Unit
=
{}
,
needUpdate
:
(
HashMap
<
String
,
String
>
)
->
Unit
,
dontNeedUpdate
:
(
HashMap
<
String
,
String
>
)
->
Unit
)
download
Plugin
Link copied to clipboard
fun
downloadPlugin
(
pluginName
:
String
,
version
:
String
,
tagName
:
String
)