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

Method UserKeysList

src/main/java/ui/keys/UserKeysList.java:47–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45 KeyScheme keyScheme;
46
47 public UserKeysList() {
48 super(SR.MS_CUSTOM_KEYS);
49 enableListWrapping(true);
50 keyScheme = new KeyScheme(UserKeyExec.getInstance().keyScheme);
51// redraw(); TODO: Need?
52 commandState();
53 }
54
55 public VirtualElement getItemRef(int index) {
56 if (index >= getItemCount()) {

Callers

nothing calls this directly

Calls 3

getInstanceMethod · 0.95
commandStateMethod · 0.95
enableListWrappingMethod · 0.80

Tested by

no test coverage detected