MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / getAnimationFile

Method getAnimationFile

src/main/java/images/AniImageList.java:68–70  ·  view source on GitHub ↗
(String resName, int i)

Source from the content-addressed store, hash-verified

66 }
67 }
68 private String getAnimationFile(String resName, int i) {
69 return resName + "/" + (i + 1) + ".png";
70 }
71
72 public void load(String resName) {
73 try {

Callers 1

loadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected