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

Method cracks

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

Source from the content-addressed store, hash-verified

197 }
198
199 public HashMap<Integer, TextureRegion> cracks() {
200 if (cracks == null)
201 cracks = new HashMap<>();
202 return cracks;
203 }
204
205 public HashMap<Integer, TextureRegion> borders() {
206 if (borders == null)

Callers 2

loadFullMethod · 0.80
getCracksMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected