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

Method iconAt

src/main/java/images/AniImageList.java:51–56  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

49 }
50 //! Return image by index
51 public AniIcon iconAt(int index) { //!< Index of requested image in the list
52 if (index < size() && index >= 0) {
53 return icons[index];
54 }
55 return null;
56 }
57 public int size() {
58 return icons != null ? icons.length : 0;
59 }

Callers 3

drawItemMethod · 0.80
getVWidthMethod · 0.80
drawItemMethod · 0.80

Calls 1

sizeMethod · 0.95

Tested by

no test coverage detected