Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
addItem
Method · 0.95
doKeyAction
Method · 0.95
declineCurrent
Method · 0.45
menuAction
Method · 0.45
showInfo
Method · 0.45
RosterItemActions
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected