if(getX() < 10 || getX() > getWorld().getWidth() - 10)
return true;
can someone explain this code in words, i know what it does, but what does the "<10" and "-10" mean?
and the "getWorld and width" is that the world you play in?

