(String str)
| 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 | { |
no test coverage detected