Class BasicVerticalTree


public class BasicVerticalTree extends InventoryTree
A basic implementation of a vertically ascending skill tree
  • Constructor Details

    • BasicVerticalTree

      public BasicVerticalTree(SkillAPI api, RPGClass tree)
      Constructor
      Parameters:
      api - api reference
      tree - class reference
  • Method Details