Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/5zig/The-5zig-Mod
/ b
Method
b
Minecraft-Utils/1.7.10/src/GuiList.java:74–79 ·
view source on GitHub ↗
@return the size of all rows
()
Source
from the content-addressed store, hash-verified
72
* @
return
the size of all rows
73
*/
74
@Override
75
protected
int
b() {
76
synchronized (rows) {
77
return
rows.size();
78
}
79
}
80
81
@Override
82
protected
int
e() {
Callers
3
a
Method · 0.95
handleMouseInput
Method · 0.95
c
Method · 0.95
Calls
15
getLeft
Method · 0.95
getHeaderPadding
Method · 0.95
getBottom
Method · 0.95
getTop
Method · 0.95
isDrawSelection
Method · 0.95
isSelected
Method · 0.95
getRowWidth
Method · 0.95
getWidth
Method · 0.95
color
Method · 0.95
drawSlot
Method · 0.95
size
Method · 0.80
get
Method · 0.65
Tested by
no test coverage detected