Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Neop/mudmap2
/ getWorld
Method
getWorld
src/main/java/mudmap2/frontend/WorldTab.java:220–222 ·
view source on GitHub ↗
Get the world @return world
()
Source
from the content-addressed store, hash-verified
218
* @
return
world
219
*/
220
public
World getWorld(){
221
return
getWorldPanel().getWorld();
222
}
223
224
/**
225
* Set visibility of the side panel
Callers
10
testGetWorld
Method · 0.95
save
Method · 0.95
updateInfobar
Method · 0.95
createLayer
Method · 0.95
readMeta
Method · 0.95
createTab
Method · 0.95
actionPerformed
Method · 0.95
WorldTab
Method · 0.45
setMeta
Method · 0.45
closeTabs
Method · 0.45
Calls
1
getWorldPanel
Method · 0.95
Tested by
1
testGetWorld
Method · 0.76