I'm new to Forge, I've been poking around with Eclipse and Java and the Forge API for almost a week now. I have programmed in other languages, though, so don't just discard me here hehehe
I was trying to use Using EntityLivingBase.getPosition on the server side but it won't work. It's impossible, I know, as it is a @SideOnly(Side.CLIENT) method.
My question is what other ways do I have of getting an entity's position on the server side. I've been through the JavaDocs, but I haven't found anything useful in this matter.
Thanks for your help