Jump to content

[1.7.10] Using EntityLivingBase.getPosition on server.


Recommended Posts

Posted

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 :)

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.