MCPcopy 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

dyeMethod · 0.95
hexMethod · 0.95

Calls 1

getByCharMethod · 0.80

Tested by

no test coverage detected