Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VolmitSoftware/Adapt
/ chatColor
Method
chatColor
src/main/java/com/volmit/adapt/util/C.java:588–590 ·
view source on GitHub ↗
Get the ChatColor enum instance instead of C
()
Source
from the content-addressed store, hash-verified
586
* Get the ChatColor enum instance instead of C
587
*/
588
public
ChatColor chatColor() {
589
return
ChatColor.getByChar(code);
590
}
591
592
public
byte getMeta() {
593
switch (this) {
Callers
2
dye
Method · 0.95
hex
Method · 0.95
Calls
1
getByChar
Method · 0.80
Tested by
no test coverage detected