Class GameVersion
java.lang.Object
zombie.core.GameVersion
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetInt()intgetMajor()intgetMinor()booleanisGreaterThan(GameVersion rhs) booleanbooleanisLessThan(GameVersion rhs) booleanstatic GameVersiontoString()
-
Constructor Details
-
GameVersion
-
-
Method Details
-
getMajor
public int getMajor() -
getMinor
public int getMinor() -
getSuffix
-
getInt
public int getInt() -
isGreaterThan
-
isGreaterThanOrEqualTo
-
isLessThan
-
isLessThanOrEqualTo
-
equals
-
toString
-
parse
-