Uses of Enum Class
nl.mtvehicles.core.infrastructure.enums.SoftDependency
Package
Description
Custom enums used in the plugin
Modules initialised on enable of the plugin
-
Uses of SoftDependency in nl.mtvehicles.core.infrastructure.enums
Modifier and TypeMethodDescriptionstatic SoftDependency
Returns the enum constant of this class with the specified name.static SoftDependency[]
SoftDependency.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SoftDependency in nl.mtvehicles.core.infrastructure.modules
Modifier and TypeFieldDescriptionstatic List<SoftDependency>
DependencyModule.loadedDependencies
List of all enabled soft-dependencies.Modifier and TypeMethodDescriptionstatic void
DependencyModule.disableDependency(SoftDependency dependency)
Disable a soft-dependency (usually due to a fatal bug or incompatible server version)static boolean
DependencyModule.isDependencyEnabled(SoftDependency dependency)
Check whether a soft-dependency is installed and enabled.