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

Method m

Minecraft-Utils/1.12.2/src/FileSelector.java:288–290  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

286 }
287
288 public int m() {
289 return Math.max(0, getContentHeight() - (this.bottom - this.top - 4));
290 }
291
292 public boolean isMouseWithinSlotBounds() {
293 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