Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/5zig/The-5zig-Mod
/ b
Method
b
Minecraft-Utils/1.10/src/GuiList.java:46–51 ·
view source on GitHub ↗
@return the size of all rows
()
Source
from the content-addressed store, hash-verified
44
* @
return
the size of all rows
45
*/
46
@Override
47
protected
int
b() {
48
synchronized (rows) {
49
return
rows.size();
50
}
51
}
52
53
@Override
54
protected
int
k() {
Callers
6
a
Method · 0.95
handleMouseInput
Method · 0.95
c
Method · 0.95
a
Method · 0.95
mouseReleased
Method · 0.95
mouseClicked
Method · 0.95
Calls
15
getLeft
Method · 0.95
a
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
Tested by
no test coverage detected