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

Method avatars

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

Source from the content-addressed store, hash-verified

185 }
186
187 public HashMap<Integer, TextureRegion> avatars() {
188 if (avatars == null)
189 avatars = new HashMap<>();
190 return avatars;
191 }
192
193 public HashMap<Integer, TextureRegion> sleeves() {
194 if (sleeves == null)

Callers 2

loadFullMethod · 0.80
getAvatarsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected