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 Type
    Method
    Description
    getTree(Fabled api, FabledClass parent)
    Retrieves a new instance of a skill tree using the given type.
  • Method Details

    • getTree

      InventoryTree getTree(Fabled api, FabledClass parent)
      Retrieves a new instance of a skill tree using the given type.
      Parameters:
      api - - Fabled reference
      parent - - Parent class to organize
      Returns:
      skill tree instance