Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/5zig/The-5zig-Mod
/ b
Method
b
Minecraft-Utils/1.12.2/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
15
a
Method · 0.95
handleMouseInput
Method · 0.95
c
Method · 0.95
loadPlayerTextures
Method · 0.45
loadPlayerResource
Method · 0.45
run
Method · 0.45
bakeModel
Method · 0.45
render
Method · 0.45
renderInInventory
Method · 0.45
a
Method · 0.45
scale
Method · 0.45
render
Method · 0.45
Calls
1
size
Method · 0.80
Tested by
no test coverage detected