Posted December 29, 20159 yr Just wondering how to get the WorldServer instance for the IThreadListener during Simpleimpl packet handling. I am not a cat. I know my profile picture is sexy and amazing beyond anything you could imagine but my cat like features only persist in my fierce eyes. I might be a cat.
December 29, 20159 yr Author Oh wait, think I got it! Will using MinecraftServer#getServer() cause any problems? I am not a cat. I know my profile picture is sexy and amazing beyond anything you could imagine but my cat like features only persist in my fierce eyes. I might be a cat.
December 29, 20159 yr On the server side, MessageContext#getServerHandler returns the sending player's NetHandlerPlayServer and NetHandlerPlayServer#playerEntity contains the player. Entity#worldObj contains the entity's World ( EntityPlayer is a subclass of Entity ). On the server side, this is an instance of WorldServer . Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.
December 29, 20159 yr Author Alright, I'll use that instead. Thank you! I am not a cat. I know my profile picture is sexy and amazing beyond anything you could imagine but my cat like features only persist in my fierce eyes. I might be a cat.
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.