Package | Description |
---|---|
com.comphenix.protocol.metrics |
Modifier and Type | Method and Description |
---|---|
Updater.UpdateResult |
Updater.getResult()
Get the result of the update process.
|
static Updater.UpdateResult |
Updater.UpdateResult.getResult(int value) |
Updater.UpdateResult |
Updater.update(Updater.UpdateType type,
boolean announce)
Update the plugin.
|
static Updater.UpdateResult |
Updater.UpdateResult.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Updater.UpdateResult[] |
Updater.UpdateResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|