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

Method createDeepCopy

src/main/java/net/minecraft/util/ChatStyle.java:116–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114 return this;
115 }
116 public ChatStyle createDeepCopy()
117 {
118 return this;
119 }
120 public String getFormattingCode()
121 {
122 return "";

Callers 1

applyMethod · 0.80

Calls 15

setBoldMethod · 0.95
getBoldMethod · 0.95
setItalicMethod · 0.95
getItalicMethod · 0.95
setStrikethroughMethod · 0.95
getStrikethroughMethod · 0.95
setUnderlinedMethod · 0.95
getUnderlinedMethod · 0.95
setObfuscatedMethod · 0.95
getObfuscatedMethod · 0.95
setColorMethod · 0.95
getColorMethod · 0.95

Tested by

no test coverage detected