Posted January 2, 20178 yr Hello, Rather a silly question, should be easy to answer though. Normally, to send a local chat message, I would use Minecraft.getMinecraft.thePlayer.addChatComponentMessage(). I realize that "thePlayer" was changed to "player", but "addChatComponentMessage()" no longer seems to exist. How is it done now? Thanks!
January 2, 20178 yr player.sendMessage(...) Classes: 94 Lines of code: 12173 Other files: 206 Github repo: https://github.com/KokkieBeer/DeGeweldigeMod
January 2, 20178 yr Author player.sendMessage(...) Thanks, that was a bit obvious. I guess they changed it back to sendMessage (used to be like that < 1.9)
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.