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

Method getItemRef

src/main/java/Client/StatusSelect.java:78–81  ·  view source on GitHub ↗
(int Index)

Source from the content-addressed store, hash-verified

76 }
77
78 public VirtualElement getItemRef(int Index) {
79 if (Index >= statusList.size()) return null;
80 return (VirtualElement)statusList.elementAt(Index);
81 }
82
83 private ExtendedStatus getSel() { return (ExtendedStatus)getFocusedObject(); }
84

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected