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

Method manager

forge-gui-mobile/src/forge/assets/Assets.java:145–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143 }
144
145 public MemoryTrackingAssetManager manager() {
146 if (manager == null)
147 manager = new MemoryTrackingAssetManager(new AbsoluteFileHandleResolver());
148 return manager;
149 }
150
151 public HashMap<Integer, FSkinFont> fonts() {
152 if (fonts == null)

Callers 15

getTextureMethod · 0.95
getEffectMethod · 0.95
getDefaultImageMethod · 0.95
loadTextureMethod · 0.95
getMusicMethod · 0.95
getSoundMethod · 0.95
renderMethod · 0.80
resumeMethod · 0.80
actMethod · 0.80
unloadMethod · 0.80
getAtlasMethod · 0.80
onImageFetchedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected