Class UpdateNotification

java.lang.Object
com.fastasyncworldedit.core.util.UpdateNotification

public class UpdateNotification extends Object
  • 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

      public static void doUpdateNotification(Actor actor)
      Trigger an update notification based on captions. Useful to notify server administrators ingame.
      Parameters:
      actor - The player to notify.