Interface KitManager


public interface KitManager
  • Method Details

    • getKitById

      Kit getKitById(String id)
      Parameters:
      id - The id of the kit you are trying to get (not case-sensitive)
      Returns:
      API instance of that kit (null if the kit cannot be found)
    • getKits

      List<Kit> getKits()
      Returns:
      a list of all the kits on the server
    • createKit

      Kit createKit(String id)
      Creates a kit
      Parameters:
      id - The id of the kit
      Returns:
      an API instance of the created kit