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

Method onSelect

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

Source from the content-addressed store, hash-verified

145 }
146
147 public void onSelect() {
148 msg.itemCollapsed = !msg.itemCollapsed;
149 if (partialParse) {
150 partialParse=false;
151 parse();
152 }
153 updateHeight();
154 VirtualCanvas.getInstance().repaint();
155 }
156
157 private void updateHeight() {
158 int height = 0;

Callers

nothing calls this directly

Calls 4

parseMethod · 0.95
updateHeightMethod · 0.95
getInstanceMethod · 0.95
repaintMethod · 0.65

Tested by

no test coverage detected