Package sawfowl.commandpack.api
Interface KitService
public interface KitService
Kits API.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Adding a kit.
The kit will be saved to the CommandPack vault.Getting the kit.getKits()
Getting a copy of a collection of kits.boolean
Checks if a set with the specified id exists.boolean
Removing a kit.boolean
Removing a kit.
-
Method Details
-
addKit
Adding a kit.
The kit will be saved to the CommandPack vault. -
removeKit
Removing a kit. -
removeKit
Removing a kit. -
kitExist
Checks if a set with the specified id exists. -
getKit
Getting the kit. -
getKits
Collection<Kit> getKits()Getting a copy of a collection of kits.
-