Uses of Class
me.ulrich.clans.data.LoggerData
Packages that use LoggerData
Package
Description
-
Uses of LoggerData in me.ulrich.clans.api
Methods in me.ulrich.clans.api that return types with arguments of type LoggerDataModifier and TypeMethodDescriptionLoggerAPIManager.getClanLogger(UUID clanUUID) LoggerAPIManager.getClanLoggerTimed(UUID clanUUID, ClanEnum.LoggerTime time) LoggerAPIManager.getLoggerData()LoggerAPIManager.getPluginLogger(UUID clanUUID, String plugin) LoggerAPIManager.getPluginLogger(UUID clanUUID, UUID loggerUUID) -
Uses of LoggerData in me.ulrich.clans.interfaces
Methods in me.ulrich.clans.interfaces that return types with arguments of type LoggerDataModifier and TypeMethodDescriptionLoggerAPI.getClanLogger(UUID clanUUID) LoggerAPI.getClanLoggerTimed(UUID clanUUID, ClanEnum.LoggerTime time) LoggerAPI.getLoggerData()LoggerAPI.getPluginLogger(UUID clanUUID, String plugin) LoggerAPI.getPluginLogger(UUID clanUUID, UUID loggerUUID) -
Uses of LoggerData in me.ulrich.clans.manager
Methods in me.ulrich.clans.manager that return types with arguments of type LoggerDataModifier and TypeMethodDescriptionLoggerManager.getClanLogger(UUID clanUUID) LoggerManager.getClanLoggerTimed(UUID clanUUID, ClanEnum.LoggerTime time) LoggerManager.getLoggerData()LoggerManager.getPluginLogger(UUID clanUUID, String plugin) LoggerManager.getPluginLogger(UUID clanUUID, UUID loggerUUID) Methods in me.ulrich.clans.manager with parameters of type LoggerDataModifier and TypeMethodDescriptionvoidLoggerManager.SaveLoggerData(LoggerData log, boolean async) Method parameters in me.ulrich.clans.manager with type arguments of type LoggerDataModifier and TypeMethodDescriptionvoidLoggerManager.setLoggerData(HashMap<UUID, List<LoggerData>> loggerData) -
Uses of LoggerData in me.ulrich.clans.manager.data.logger
Methods in me.ulrich.clans.manager.data.logger with parameters of type LoggerDataModifier and TypeMethodDescriptionvoidSaveLogger.saveDatabasePlayerData(Clans plugin, LoggerData logger) voidSaveLogger.saveH2PlayerData(Clans plugin, LoggerData logger) voidSaveLogger.saveSqlitePlayerData(Clans plugin, LoggerData logger) voidSaveLogger.saveYamlPlayerData(Clans plugin, LoggerData logger) Constructors in me.ulrich.clans.manager.data.logger with parameters of type LoggerData