package dev.zontreck.libzontreck.mazegen; /** * All the basic functions a maze algorithm must implement */ public interface IMazeAlgorithm { }