|
LazyLib | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lazywizard.lazylib.LazyLib
public class LazyLib
Contains information on the current version of LazyLib.
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. |
static boolean |
isDevBuild()
Check if this is a dev (beta) build of LazyLib. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static float getVersion()
Float
.public static java.lang.String getSupportedGameVersion()
String
.public static boolean isDevBuild()
true
if this is a beta build of LazyLib, false
otherwise.public static java.lang.String getInfo()
String
containing information on the library.
|
LazyLib | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |