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

Method getItemRef

src/main/java/Client/SmilePicker.java:108–108  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

106
107 public int getItemCount(){ return lines; }
108 public VirtualElement getItemRef(int index){ lineIndex=index; return this;}
109
110 public int getVWidth(){ return 0; }
111 public int getVHeight() { return Math.max(lineHeight, cf.minItemHeight); }

Callers 1

moveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected