MCPcopy 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

loadFullMethod · 0.80
getCursorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected