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

Method images

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

Source from the content-addressed store, hash-verified

179 }
180
181 public HashMap<FSkinProp, FSkinImageInterface> images() {
182 if (images == null)
183 images = new HashMap<>();
184 return images;
185 }
186
187 public HashMap<Integer, TextureRegion> avatars() {
188 if (avatars == null)

Callers 5

getImagesMethod · 0.80
addManaLabelMethod · 0.80
getWidthMethod · 0.80
getHeightMethod · 0.80
loadImagesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected