(String message)
| 1021 | } |
| 1022 | |
| 1023 | @Override |
| 1024 | public void messagePlayer(String message) { |
| 1025 | messagePlayer(ChatComponentBuilder.fromLegacyText(message)); |
| 1026 | } |
| 1027 | |
| 1028 | public void messagePlayer(ey chatComponent) { |
| 1029 | boolean cancel = MinecraftFactory.getClassProxyCallback().shouldCancelChatMessage(chatComponent.d().replace(ChatColor.RESET.toString(), ""), chatComponent); |
nothing calls this directly
no test coverage detected