Package org.bukkit.packs
Interface DataPackFormat
- All Superinterfaces:
Comparable<DataPackFormat>
Represents a data pack format version.
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getMajor
int getMajor()Gets the major version component.- Returns:
- major version
-
getMinor
int getMinor()Gets the minor version component.- Returns:
- minor version
-