MCPcopy 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

openScreenMethod · 0.95
switchToClassicMethod · 0.95
actionOnQuitMethod · 0.95
selectMethod · 0.95
touchUpMethod · 0.95

Calls 2

getAssetsMethod · 0.95
cursorMethod · 0.80

Tested by

no test coverage detected