Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
apply
Method · 0.80
Calls
15
setBold
Method · 0.95
getBold
Method · 0.95
setItalic
Method · 0.95
getItalic
Method · 0.95
setStrikethrough
Method · 0.95
getStrikethrough
Method · 0.95
setUnderlined
Method · 0.95
getUnderlined
Method · 0.95
setObfuscated
Method · 0.95
getObfuscated
Method · 0.95
setColor
Method · 0.95
getColor
Method · 0.95
Tested by
no test coverage detected