I get nullPointer error. It says that the problem is in:
line. My bucket is created in the BigWorld(World subclass), maybe because of that ?
1 | int xDiff = bucket.getX()-getX(), yDiff = bucket.getY()-getY(); |