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

Method getAvatars

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

Source from the content-addressed store, hash-verified

625 }
626
627 public static Map<Integer, TextureRegion> getAvatars() {
628 return Forge.getAssets().avatars();
629 }
630
631 public static Map<Integer, TextureRegion> getSleeves() {
632 return Forge.getAssets().sleeves();

Callers 8

getAvatarCountMethod · 0.95
enterMethod · 0.95
drawMethod · 0.95
getPlayerAvatarMethod · 0.95
setAvatarIndexMethod · 0.95
getRandomAvatarMethod · 0.95
AvatarSelectorMethod · 0.95
doLayoutMethod · 0.95

Calls 2

getAssetsMethod · 0.95
avatarsMethod · 0.80

Tested by

no test coverage detected