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

Method m

Minecraft-Utils/1.13/src/FileSelector.java:287–289  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

285 }
286
287 public int m() {
288 return Math.max(0, getContentHeight() - (this.bottom - this.top - 4));
289 }
290
291 public boolean isMouseWithinSlotBounds() {
292 return mouseY >= top && mouseY <= bottom && mouseX >= left && mouseX <= right;

Callers 14

drawMethod · 0.95
bindAmountScrolledMethod · 0.95
renderMethod · 0.45
renderInInventoryMethod · 0.45
enableBlendMethod · 0.45
clearMethod · 0.45
getHeightMethod · 0.45
isFocusedMethod · 0.45
isSelectedMethod · 0.45
drawMethod · 0.45
aMethod · 0.45
mouseDraggedMethod · 0.45

Calls 1

getContentHeightMethod · 0.95

Tested by

no test coverage detected