MCPcopy Create free account
hub / github.com/FabricMC/Matcher / displayText

Method displayText

src/main/java/matcher/gui/tab/WebViewTab.java:41–43  ·  view source on GitHub ↗
(String text)

Source from the content-addressed store, hash-verified

39 }
40
41 protected void displayText(String text) {
42 displayHtml(HtmlUtil.escape(text));
43 }
44
45 protected void displayHtml(String html) {
46 html = template.replace("%text%", html)

Callers 3

updateMethod · 0.80
applyDecompilerResultMethod · 0.80
updateMethod · 0.80

Calls 2

displayHtmlMethod · 0.95
escapeMethod · 0.95

Tested by

no test coverage detected