Posted October 2, 201510 yr hello, I am trying to create a command that gets a bunch of IEEP data from the person who enters the command but I cant find any direct way to do this. I am casting it by using ExtendedPlayer player = ExtendedPlayer.get((EntityPlayer) sender.getCommandSenderEntity()); it seems to be ok but would like the opinion weather or not this is good / bad or is just plain stupid. thanks.
October 2, 201510 yr Commands can come from two ways. 1. Console 2. Player And you should be able to cast the command sender directly. So all you need to do is check if the sender is instance of EntityPlayer and after that cast to it
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.