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

Method getWidth

src/main/java/images/AniIcon.java:72–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70
71 public int getHeight() {return height;}
72 public int getWidth() {return width;}
73 public AniIcon(String resource, int imageCount, int frameCount) {
74 frames = new short[frameCount];
75 delays = new int[frameCount];

Callers 2

loadMethod · 0.95
drawItemMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected