Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testWorld
Method · 0.95
testWorld_1Arg
Method · 0.95
testGetWorldFile
Method · 0.95
testSetWorldFile
Method · 0.95
testRegister
Method · 0.95
testClose
Method · 0.95
testGetWorld
Method · 0.95
getWorld
Method · 0.45
Calls
no outgoing calls
Tested by
7
testWorld
Method · 0.76
testWorld_1Arg
Method · 0.76
testGetWorldFile
Method · 0.76
testSetWorldFile
Method · 0.76
testRegister
Method · 0.76
testClose
Method · 0.76
testGetWorld
Method · 0.76