Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ getCursor
Method
getCursor
forge-gui-mobile/src/forge/assets/FSkin.java:647–649 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
645
}
646
647
public
static
Map<Integer, TextureRegion> getCursor() {
648
return
Forge.getAssets().cursor();
649
}
650
651
public
static
boolean isLoaded() {
return
loaded; }
652
}
Callers
5
openScreen
Method · 0.95
switchToClassic
Method · 0.95
actionOnQuit
Method · 0.95
select
Method · 0.95
touchUp
Method · 0.95
Calls
2
getAssets
Method · 0.95
cursor
Method · 0.80
Tested by
no test coverage detected