Interface TreeType
- All Known Implementing Classes:
DefaultTreeType
public interface TreeType
Interface class for extensions of the available skill
trees. Simply implement this to provide the SkillTree
implementation and then set a class's tree type.
-
Method Summary
Modifier and TypeMethodDescriptiongetTree
(Fabled api, FabledClass parent) Retrieves a new instance of a skill tree using the given type.
-
Method Details
-
getTree
Retrieves a new instance of a skill tree using the given type.- Parameters:
api
- - Fabled referenceparent
- - Parent class to organize- Returns:
- skill tree instance
-