MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / getContentHeight

Method getContentHeight

Minecraft-Utils/1.8/src/FileSelector.java:297–299  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

295 }
296
297 public int getContentHeight() {
298 return (int) Math.ceil((double) files.size() / (double) columnCount) * getSlotHeight();
299 }
300
301 public int getSlotHeight() {
302 return 18;

Callers 3

drawMethod · 0.95
mMethod · 0.95
handleMouseInputMethod · 0.95

Calls 2

getSlotHeightMethod · 0.95
sizeMethod · 0.80

Tested by

no test coverage detected