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

Method StanzaEdit

src/main/java/Console/StanzaEdit.java:61–64  ·  view source on GitHub ↗
(VirtualList pView, String body)

Source from the content-addressed store, hash-verified

59 private static final String TEMPLATE_MESSAGE = "<message to='???' type='???'>\n<body>???</body>\n</message>";
60
61 public StanzaEdit(VirtualList pView, String body) {
62 super(pView, body, SR.MS_XML_CONSOLE);
63 show(this);
64 }
65
66 public void commandState() {
67 super.commandState();

Callers

nothing calls this directly

Calls 1

showMethod · 0.45

Tested by

no test coverage detected