MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / addFrame

Method addFrame

src/main/java/images/AniIcon.java:90–93  ·  view source on GitHub ↗
(int num, int iconIndex, int dalay)

Source from the content-addressed store, hash-verified

88 }
89 }
90 void addFrame(int num, int iconIndex, int dalay) {
91 frames[num] = (short)iconIndex;
92 delays[num] = dalay;
93 }
94 private boolean painted = false;
95 private long sleepTime = 0;
96 boolean nextFrame(long deltaTime) {

Callers 1

loadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected