Uses of Class
me.ulrich.outpost.data.CmdData
Packages that use CmdData
-
Uses of CmdData in me.ulrich.outpost.manager
Methods in me.ulrich.outpost.manager that return CmdDataModifier and TypeMethodDescriptionCmdManager.getOutpostCmdData(UUID id) CmdManager.getOutpostCmdData(UUID outpostUUID, UUID id) Methods in me.ulrich.outpost.manager that return types with arguments of type CmdDataModifier and TypeMethodDescriptionCmdManager.getCommands()CmdManager.getOutpostCommand(UUID outpostUUID) Methods in me.ulrich.outpost.manager with parameters of type CmdDataModifier and TypeMethodDescriptionvoidCmdManager.dispatchCommand(UUID outpostUUID, CmdData cmdData, org.bukkit.entity.Player player) voidCmdManager.saveCommandsData(CmdData stats) Method parameters in me.ulrich.outpost.manager with type arguments of type CmdDataModifier and TypeMethodDescriptionvoidCmdManager.setCommands(HashMap<UUID, List<CmdData>> commands) -
Uses of CmdData in me.ulrich.outpost.manager.data.commands
Methods in me.ulrich.outpost.manager.data.commands with parameters of type CmdDataModifier and TypeMethodDescriptionvoidSaveCommands.saveDatabaseOutpostData(Outpost plugin, CmdData stats) voidSaveCommands.saveSqliteOutpostData(Outpost plugin, CmdData stats) voidSaveCommands.saveYamlOutpostData(Outpost plugin, CmdData stats) Constructors in me.ulrich.outpost.manager.data.commands with parameters of type CmdData