Now I work with module system and API for SmartCursor. It's just small draft, but I think, it will be great to create own modules for this mod.
So, here is small API class for creating module, that works with entities:
package com.asaskevich.smartcursor.api;
import java.util.List;
import...