Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setVisible
Method · 0.95
openHomeScreen
Method · 0.45
back
Method · 0.45
setBackScreen
Method · 0.45
hideManaPool
Method · 0.45
getFullControlMenuEntry
Method · 0.45
MatchScreen
Method · 0.45
drawOverlay
Method · 0.45
VAutoYieldsAndTriggers
Method · 0.45
clearBody
Method · 0.45
removeCardPanel
Method · 0.45
updateCard
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected