Package com.fastasyncworldedit.core.util
Class UpdateNotification
java.lang.Object
com.fastasyncworldedit.core.util.UpdateNotification
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Check whether a new build with a higher build number than the current build is available.static void
doUpdateNotification
(Actor actor) Trigger an update notification based on captions.
-
Constructor Details
-
UpdateNotification
public UpdateNotification()
-
-
Method Details
-
doUpdateCheck
public static void doUpdateCheck()Check whether a new build with a higher build number than the current build is available. -
doUpdateNotification
Trigger an update notification based on captions. Useful to notify server administrators ingame.- Parameters:
actor
- The player to notify.
-