| Package | Description |
|---|---|
| io.github.bedwarsrel.updater |
| Modifier and Type | Method and Description |
|---|---|
static PluginUpdater.UpdateType |
PluginUpdater.UpdateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluginUpdater.UpdateType[] |
PluginUpdater.UpdateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PluginUpdater(org.bukkit.plugin.Plugin plugin,
int id,
File file,
PluginUpdater.UpdateType type,
boolean announce)
Initialize the updater.
|
PluginUpdater(org.bukkit.plugin.Plugin plugin,
int id,
File file,
PluginUpdater.UpdateType type,
PluginUpdater.UpdateCallback callback)
Initialize the updater with the provided callback.
|
PluginUpdater(org.bukkit.plugin.Plugin plugin,
int id,
File file,
PluginUpdater.UpdateType type,
PluginUpdater.UpdateCallback callback,
boolean announce)
Initialize the updater with the provided callback.
|
Copyright © 2017. All rights reserved.