Uses of Enum Class
nl.mtvehicles.core.infrastructure.enums.ServerVersion
Package
Description
Custom enums used in the plugin
Modules initialised on enable of the plugin
-
Uses of ServerVersion in nl.mtvehicles.core.infrastructure.enums
Modifier and TypeMethodDescriptionstatic ServerVersion
Returns the enum constant of this class with the specified name.static ServerVersion[]
ServerVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionboolean
ServerVersion.isNewerOrEqualTo(@NotNull ServerVersion version)
Check whether the server version is newer than the given one or whether it is the sameboolean
ServerVersion.isNewerThan(@NotNull ServerVersion version)
Check whether the server version is newer than the given oneboolean
ServerVersion.isOlderOrEqualTo(@NotNull ServerVersion version)
Check whether the server version is older than the given one or whether it is the sameboolean
ServerVersion.isOlderThan(@NotNull ServerVersion version)
Check whether the server version is older than the given one -
Uses of ServerVersion in nl.mtvehicles.core.infrastructure.modules
Modifier and TypeMethodDescriptionstatic ServerVersion
VersionModule.getServerVersion()
Get the server version as enum