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 ServerVersionReturns 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 TypeMethodDescriptionbooleanServerVersion.isNewerOrEqualTo(@NotNull ServerVersion version) Check whether the server version is newer than the given one or whether it is the samebooleanServerVersion.isNewerThan(@NotNull ServerVersion version) Check whether the server version is newer than the given onebooleanServerVersion.isOlderOrEqualTo(@NotNull ServerVersion version) Check whether the server version is older than the given one or whether it is the samebooleanServerVersion.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 ServerVersionVersionModule.getServerVersion()Get the server version as enum