Class Version

java.lang.Object
com.spinyowl.legui.Version

public final class Version extends Object
This class can be used to query the LEGUI version.
  • Method Details

    • getVersion

      public static String getVersion()
      Returns the version of the library.
      Returns:
      version of the library.
    • getMajorVersion

      public static int getMajorVersion()
      Returns the major version of the library.
      Returns:
      major version of the library.
    • getMinorVersion

      public static int getMinorVersion()
      Returns the minor version of the library.
      Returns:
      minor version of the library.
    • getPatchVersion

      public static int getPatchVersion()
      Returns the patch version of the library.
      Returns:
      patch version of the library.
    • getRevision

      public static String getRevision()
      Returns the revision of the build.
      Returns:
      revision of the build.
    • main

      public static void main(String[] args)
      Prints the version of the library.