I was looking into creating my own patrols similar to the pillager patrols, using existing mobs in the game such as zombies. Looking through the minecraft code however, the existing patrolling mobs extend a base PatrollerEntity class, and the other mobs don't.
Aside for create my own copies of all the mobs I want to patrol, can you think of a way to modify for example the zombie to have the behaviors of a patrol (leaders, a goal location, etc)?
Thanks.