Hello,
In Minecraft Forge 1.19.2, how can you send a message to a specific player? I've found the player.sendChatMessage() method which takes 'OutgoingPlayerChatMessage' as a parameter, but I'm not sure how to properly create an OutgoingPlayerChatMessage object.