BehaviorSearch for 3D models?

Does BehaviorSearch work for NetLogo3D models? I attempted to use this tool on a 3D model, but got the following error:

bsearch.app.BehaviorSearchException: java.lang.ClassCastException: class org.nlogo.agent.World2D cannot be cast to class org.nlogo.agent.World3D (org.nlogo.agent.World2D and org.nlogo.agent.World3D are in unnamed module of loader ‘app’)

This makes me think this tool is not compatiable with 3D. Any advice?