I am trying to make a very (at least I think) simple mod for Minecraft that calculates the coordinates of the nearest stronghold. For this, I need the player’s position as well as its jaw. However, I am struggling to even retrieve these simple values. Here’s the code: Keep in mind that I am very (VERY) new to java programming
Tag: non-static
Difference between Static methods and Instance methods
I was just reading over the text given to me in my textbook and I’m not really sure I understand what it is saying. It’s basically telling me that static methods or class methods include the “modifier” keyword static. But I don’t really know what that means? Could someone please explain to me in really simple terms what Static or