ScriptProvider

public interface ScriptProvider

Plugins implement this to tell the Lua engine where their scripts live.

Functions

Link copied to clipboard
public abstract String getNamespace()
Link copied to clipboard
public abstract Path getScriptDirectory()
Link copied to clipboard
public abstract ScriptHook resolveHook(String key)