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

Method d

Minecraft-Utils/1.13/src/GuiList.java:47–52  ·  view source on GitHub ↗

@return the size of all rows

()

Source from the content-addressed store, hash-verified

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

Callers 15

aMethod · 0.95
renderInInventoryMethod · 0.45
getDisplayNameMethod · 0.45
disableAlphaMethod · 0.45
aMethod · 0.45
getDisplayNameMethod · 0.45
renderMethod · 0.45
aMethod · 0.45
getSignTextMethod · 0.45
setSignTextMethod · 0.45
drawDefaultBackgroundMethod · 0.45
drawRectMethod · 0.45

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected