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

Method getWorldFile

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

Get world file reader @return WorldFileReader or null

()

Source from the content-addressed store, hash-verified

109 * @return WorldFileReader or null
110 */
111 public WorldFile getWorldFile() {
112 return worldFile;
113 }
114
115 /**
116 * Set world file reader

Callers 8

testWorldMethod · 0.95
testWorld_1ArgMethod · 0.95
testGetWorldFileMethod · 0.95
testSetWorldFileMethod · 0.95
testRegisterMethod · 0.95
testCloseMethod · 0.95
testGetWorldMethod · 0.95
getWorldMethod · 0.45

Calls

no outgoing calls

Tested by 7

testWorldMethod · 0.76
testWorld_1ArgMethod · 0.76
testGetWorldFileMethod · 0.76
testSetWorldFileMethod · 0.76
testRegisterMethod · 0.76
testCloseMethod · 0.76
testGetWorldMethod · 0.76