Uses of Enum Class
nl.mtvehicles.core.infrastructure.enums.PluginVersion
Packages that use 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
Methods in nl.mtvehicles.core.infrastructure.enums that return PluginVersionModifier and TypeMethodDescriptionstatic PluginVersion
PluginVersion.getPluginVersion()
Deprecated.Get the plugin's version as enumstatic PluginVersion
PluginVersion.getVersion
(String version) Deprecated.Get plugin version from a Stringstatic PluginVersion
Deprecated.Returns the enum constant of this class with the specified name.static PluginVersion[]
PluginVersion.values()
Deprecated.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 PluginVersionModifier and TypeMethodDescriptionboolean
PluginVersion.isOlderThan
(@NotNull PluginVersion compareVersion) Deprecated.Check whether the version is older than a given version -
Uses of PluginVersion in nl.mtvehicles.core.infrastructure.modules
Fields in nl.mtvehicles.core.infrastructure.modules declared as PluginVersion
VersionModule.pluginVersionString
instead.