public class Updater
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Updater.UpdateResult |
static class |
Updater.UpdateType |
| Constructor and Description |
|---|
Updater(org.bukkit.plugin.Plugin plugin,
int id,
java.io.File file,
Updater.UpdateType type,
boolean announce) |
Updater(org.bukkit.plugin.Plugin plugin,
int id,
java.io.File file,
Updater.UpdateType type,
boolean announce,
org.bukkit.command.CommandSender cs) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLatestFileLink() |
java.lang.String |
getLatestGameVersion() |
java.lang.String |
getLatestName() |
java.lang.String |
getLatestType() |
Updater.UpdateResult |
getResult() |
public Updater(org.bukkit.plugin.Plugin plugin,
int id,
java.io.File file,
Updater.UpdateType type,
boolean announce)
public Updater(org.bukkit.plugin.Plugin plugin,
int id,
java.io.File file,
Updater.UpdateType type,
boolean announce,
org.bukkit.command.CommandSender cs)
public Updater.UpdateResult getResult()
public java.lang.String getLatestType()
public java.lang.String getLatestGameVersion()
public java.lang.String getLatestName()
public java.lang.String getLatestFileLink()