MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / setPluginList

Method setPluginList

src/main/java/fieldbox/io/IO.java:297–300  ·  view source on GitHub ↗
(PluginList pluginList)

Source from the content-addressed store, hash-verified

295 }
296
297 public Document readDocument(String filename, Map<String, Box> specialBoxes, Set<Box> created) {
298 File f = filenameFor(filename);
299
300 Log.log("io.general", () -> " reading document :" + f);
301
302 lastWasNew = false;
303

Callers 1

OpenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected