| Package | Description |
|---|---|
| com.comphenix.protocol.updater |
| Modifier and Type | Field and Description |
|---|---|
protected Updater.UpdateType |
Updater.type |
| Modifier and Type | Method and Description |
|---|---|
static Updater.UpdateType |
Updater.UpdateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Updater.UpdateType[] |
Updater.UpdateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Updater |
Updater.create(ProtocolLib protocolLib,
int id,
File file,
Updater.UpdateType type,
boolean announce) |
abstract void |
Updater.start(Updater.UpdateType type) |
void |
SpigotUpdater.start(Updater.UpdateType type) |
void |
BukkitUpdater.start(Updater.UpdateType type)
Begin looking for updates.
|
| Constructor and Description |
|---|
BukkitUpdater(org.bukkit.plugin.Plugin plugin,
int id,
File file,
Updater.UpdateType type,
boolean announce)
Initialize the updater.
|
SpigotUpdater(org.bukkit.plugin.Plugin plugin,
Updater.UpdateType type,
boolean announce) |
Updater(org.bukkit.plugin.Plugin plugin,
Updater.UpdateType type,
boolean announce) |
Copyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.