Class Version
java.lang.Object
one.pkg.tinyutils.minecraft.version.Version
- All Implemented Interfaces:
Comparable<Version>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Version
-
Version
public Version(int major, int minor, int patch)
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<Version>
-
toString
-
equals
-
hashCode
public int hashCode() -
getOriginal
-
getType
-
getMajor
public int getMajor() -
getMinor
public int getMinor() -
getPatch
public int getPatch() -
getPreRelease
-