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

Method isLoaded

src/main/java/com/griefcraft/scripting/MetaData.java:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 }
35
36 public boolean isLoaded() {
37 return loaded;
38 }
39
40 public void trigger() {
41 loaded = true;

Callers 1

loadAllMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected