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

Method getPlaceGroups

src/main/java/mudmap2/backend/World.java:440–444  ·  view source on GitHub ↗

Gets all PlaceGroupss (eg. for lists) @return all PlaceGroupss

()

Source from the content-addressed store, hash-verified

438 * @return all PlaceGroupss
439 */
440 public ArrayList<PlaceGroup> getPlaceGroups(){
441 ArrayList<PlaceGroup> ret = new ArrayList<>(placeGroups);
442 Collections.sort(ret);
443 return ret;
444 }
445
446 /**
447 * Adds a PlaceGroup

Callers 10

testWorldMethod · 0.95
testWorld_1ArgMethod · 0.95
testGetPlaceGroupsMethod · 0.95
testAddPlaceGroupMethod · 0.95
testRemovePlaceGroupMethod · 0.95
pasteMethod · 0.80
createMethod · 0.80
updateListMethod · 0.80
writeFileMethod · 0.80

Calls

no outgoing calls

Tested by 5

testWorldMethod · 0.76
testWorld_1ArgMethod · 0.76
testGetPlaceGroupsMethod · 0.76
testAddPlaceGroupMethod · 0.76
testRemovePlaceGroupMethod · 0.76