MCPcopy Create free account
hub / github.com/Card-Forge/forge / getAssets

Method getAssets

forge-gui-mobile/src/forge/Forge.java:1068–1070  ·  view source on GitHub ↗

Retrieve assets.

()

Source from the content-addressed store, hash-verified

1066 /** Retrieve assets.
1067 */
1068 public static Assets getAssets() {
1069 return ((Forge)Gdx.app.getApplicationListener()).assets;
1070 }
1071 public static boolean switchScene(Scene newScene) {
1072 return switchScene(newScene, false);
1073 }

Callers 15

afterDbLoadedMethod · 0.95
renderMethod · 0.95
resumeMethod · 0.95
getUnskinnedIconMethod · 0.95
drawMethod · 0.95
drawFoilMethod · 0.95
drawMethod · 0.95
AdventureDeckHeaderMethod · 0.95
drawMethod · 0.95
InventorySceneMethod · 0.95
playEffectMethod · 0.95
actMethod · 0.95

Calls 1

Tested by

no test coverage detected