ImprovedFactions
Toggle table of contents
2.3.0
jvm
Platform filter
jvm
Switch theme
Search in API
ImprovedFactions
ImprovedFactions
/
io.github.toberocat.improvedfactions.modules
/
ModuleManager
Module
Manager
class
ModuleManager
(
plugin
:
ImprovedFactionsPlugin
)
Members
Constructors
Module
Manager
Link copied to clipboard
constructor
(
plugin
:
ImprovedFactionsPlugin
)
Properties
active
Modules
Link copied to clipboard
val
activeModules
:
Map
<
String
,
Module
>
modules
Link copied to clipboard
val
modules
:
MutableMap
<
String
,
Module
>
Functions
disable
Modules
Link copied to clipboard
fun
disableModules
(
)
enable
Modules
Link copied to clipboard
fun
enableModules
(
)
get
Module
Link copied to clipboard
inline
fun
<
T
>
getModule
(
moduleName
:
String
)
:
T
load
Papi
Placeholders
Link copied to clipboard
fun
loadPapiPlaceholders
(
placeholders
:
HashMap
<
String
,
(
player
:
OfflinePlayer
)
->
String
?
>
)
register
Commands
Link copied to clipboard
fun
registerCommands
(
)
:
CommandExecutor
reload
Module
Configs
Link copied to clipboard
fun
reloadModuleConfigs
(
)