MCPcopy Create free account
hub / github.com/Hidendra/LWC / load

Method load

src/main/java/com/griefcraft/scripting/Module.java:54–54  ·  view source on GitHub ↗

Called when the module is loaded

(LWC lwc)

Source from the content-addressed store, hash-verified

52 * Called when the module is loaded
53 */
54 public void load(LWC lwc);
55
56 /**
57 * Find out the access level of a player to a protection

Callers 8

runMethod · 0.65
runMethod · 0.65
loadAllMethod · 0.65
reloadMethod · 0.65
loadMethod · 0.65
onEnableMethod · 0.65
loadMethod · 0.65
runMethod · 0.65

Implementers 1

JavaModulesrc/main/java/com/griefcraft/scripting

Calls

no outgoing calls

Tested by

no test coverage detected