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

Method parse

src/main/java/Messages/MessageItem.java:87–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85 return ColorTheme.getColor(even ? ColorTheme.LIST_BGND_EVEN : ColorTheme.LIST_BGND);
86 }
87 public final void parse() {
88 MessageParser.getInstance().parseMsg(this, VirtualList.messagesWidth);
89 updateHeight();
90 }
91 public int getColor() { return msg.getColor(); }
92
93 public void drawItem(Graphics g, int ofs, boolean selected) {

Callers 6

MessageItemMethod · 0.95
drawItemMethod · 0.95
onSelectMethod · 0.95
toggleSmilesMethod · 0.95
getItemRefMethod · 0.95
getMessageItemMethod · 0.95

Calls 3

getInstanceMethod · 0.95
updateHeightMethod · 0.95
parseMsgMethod · 0.80

Tested by

no test coverage detected