Uses of Class
me.ulrich.koth.data.CmdData
Packages that use CmdData
-
Uses of CmdData in me.ulrich.koth.manager
Methods in me.ulrich.koth.manager that return CmdDataModifier and TypeMethodDescriptionCmdManager.getKothCmdData(UUID id) CmdManager.getKothCmdData(UUID kothUUID, UUID id) Methods in me.ulrich.koth.manager that return types with arguments of type CmdDataModifier and TypeMethodDescriptionCmdManager.getCommands()CmdManager.getKothCommand(UUID kothUUID) Methods in me.ulrich.koth.manager with parameters of type CmdDataMethod parameters in me.ulrich.koth.manager with type arguments of type CmdDataModifier and TypeMethodDescriptionvoidCmdManager.setCommands(ConcurrentHashMap<UUID, List<CmdData>> commands) -
Uses of CmdData in me.ulrich.koth.manager.data.commands
Methods in me.ulrich.koth.manager.data.commands with parameters of type CmdDataModifier and TypeMethodDescriptionvoidSaveCommands.saveDatabaseKothData(Koth plugin, CmdData stats) voidSaveCommands.saveSqliteKothData(Koth plugin, CmdData stats) voidSaveCommands.saveYamlKothData(Koth plugin, CmdData stats) Constructors in me.ulrich.koth.manager.data.commands with parameters of type CmdData