MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / setUnderlined

Method setUnderlined

src/main/java/net/minecraft/util/ChatStyle.java:88–91  ·  view source on GitHub ↗
(Boolean underlined)

Source from the content-addressed store, hash-verified

86 throw new UnsupportedOperationException();
87 }
88 public ChatStyle setUnderlined(Boolean underlined)
89 {
90 throw new UnsupportedOperationException();
91 }
92 public ChatStyle setObfuscated(Boolean obfuscated)
93 {
94 throw new UnsupportedOperationException();

Callers 2

createDeepCopyMethod · 0.95
saveScreenshotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected