Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ getOverlays
Method
getOverlays
forge-gui-mobile/src/forge/toolbox/FOverlay.java:43–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
}
42
43
public
static
Iterable<FOverlay> getOverlays() {
44
return
overlays;
45
}
46
47
//get list of overlays for iterating from top overlay down
48
public
static
Iterable<FOverlay> getOverlaysTopDown() {
Callers
1
render
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected