| Package | Description |
|---|---|
| me.mattstudios.mfgui.gui.components |
| Modifier and Type | Field and Description |
|---|---|
static ServerVersion |
ServerVersion.CURRENT_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static ServerVersion |
ServerVersion.getByNmsName(String name)
Gets a version from the NMS name
|
static ServerVersion |
ServerVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerVersion[] |
ServerVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServerVersion.isNewerThan(ServerVersion version)
Checks if the current version is newer than the
ServerVersion specified |
boolean |
ServerVersion.isOlderThan(ServerVersion version)
Checks if the current version is older than the
ServerVersion specified |
Copyright © 2020. All rights reserved.