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

Method clear

forge-gui-mobile/src/forge/assets/ImageCache.java:130–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128 }
129
130 public void clear() {
131 missingIconKeys.get().clear();
132 ImageKeys.clearMissingCards();
133 }
134
135 public void disposeTextures() {
136 CardRenderer.clearcardArtCache();

Callers 10

updatePiecesMethod · 0.45
AssetsMethod · 0.45
disposeMethod · 0.45
unloadMethod · 0.45
disposeTexturesMethod · 0.45
unloadCardTexturesMethod · 0.45
loadFullMethod · 0.45
getAllSkinsMethod · 0.45
onEndMethod · 0.45
endAllMethod · 0.45

Calls 2

clearMissingCardsMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected