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

Method close

src/main/java/mudmap2/backend/WorldManager.java:54–56  ·  view source on GitHub ↗

Remove world from loaded worlds list @param world

(World world)

Source from the content-addressed store, hash-verified

52 * @param world
53 */
54 public static void close(World world){
55 loadedWorlds.remove(world);
56 }
57
58 /**
59 * Load world or get it from loaded worlds list if it is already loaded

Callers 5

testCloseMethod · 0.95
testGetWorldMethod · 0.95
closeTabsMethod · 0.95
testReadMethod · 0.80
writeListJSONMethod · 0.80

Calls 1

removeMethod · 0.65

Tested by 3

testCloseMethod · 0.76
testGetWorldMethod · 0.76
testReadMethod · 0.64