Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/5zig/The-5zig-Mod
/ getContentHeight
Method
getContentHeight
Minecraft-Utils/1.10/src/FileSelector.java:276–278 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
274
}
275
276
public
int
getContentHeight() {
277
return
(
int
) Math.ceil((double) files.size() / (double) columnCount) * getSlotHeight();
278
}
279
280
public
int
getSlotHeight() {
281
return
18;
Callers
3
draw
Method · 0.95
m
Method · 0.95
handleMouseInput
Method · 0.95
Calls
2
getSlotHeight
Method · 0.95
size
Method · 0.80
Tested by
no test coverage detected