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

Method getSize

src/main/java/ui/keys/KeyScheme.java:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 }
26
27 public int getSize() {
28 return keysList.size() - 1;
29 }
30
31 public int getFullSize() {
32 return keysList.size();

Callers 6

paintComponentMethod · 0.45
getFontMethod · 0.45
getFontMethod · 0.45
stringWidthMethod · 0.45
keyExecuteMethod · 0.45
rmsUpdateMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected