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

Method printChat

src/main/java/net/optifine/shaders/Shaders.java:1997–2000  ·  view source on GitHub ↗
(String str)

Source from the content-addressed store, hash-verified

1995 }
1996
1997 private static void printChat(String str)
1998 {
1999 mc.ingameGUI.getChatGUI().printChatMessage(new ChatComponentText(str));
2000 }
2001
2002 private static void printChatAndLogError(String str)
2003 {

Callers 1

checkGLErrorMethod · 0.95

Calls 2

printChatMessageMethod · 0.80
getChatGUIMethod · 0.80

Tested by

no test coverage detected