MCPcopy 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

testGetWorldMethod · 0.95
saveMethod · 0.95
updateInfobarMethod · 0.95
createLayerMethod · 0.95
readMetaMethod · 0.95
createTabMethod · 0.95
actionPerformedMethod · 0.95
WorldTabMethod · 0.45
setMetaMethod · 0.45
closeTabsMethod · 0.45

Calls 1

getWorldPanelMethod · 0.95

Tested by 1

testGetWorldMethod · 0.76