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

Method getItemCount

src/main/java/Menu/Menu.java:56–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 return (VirtualElement)menuitems.elementAt(index);
55 }
56 public int getItemCount() { return menuitems.size(); }
57
58 public void addItem(MenuItem mi){
59 mi.pos=getItemCount();

Callers 6

addItemMethod · 0.95
doKeyActionMethod · 0.95
declineCurrentMethod · 0.45
menuActionMethod · 0.45
showInfoMethod · 0.45
RosterItemActionsMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected