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

Method b

Minecraft-Utils/1.10/src/GuiList.java:46–51  ·  view source on GitHub ↗

@return the size of all rows

()

Source from the content-addressed store, hash-verified

44 * @return the size of all rows
45 */
46 @Override
47 protected int b() {
48 synchronized (rows) {
49 return rows.size();
50 }
51 }
52
53 @Override
54 protected int k() {

Callers 6

aMethod · 0.95
handleMouseInputMethod · 0.95
cMethod · 0.95
aMethod · 0.95
mouseReleasedMethod · 0.95
mouseClickedMethod · 0.95

Calls 15

getLeftMethod · 0.95
aMethod · 0.95
getHeaderPaddingMethod · 0.95
getBottomMethod · 0.95
getTopMethod · 0.95
isDrawSelectionMethod · 0.95
isSelectedMethod · 0.95
getRowWidthMethod · 0.95
getWidthMethod · 0.95
colorMethod · 0.95
drawSlotMethod · 0.95
sizeMethod · 0.80

Tested by

no test coverage detected