Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ setColor
Method
setColor
src/main/java/net/minecraft/util/ChatStyle.java:72–75 ·
view source on GitHub ↗
(ChatFormatting color)
Source
from the content-addressed store, hash-verified
70
return
null;
71
}
72
public
ChatStyle setColor(ChatFormatting color)
73
{
74
throw
new
UnsupportedOperationException();
75
}
76
public
ChatStyle setBold(Boolean boldIn)
77
{
78
throw
new
UnsupportedOperationException();
Callers
1
createDeepCopy
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected