Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ cursor
Method
cursor
forge-gui-mobile/src/forge/assets/Assets.java:217–221 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
215
}
216
217
public
HashMap<Integer, TextureRegion> cursor() {
218
if
(cursor == null)
219
cursor =
new
HashMap<>();
220
return
cursor;
221
}
222
223
public
ObjectMap<Integer, BitmapFont> counterFonts() {
224
if
(counterFonts == null)
Callers
2
loadFull
Method · 0.80
getCursor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected