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

Method getItalic

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

Source from the content-addressed store, hash-verified

42 return false;
43 }
44 public boolean getItalic()
45 {
46 return false;
47 }
48 public boolean getStrikethrough()
49 {
50 return false;

Callers 3

getFormattingCodeMethod · 0.95
equalsMethod · 0.95
createDeepCopyMethod · 0.95

Calls 1

getParentMethod · 0.95

Tested by

no test coverage detected