March 24, 20169 yr call me a nub, but how do you say(in java), that if my player is in a specific square then do this shit...
March 24, 20169 yr Like this if(myPlayer().getPosition().equals(new Position(x,y,z))) { // do this shit }
March 24, 20169 yr Author Like this if(myPlayer().getPosition().equals(new Position(x,y,z))) { // do this shit } exactly. god bless you
Create an account or sign in to comment