HMCWraps API
Toggle table of contents
1.6.3
jvm
Platform filter
jvm
Switch theme
Search in API
HMCWraps API
HMCWraps API
/
de.skyslycer.hmcwraps.updater.version
/
PluginVersion
Plugin
Version
public
class
PluginVersion
Members
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.