Uses of Enum Class
nl.mtvehicles.core.infrastructure.enums.ServerVersion
Packages that use 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
Methods in nl.mtvehicles.core.infrastructure.enums that return ServerVersionModifier 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.Methods in nl.mtvehicles.core.infrastructure.enums with parameters of type ServerVersionModifier 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
Methods in nl.mtvehicles.core.infrastructure.modules that return ServerVersionModifier and TypeMethodDescriptionstatic ServerVersion
VersionModule.getServerVersion()
Get the server version as enum