Package 

Class CommandStore.StoredCommand

    • Method Detail

      • getName

         String getName()

        Returns the name of this command (what the player would enter to useit).

      • getHelp

         String getHelp()

        Returns the detailed usage instructions for this command.

      • getSource

         String getSource()

        Returns the complete file path of the CSV this command was loadedfrom (not the relative path). Useful for determining which modadded this command.