MCPcopy Create free account
hub / github.com/Card-Forge/forge / remove

Method remove

forge-gui-mobile/src/forge/toolbox/FContainer.java:20–22  ·  view source on GitHub ↗
(T child)

Source from the content-addressed store, hash-verified

18 }
19
20 public <T extends FDisplayObject> boolean remove(T child) {
21 return children.remove(child);
22 }
23
24 public void clear() {
25 children.clear();

Callers 15

setVisibleMethod · 0.95
openHomeScreenMethod · 0.45
backMethod · 0.45
setBackScreenMethod · 0.45
hideManaPoolMethod · 0.45
MatchScreenMethod · 0.45
drawOverlayMethod · 0.45
clearBodyMethod · 0.45
removeCardPanelMethod · 0.45
updateCardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected