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

Method m

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

Source from the content-addressed store, hash-verified

307 }
308
309 public int m() {
310 return Math.max(0, getContentHeight() - (this.bottom - this.top - 4));
311 }
312
313 public boolean isMouseWithinSlotBounds() {
314 return mouseY >= top && mouseY <= bottom && mouseX >= left && mouseX <= right;

Callers 3

drawMethod · 0.95
bindAmountScrolledMethod · 0.95
handleMouseInputMethod · 0.95

Calls 1

getContentHeightMethod · 0.95

Tested by

no test coverage detected