Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VolmitSoftware/Adapt
/ dye
Method
dye
src/main/java/com/volmit/adapt/util/C.java:559–561 ·
view source on GitHub ↗
get the dye color for the chatcolor
()
Source
from the content-addressed store, hash-verified
557
* get the dye color
for
the chatcolor
558
*/
559
public
DyeColor dye() {
560
return
chatToDye(chatColor());
561
}
562
563
public
String hex() {
564
return
chatToHex(chatColor());
Callers
nothing calls this directly
Calls
2
chatToDye
Method · 0.95
chatColor
Method · 0.95
Tested by
no test coverage detected