Package dev.majek.pc.util
Class UpdateChecker
- java.lang.Object
-
- dev.majek.pc.util.UpdateChecker
-
public class UpdateChecker extends Object
Used to check for plugin updates from the Spigot plugin page.
-
-
Constructor Summary
Constructors Constructor Description UpdateChecker(org.bukkit.plugin.java.JavaPlugin plugin, int resourceId)
Construct a new update checker.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isAheadOfSpigot()
boolean
isBehindSpigot()
boolean
isSpigotLatest()
-