Package me.wobblyyyy.pathfinder.finders
Different types of pathfinding systems that can be used.
-
Interface Summary Interface Description Generator Interface used for connecting different types of path generation. -
Class Summary Class Description GeneratorManager Manager class used for controlling and manipulating different generators.LightningFinder The fastest pathfinder available.SpeedFinder A relatively quick path generator - think of it as an extended version of the LightningFinder.Xygum An implementation of the path generation library originally witten by Xavier Guzman.Xygum.FinderConfiguration The pathfinder's configuration class. -
Enum Summary Enum Description Xygum.Finders The available finders.