Package me.ulrich.koth.manager
Class CmdManager
java.lang.Object
me.ulrich.koth.manager.CmdManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddCommandKoth(UUID kothUUID, KothEnum.CmdType type, String cmd) voiddeleteCommandsData(UUID statsID) voiddispatchCommands(UUID kothUUID, KothEnum.CmdType type, org.bukkit.entity.Player player) getKothCmdData(UUID id) getKothCmdData(UUID kothUUID, UUID id) getKothCommand(UUID kothUUID) booleanhasKothCommand(UUID kothUUID) voidvoidreloadCommandsData(UUID statsID) booleanremoveCommandKoth(UUID kothUUID, UUID uuid) voidsaveCommandsData(CmdData stats) voidsetCommands(ConcurrentHashMap<UUID, List<CmdData>> commands) voidsetConvertKoth(List<UUID> convertKoth)
-
Constructor Details
-
CmdManager
-
-
Method Details
-
hasKothCommand
-
getKothCommand
-
getKothCmdData
-
getKothCmdData
-
addCommandKoth
-
removeCommandKoth
-
dispatchCommands
-
saveCommandsData
-
deleteCommandsData
-
reloadCommandsData
-
loadAllCommandsData
public void loadAllCommandsData() -
getPlugin
-
getCommands
-
setCommands
-
getConvertKoth
-
setConvertKoth
-