@Override
 public void m() {
   if (npc != null) {
     npc.update();
     NMSImpl.minecartItemLogic(this);
   } else {
     super.m();
   }
 }