LazyLib

org.lazywizard.lazylib
Class LazyLib

java.lang.Object
  extended by org.lazywizard.lazylib.LazyLib

public class LazyLib
extends java.lang.Object

Contains information on the current version of LazyLib.

Author:
LazyWizard

Method Summary
static java.lang.String getInfo()
          Get the library information (for startup messages, etc).
static java.lang.String getSupportedGameVersion()
          Gets the Starsector release this version was coded for.
static float getVersion()
          Get the version number of this LazyLib instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getVersion

public static float getVersion()
Get the version number of this LazyLib instance.

Returns:
The current version of LazyLib, as a Float.

getSupportedGameVersion

public static java.lang.String getSupportedGameVersion()
Gets the Starsector release this version was coded for.

Returns:
The version of Starsector this library supports, as a String.

getInfo

public static java.lang.String getInfo()
Get the library information (for startup messages, etc).

Returns:
A String containing information on the library.

LazyLib