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

Method getAvatarCount

forge-gui-mobile/src/forge/GuiMobile.java:257–263  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

255 }
256
257 @Override
258 public int getAvatarCount() {
259 if (FSkin.isLoaded()) {
260 return FSkin.getAvatars().size();
261 }
262 return 0;
263 }
264
265 @Override
266 public int getSleevesCount() {

Callers

nothing calls this directly

Calls 3

isLoadedMethod · 0.95
getAvatarsMethod · 0.95
sizeMethod · 0.65

Tested by

no test coverage detected