Interface AdditionsFileAPI


public interface AdditionsFileAPI
  • Method Details

    • getBookFile

      YAMLFolder getBookFile()
      Get the book folder.
      Returns:
      Current YAMLFolder folder.
    • setBookFile

      void setBookFile(YAMLFolder folder)
      Set the book folder.
      Parameters:
      folder - New YAMLFolder folder.
    • getCommandFile

      YAMLConfig getCommandFile()
      Get the commands file.
      Returns:
      Current YAMLConfig file.
    • setCommandFile

      void setCommandFile(YAMLConfig config)
      Set the commands file.
      Parameters:
      config - New YAMLConfig file.
    • getEventsFile

      YAMLConfig getEventsFile()
      Get the events file.
      Returns:
      Current YAMLConfig file.
    • setEventsFile

      void setEventsFile(YAMLConfig config)
      Set the events file.
      Parameters:
      config - New YAMLConfig file.
    • getItemsFile

      YAMLConfig getItemsFile()
      Get the items file.
      Returns:
      Current YAMLConfig file.
    • setItemsFile

      void setItemsFile(YAMLConfig config)
      Set the items file.
      Parameters:
      config - New YAMLConfig file.
    • getIntervalActionsFile

      YAMLConfig getIntervalActionsFile()
      Get the interval actions file.
      Returns:
      Current YAMLConfig file.
    • setIntervalActionsFile

      void setIntervalActionsFile(YAMLConfig config)
      Set the interval actions file.
      Parameters:
      config - New YAMLConfig file.
    • getSignsFile

      YAMLConfig getSignsFile()
      Get the signs file.
      Returns:
      Current YAMLConfig file.
    • setSignsFile

      void setSignsFile(YAMLConfig config)
      Set the signs file.
      Parameters:
      config - New YAMLConfig file.
    • getMenuFile

      YAMLFolder getMenuFile()
      Get the menu folder.
      Returns:
      Current YAMLFolder folder.
    • setMenuFile

      void setMenuFile(YAMLFolder folder)
      Set the menus folder.
      Parameters:
      folder - New YAMLFolder folder.
    • getScoreboardFile

      YAMLConfig getScoreboardFile()
      Get the scoreboards file.
      Returns:
      Current YAMLConfig file.
    • setScoreboardFile

      void setScoreboardFile(YAMLConfig config)
      Set the scoreboards file.
      Parameters:
      config - New YAMLConfig file.
    • getNameTagsFile

      YAMLConfig getNameTagsFile()
      Get the nametags file.
      Returns:
      Current YAMLConfig file.
    • setNameTagsFile

      void setNameTagsFile(YAMLConfig config)
      Set the nametags file.
      Parameters:
      config - New YAMLConfig file.
    • getPlayerFile

      AdditionsPlayerManager getPlayerFile()
      Get the players file.
      Returns:
      Current YAMLConfig file.
    • setPlayerFile

      void setPlayerFile(AdditionsPlayerManager config)
      Set the players file.
      Parameters:
      config - New YAMLConfig file.
    • getTablistsFile

      YAMLConfig getTablistsFile()
      Get the tablists file.
      Returns:
      Current YAMLConfig file.
    • setTablistsFile

      void setTablistsFile(YAMLConfig config)
      Set the tablists file.
      Parameters:
      config - New YAMLConfig file.
    • setAnimationsFile

      void setAnimationsFile(YAMLConfig config)
      Set the animations file.
      Parameters:
      config - New YAMLConfig file.
    • getAnimationsFile

      YAMLConfig getAnimationsFile()
      Get the animations file.
      Returns:
      Current YAMLConfig file.