toggle menu
HMCWraps API
1.5.1
jvm
switch theme
search in 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.