MCPcopy Create free account
hub / github.com/Neop/mudmap2 / setWorldFile

Method setWorldFile

src/main/java/mudmap2/backend/World.java:119–121  ·  view source on GitHub ↗

Set world file reader @param worldFile

(WorldFile worldFile)

Source from the content-addressed store, hash-verified

117 * @param worldFile
118 */
119 public void setWorldFile(WorldFile worldFile) {
120 this.worldFile = worldFile;
121 }
122
123 // --------- World name ----------------------------------------------------
124 /**

Callers 10

testSaveMethod · 0.95
testGetWorldFileMethod · 0.95
testSetWorldFileMethod · 0.95
testRegisterMethod · 0.95
testCloseMethod · 0.95
testGetWorldMethod · 0.95
readFileMethod · 0.95
readFileMethod · 0.95
saveMethod · 0.45
actionPerformedMethod · 0.45

Calls

no outgoing calls

Tested by 6

testSaveMethod · 0.76
testGetWorldFileMethod · 0.76
testSetWorldFileMethod · 0.76
testRegisterMethod · 0.76
testCloseMethod · 0.76
testGetWorldMethod · 0.76