Package | Description |
---|---|
com.comphenix.protocol.metrics |
Modifier and Type | Method and Description |
---|---|
static Updater.UpdateType |
Updater.UpdateType.valueOf(java.lang.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 |
---|---|
void |
Updater.start(Updater.UpdateType type)
Begin looking for updates.
|
Constructor and Description |
---|
Updater(org.bukkit.plugin.Plugin plugin,
int id,
java.io.File file,
Updater.UpdateType type,
boolean announce)
Initialize the updater.
|