MCPcopy Create free account
hub / github.com/boxbeam/RedLib / getPath

Method getPath

src/redempt/redlib/dev/StructureTool.java:131–133  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

129 }
130
131 private static Path getPath(String name) {
132 return Paths.get("plugins/RedLib/").resolve(name + ".dat");
133 }
134
135 @SuppressWarnings("deprecation")
136 @CommandHook("export")

Callers 2

exportMethod · 0.95
importStructureMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected