Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/5zig/The-5zig-Mod
/ d
Method
d
Minecraft-Utils/1.13/src/GuiList.java:47–52 ·
view source on GitHub ↗
@return the size of all rows
()
Source
from the content-addressed store, hash-verified
45
* @
return
the size of all rows
46
*/
47
@Override
48
protected
int
d() {
49
synchronized (rows) {
50
return
rows.size();
51
}
52
}
53
54
@Override
55
protected
int
n() {
Callers
15
a
Method · 0.95
renderInInventory
Method · 0.45
getDisplayName
Method · 0.45
disableAlpha
Method · 0.45
a
Method · 0.45
getDisplayName
Method · 0.45
render
Method · 0.45
a
Method · 0.45
getSignText
Method · 0.45
setSignText
Method · 0.45
drawDefaultBackground
Method · 0.45
drawRect
Method · 0.45
Calls
1
size
Method · 0.80
Tested by
no test coverage detected