MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / getColor

Method getColor

src/main/java/net/minecraft/util/ChatStyle.java:36–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 private static final ChatStyle rootStyle = new ChatStyle()
35 {
36 public ChatFormatting getColor()
37 {
38 return null;
39 }
40 public boolean getBold()
41 {
42 return false;

Callers 3

getFormattingCodeMethod · 0.95
equalsMethod · 0.95
createDeepCopyMethod · 0.95

Calls 2

getParentMethod · 0.95
getColorMethod · 0.65

Tested by

no test coverage detected