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

Method getWorld

src/main/java/mudmap2/backend/Layer.java:281–283  ·  view source on GitHub ↗

Gets the world @return world

()

Source from the content-addressed store, hash-verified

279 * @return world
280 */
281 public World getWorld() {
282 return world;
283 }
284
285 /**
286 * Removes an element from the layer but not from the world

Callers 9

testLayerMethod · 0.95
testGetWorldMethod · 0.95
pasteMethod · 0.45
setPlaceGroupMethod · 0.45
writeFileMethod · 0.45

Calls

no outgoing calls

Tested by 2

testLayerMethod · 0.76
testGetWorldMethod · 0.76