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

Method getImages

forge-gui-mobile/src/forge/assets/FSkin.java:623–625  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

621 }
622
623 public static Map<FSkinProp, FSkinImageInterface> getImages() {
624 return Forge.getAssets().images();
625 }
626
627 public static Map<Integer, TextureRegion> getAvatars() {
628 return Forge.getAssets().avatars();

Callers 15

getSkinIconMethod · 0.95
drawMethod · 0.95
runMethod · 0.95
FSkinImageMethod · 0.95
loadFullMethod · 0.95
iconFromZoneMethod · 0.95
setSelectedOptionMethod · 0.95
drawValueMethod · 0.95
runMethod · 0.95
calcSymbolSizeMethod · 0.95
drawCardWithOverlaysMethod · 0.95
drawAbilityIconsMethod · 0.95

Calls 2

getAssetsMethod · 0.95
imagesMethod · 0.80

Tested by

no test coverage detected