I don´t know if you are aware of this but it is kind of disturbing if you don´t want to write your own abs() method… anyhow… here is the error message when i tried to use Math.abs() :
Player.java [37:1] reference to Math is ambiguous, both class org.lwjgl.Math in org.lwjgl and class java.lang.Math in java.lang match
this.angle = Math.abs((angle%360));
=/
