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

Method size

src/main/java/images/AniImageList.java:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 return null;
56 }
57 public int size() {
58 return icons != null ? icons.length : 0;
59 }
60
61 public void drawImage(Graphics g, int index, int x, int y) {
62 if (0 <= index && index < icons.length) {

Callers 11

iconAtMethod · 0.95
loadMethod · 0.95
runMethod · 0.95
chDirMethod · 0.45
runMethod · 0.45
menuActionMethod · 0.45
getTasksCountMethod · 0.45
getClientIDByCapsMethod · 0.45
RosterIconsMethod · 0.45
getTransportIndexMethod · 0.45
getInstanceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected