Nightbreak Java API
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Nightbreak Java API
MagmaCore
/
com.magmaguy.magmacore.scripting
/
ScriptProvider
Script
Provider
public
interface
ScriptProvider
Plugins implement this to tell the Lua engine where their scripts live.
Members
Functions
get
Namespace
Link copied to clipboard
public
abstract
String
getNamespace
(
)
get
Script
Directory
Link copied to clipboard
public
abstract
Path
getScriptDirectory
(
)
resolve
Hook
Link copied to clipboard
public
abstract
ScriptHook
resolveHook
(
String
key
)