(String message)
| 1009 | } |
| 1010 | |
| 1011 | @Override |
| 1012 | public void messagePlayer(String message) { |
| 1013 | messagePlayer(ChatComponentBuilder.fromLegacyText(message)); |
| 1014 | } |
| 1015 | |
| 1016 | public void messagePlayer(eu chatComponent) { |
| 1017 | boolean cancel = MinecraftFactory.getClassProxyCallback().shouldCancelChatMessage(chatComponent.d().replace(ChatColor.RESET.toString(), ""), chatComponent); |
nothing calls this directly
no test coverage detected