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

Method size

src/main/java/ui/controls/form/DropChoiceBox.java:118–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 }
117
118 public int size() {
119 return items.size();
120 }
121
122 public int getSelectedIndex() { return index; }
123

Callers 15

drawItemMethod · 0.95
getItemsMethod · 0.45
eventOkMethod · 0.45
getItemCountMethod · 0.45
getFlatListMethod · 0.45
getItemRefMethod · 0.45
EditBoxMethod · 0.45
commandActionMethod · 0.45
getItemCountMethod · 0.45
loadItemsFromMethod · 0.45
findCommandMethod · 0.45
menuCommandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected