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

Method update

src/main/java/mudmap2/frontend/sidePanel/LayerPanel.java:109–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107 }
108
109 public final void update(){
110 update("");
111 }
112
113 public final void update(String keyword){
114 panels.clear();

Callers 4

actionPerformedMethod · 0.95
LayerPanelMethod · 0.95
worldChangedMethod · 0.95
keyReleasedMethod · 0.95

Calls 7

getNameMethod · 0.95
createLayerPanelMethod · 0.95
getLayersMethod · 0.80
putMethod · 0.80
removeMethod · 0.65
isEmptyMethod · 0.65
containsMethod · 0.65

Tested by

no test coverage detected