- 
Methods in wtf.choco.arrows.util that return UpdateChecker
| Modifier and Type | 
Method | 
Description | 
static @NotNull UpdateChecker | 
UpdateChecker.get() | 
 Get the initialized instance of UpdateChecker. 
 | 
static UpdateChecker | 
UpdateChecker.init(@NotNull org.bukkit.plugin.java.JavaPlugin plugin,
int pluginID) | 
 Initialize this update checker with the specified values and return its instance. 
 | 
static UpdateChecker | 
UpdateChecker.init(@NotNull org.bukkit.plugin.java.JavaPlugin plugin,
int pluginID,
@NotNull UpdateChecker.VersionScheme versionScheme) | 
 Initialize this update checker with the specified values and return its instance. 
 |