Example #1
0
 @Override
 public int hashCode() {
   return 31 * handler.hashCode() ^ world.hashCode() ^ pos.hashCode();
 }