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

Method toString

src/main/java/Menu/MenuItem.java:58–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56
57 public int getImageIndex() { return iconIndex; }
58 public String toString(){ return name; }
59
60 public void drawItem(Graphics g, int ofs, boolean sel) {
61 if (pos<10 && Config.getInstance().executeByNum) {

Callers 10

eventOkMethod · 0.95
menuActionMethod · 0.45
eventOkMethod · 0.45
EditURLMethod · 0.45
parseMsgMethod · 0.45
MessageParserMethod · 0.45
parseMessageMethod · 0.45
drawItemMethod · 0.45
RosterItemActionsMethod · 0.45
doActionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected