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

Method toggleSmiles

src/main/java/Messages/MessageItem.java:205–209  ·  view source on GitHub ↗
(VirtualList view)

Source from the content-addressed store, hash-verified

203 }
204//#ifdef SMILES
205 public void toggleSmiles(VirtualList view) {
206 smiles = !smiles;
207 parse();
208 view.redraw();
209 }
210
211 final boolean smilesEnabled() { return smiles; }
212//#endif

Callers 1

toogleSmilesMethod · 0.95

Calls 2

parseMethod · 0.95
redrawMethod · 0.45

Tested by

no test coverage detected