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

Method b

Minecraft-Utils/1.7.10/src/GuiList.java:74–79  ·  view source on GitHub ↗

@return the size of all rows

()

Source from the content-addressed store, hash-verified

72 * @return the size of all rows
73 */
74 @Override
75 protected int b() {
76 synchronized (rows) {
77 return rows.size();
78 }
79 }
80
81 @Override
82 protected int e() {

Callers 3

aMethod · 0.95
handleMouseInputMethod · 0.95
cMethod · 0.95

Calls 15

getLeftMethod · 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
getMethod · 0.65

Tested by

no test coverage detected