Uses of Enum Class
me.despical.commandframework.options.FrameworkOption
Packages that use FrameworkOption
Package
Description
Contains classes that define and handle framework options.
-
Uses of FrameworkOption in me.despical.commandframework.options
Methods in me.despical.commandframework.options that return FrameworkOptionModifier and TypeMethodDescriptionstatic FrameworkOptionReturns the enum constant of this class with the specified name.static FrameworkOption[]FrameworkOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in me.despical.commandframework.options with parameters of type FrameworkOptionModifier and TypeMethodDescriptionvoidOptionManager.enableOption(FrameworkOption frameworkOption) voidOptionManager.enableOptions(FrameworkOption... frameworkOptions) booleanOptionManager.isEnabled(FrameworkOption frameworkOption)