Uses of Enum Class
nl.mtvehicles.core.infrastructure.enums.PluginVersion
Package
Description
Custom enums used in the plugin
Modules initialised on enable of the plugin
-
Uses of PluginVersion in nl.mtvehicles.core.infrastructure.enums
Modifier and TypeMethodDescriptionstatic PluginVersion
PluginVersion.getPluginVersion()
Get the plugin's version as enumstatic PluginVersion
PluginVersion.getVersion(String version)
Get plugin version from a Stringstatic PluginVersion
Returns the enum constant of this class with the specified name.static PluginVersion[]
PluginVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionboolean
PluginVersion.isOlderThan(@NotNull PluginVersion compareVersion)
Check whether the version is older than a given version -
Uses of PluginVersion in nl.mtvehicles.core.infrastructure.modules
Modifier and TypeFieldDescriptionstatic PluginVersion
VersionModule.pluginVersion
The plugin's version as enum