SkyLib
1.1.1
SkyLib
/
de.skyslycer.skylib.version
/
PluginVersion
Plugin
Version
public
class
PluginVersion
Converts and represents a plugin version.
Constructors
Functions
Constructors
Plugin
Version
Link copied to clipboard
public
void
PluginVersion
(
int major
,
int minor
,
int patch
)
Create a new plugin version.
Functions
from
String
Link copied to clipboard
public
static
PluginVersion
fromString
(
String
version
)
Get the matched version from a string.
is
Older
Than
Link copied to clipboard
public
boolean
isOlderThan
(
PluginVersion
other
)
Check if this version is older than the other.