MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / getItemCount

Method getItemCount

src/main/java/ui/VirtualList.java:65–65  ·  view source on GitHub ↗

число элементов виртуального списка эта функция абстрактная, должна быть переопределена при наследовании @return число элементов списка, исключая заголовок

()

Source from the content-addressed store, hash-verified

63 * @return число элементов списка, исключая заголовок
64 */
65 abstract protected int getItemCount();
66
67 /**
68 * элемент виртуального списка

Callers 12

updateLayoutMethod · 0.95
getElementIndexAtMethod · 0.95
getFocusedObjectMethod · 0.95
moveCursorEndMethod · 0.95
moveCursorToMethod · 0.95
keyUpMethod · 0.95
keyDwnMethod · 0.95
getPrevSelectableRefMethod · 0.95
getNextSelectableRefMethod · 0.95
pageLeftMethod · 0.95
pageRightMethod · 0.95
setRotatorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected