Index

A B C D E F G H I J K L M N O P R S T U V W Y 
All Classes and Interfaces|All Packages

A

add(Ban) - Method in interface com.gamersafer.minecraft.bans.common.db.api.IBanStorage
 
add(Ban) - Method in class com.gamersafer.minecraft.bans.common.db.cache.BanCache
 
add(Ban) - Method in class com.gamersafer.minecraft.bans.common.db.repo.BansDB
 
add(MuteEntry) - Method in interface com.gamersafer.minecraft.bans.common.db.api.IMuteStorage
 
add(MuteEntry) - Method in class com.gamersafer.minecraft.bans.common.db.cache.MuteCache
 
add(MuteEntry) - Method in class com.gamersafer.minecraft.bans.common.db.repo.MuteDB
 
add(PlayerEntry) - Method in interface com.gamersafer.minecraft.bans.common.db.api.IPlayerStorage
 
add(PlayerEntry) - Method in class com.gamersafer.minecraft.bans.common.db.cache.PlayerCache
 
add(PlayerEntry) - Method in class com.gamersafer.minecraft.bans.common.db.repo.PlayersDB
 
add(ReportLog) - Method in interface com.gamersafer.minecraft.bans.common.db.api.IReportLogStorage
 
add(ReportLog) - Method in class com.gamersafer.minecraft.bans.common.db.repo.ReportLogDB
 
add(Warning) - Method in interface com.gamersafer.minecraft.bans.common.db.api.IWarningStorage
 
add(Warning) - Method in class com.gamersafer.minecraft.bans.common.db.cache.WarningCache
 
add(Warning) - Method in class com.gamersafer.minecraft.bans.common.db.repo.WarningsDB
 
add(UserIdentity, EphemeralUserReference) - Method in class com.gamersafer.minecraft.bans.common.ephemeral.EphemeralUserReferenceManager
 
addMuteEntry(String, Date, Date, UUID, String, UUID, String, String, boolean, String) - Method in class com.gamersafer.minecraft.bans.common.mute.MuteManager
 
api - Variable in class com.gamersafer.minecraft.bans.common.commands.CommandRegistry
 

B

ban(IPlayer, UUID, ISender, boolean) - Method in interface com.gamersafer.minecraft.bans.common.event.EventFactory
Creates and fires a (un)ban event.
ban(UUID, String, UUID, String, String, Date, Date) - Method in class com.gamersafer.minecraft.bans.common.integration.impl.LiteBansIntegration
 
ban(UUID, String, UUID, String, String, Date, Date) - Method in interface com.gamersafer.minecraft.bans.common.integration.Integration
 
ban(UUID, String, UUID, String, String, Date, Date) - Method in class com.gamersafer.minecraft.bans.common.integration.IntegrationManager
 
ban(UUID, UUID, Date, String, boolean, String) - Method in class com.gamersafer.minecraft.bans.common.api.GSBansApi
Bans a player.
Ban - Class in com.gamersafer.minecraft.bans.common.db.model
 
Ban(int, String, Date, Date, UUID, String, UUID, String, String, boolean, String, boolean) - Constructor for class com.gamersafer.minecraft.bans.common.db.model.Ban
 
BanCache - Class in com.gamersafer.minecraft.bans.common.db.cache
 
BanCache(IBanStorage) - Constructor for class com.gamersafer.minecraft.bans.common.db.cache.BanCache
 
banManager - Variable in class com.gamersafer.minecraft.bans.common.listener.GSBansListenerStandalone
 
BanManager - Class in com.gamersafer.minecraft.bans.common.ban
 
BanManager(IBanStorage, ReportLogManager, IntegrationManager) - Constructor for class com.gamersafer.minecraft.bans.common.ban.BanManager
 
BansDB - Class in com.gamersafer.minecraft.bans.common.db.repo
 
BansDB(DBContext) - Constructor for class com.gamersafer.minecraft.bans.common.db.repo.BansDB
 
banUser(String, Date, Date, UUID, String, UUID, String, String, boolean, String) - Method in class com.gamersafer.minecraft.bans.common.ban.BanManager
 
BasePlaceholderService - Class in com.gamersafer.minecraft.bans.common.placeholder
A placeholder service that just returns the provided arguments.
BasePlaceholderService() - Constructor for class com.gamersafer.minecraft.bans.common.placeholder.BasePlaceholderService
 
BLUE - Enum constant in enum class com.gamersafer.minecraft.bans.common.configuration.MessageConfiguration.BossBarColor
 

C

CATEGORIES - Static variable in class com.gamersafer.minecraft.bans.common.api.GSBansApi
Contains all available categories for mutes, reports, bans, and kicks.
ChatIntegration - Interface in com.gamersafer.minecraft.bans.common.integration.chat
 
ChatIntegrationManager - Class in com.gamersafer.minecraft.bans.common.integration.chat
 
ChatIntegrationManager(ILogger) - Constructor for class com.gamersafer.minecraft.bans.common.integration.chat.ChatIntegrationManager
 
clear(UserIdentity) - Method in class com.gamersafer.minecraft.bans.common.ephemeral.EphemeralUserReferenceManager
 
clearAll() - Method in class com.gamersafer.minecraft.bans.common.ephemeral.EphemeralUserReferenceManager
 
com.gamersafer.minecraft.bans.common - package com.gamersafer.minecraft.bans.common
 
com.gamersafer.minecraft.bans.common.abstraction - package com.gamersafer.minecraft.bans.common.abstraction
 
com.gamersafer.minecraft.bans.common.api - package com.gamersafer.minecraft.bans.common.api
 
com.gamersafer.minecraft.bans.common.ban - package com.gamersafer.minecraft.bans.common.ban
 
com.gamersafer.minecraft.bans.common.commands - package com.gamersafer.minecraft.bans.common.commands
 
com.gamersafer.minecraft.bans.common.configuration - package com.gamersafer.minecraft.bans.common.configuration
 
com.gamersafer.minecraft.bans.common.db.api - package com.gamersafer.minecraft.bans.common.db.api
 
com.gamersafer.minecraft.bans.common.db.cache - package com.gamersafer.minecraft.bans.common.db.cache
 
com.gamersafer.minecraft.bans.common.db.migration - package com.gamersafer.minecraft.bans.common.db.migration
 
com.gamersafer.minecraft.bans.common.db.model - package com.gamersafer.minecraft.bans.common.db.model
 
com.gamersafer.minecraft.bans.common.db.repo - package com.gamersafer.minecraft.bans.common.db.repo
 
com.gamersafer.minecraft.bans.common.ephemeral - package com.gamersafer.minecraft.bans.common.ephemeral
 
com.gamersafer.minecraft.bans.common.event - package com.gamersafer.minecraft.bans.common.event
 
com.gamersafer.minecraft.bans.common.integration - package com.gamersafer.minecraft.bans.common.integration
 
com.gamersafer.minecraft.bans.common.integration.chat - package com.gamersafer.minecraft.bans.common.integration.chat
 
com.gamersafer.minecraft.bans.common.integration.impl - package com.gamersafer.minecraft.bans.common.integration.impl
 
com.gamersafer.minecraft.bans.common.listener - package com.gamersafer.minecraft.bans.common.listener
 
com.gamersafer.minecraft.bans.common.mute - package com.gamersafer.minecraft.bans.common.mute
 
com.gamersafer.minecraft.bans.common.placeholder - package com.gamersafer.minecraft.bans.common.placeholder
 
com.gamersafer.minecraft.bans.common.reportlog - package com.gamersafer.minecraft.bans.common.reportlog
 
com.gamersafer.minecraft.bans.common.shared.model.api - package com.gamersafer.minecraft.bans.common.shared.model.api
 
com.gamersafer.minecraft.bans.common.shared.model.impl - package com.gamersafer.minecraft.bans.common.shared.model.impl
 
com.gamersafer.minecraft.bans.common.util - package com.gamersafer.minecraft.bans.common.util
 
com.gamersafer.minecraft.bans.common.warn - package com.gamersafer.minecraft.bans.common.warn
 
commandIntegrationImported - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
commandIntegrationNotFound - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
commandInvalidCategory - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
commandKicked - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
commandNoPermission - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
commandNoReason - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
commandNoReportsPlayer - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
commandNoReportsServer - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
commandNotOnline - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
commandPageNumberPositive - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
commandPlayerAlreadyBanned - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
commandPlayerNotBanned - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
commandPlayerNotFound - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
commandPlayerNotMuted - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
commandPlayerNowBanned - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
commandPlayerNowMuted - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
commandPlayerNowMutedPermanently - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
commandPlayerNowUnbanned - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
commandPlayerNowUnmuted - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
commandPlayerNowWarned - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
CommandRegistry - Class in com.gamersafer.minecraft.bans.common.commands
 
CommandRegistry(GSBansPlugin, ReportLogManager, IPlayerStorage, SharedConfiguration, IServer, GSBansApi) - Constructor for class com.gamersafer.minecraft.bans.common.commands.CommandRegistry
 
commandReloaded - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
commandReportHistoryHeader - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
commandReportListHeader - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
commands - Variable in class com.gamersafer.minecraft.bans.common.commands.CommandRegistry
 
CommandUtils - Class in com.gamersafer.minecraft.bans.common.commands
 
CommandUtils() - Constructor for class com.gamersafer.minecraft.bans.common.commands.CommandUtils
 
complete(ISender, String[]) - Method in class com.gamersafer.minecraft.bans.common.commands.GSBanCommand
 
complete(ISender, String[]) - Method in class com.gamersafer.minecraft.bans.common.commands.GSImportCommand
 
complete(ISender, String[]) - Method in class com.gamersafer.minecraft.bans.common.commands.GSKickCommand
 
complete(ISender, String[]) - Method in class com.gamersafer.minecraft.bans.common.commands.GSMuteCommand
 
complete(ISender, String[]) - Method in class com.gamersafer.minecraft.bans.common.commands.GSReloadCommand
 
complete(ISender, String[]) - Method in class com.gamersafer.minecraft.bans.common.commands.GSReportHistoryCommand
 
complete(ISender, String[]) - Method in class com.gamersafer.minecraft.bans.common.commands.GSReportListCommand
 
complete(ISender, String[]) - Method in class com.gamersafer.minecraft.bans.common.commands.GSUnbanCommand
 
complete(ISender, String[]) - Method in class com.gamersafer.minecraft.bans.common.commands.GSUnmuteCommand
 
complete(ISender, String[]) - Method in class com.gamersafer.minecraft.bans.common.commands.GSWarnCommand
 
complete(ISender, String[]) - Method in class com.gamersafer.minecraft.bans.common.commands.ICommand
 
config - Variable in class com.gamersafer.minecraft.bans.common.commands.CommandRegistry
 
config - Variable in class com.gamersafer.minecraft.bans.common.listener.GSBansListenerStandalone
 
core - Variable in class com.gamersafer.minecraft.bans.common.commands.CommandRegistry
 
core - Variable in class com.gamersafer.minecraft.bans.common.commands.ICommand
 
core - Variable in class com.gamersafer.minecraft.bans.common.listener.GSBansListenerStandalone
 
createProxy(IServer, IPlugin, SharedConfiguration, MessageConfiguration, LanguageConfiguration, ILogger, File, EventFactory, PlaceholderService) - Static method in class com.gamersafer.minecraft.bans.common.GSBansPlugin
 
createServer(IServer, IPlugin, SharedConfiguration, MessageConfiguration, LanguageConfiguration, ILogger, File, EventFactory, PlaceholderService) - Static method in class com.gamersafer.minecraft.bans.common.GSBansPlugin
 

D

dbConnectionString - Variable in class com.gamersafer.minecraft.bans.common.configuration.SharedConfiguration
 
DBContext - Class in com.gamersafer.minecraft.bans.common.db.repo
 
DBContext(ConnectionSource, ILogger, LanguageConfiguration) - Constructor for class com.gamersafer.minecraft.bans.common.db.repo.DBContext
 
dbPassword - Variable in class com.gamersafer.minecraft.bans.common.configuration.SharedConfiguration
 
dbType - Variable in class com.gamersafer.minecraft.bans.common.configuration.SharedConfiguration
 
DBType - Enum Class in com.gamersafer.minecraft.bans.common.configuration
 
dbUser - Variable in class com.gamersafer.minecraft.bans.common.configuration.SharedConfiguration
 
DBVersion - Class in com.gamersafer.minecraft.bans.common.db.model
 
DBVersion() - Constructor for class com.gamersafer.minecraft.bans.common.db.model.DBVersion
 
DBVersion(int) - Constructor for class com.gamersafer.minecraft.bans.common.db.model.DBVersion
 
DBVersionDB - Class in com.gamersafer.minecraft.bans.common.db.repo
 
DBVersionDB(DBContext) - Constructor for class com.gamersafer.minecraft.bans.common.db.repo.DBVersionDB
 
deactivate() - Method in class com.gamersafer.minecraft.bans.common.db.model.Ban
 
deactivate() - Method in class com.gamersafer.minecraft.bans.common.db.model.MuteEntry
 
deactivate() - Method in class com.gamersafer.minecraft.bans.common.db.model.Warning
 
debug(String, Object...) - Method in interface com.gamersafer.minecraft.bans.common.abstraction.ILogger
 
destroy() - Method in interface com.gamersafer.minecraft.bans.common.ephemeral.EphemeralUserReference
Removes the associated reference
disableChecks - Variable in class com.gamersafer.minecraft.bans.common.listener.GSBansListenerStandalone
 
dispatchCommand(ISender, String) - Method in interface com.gamersafer.minecraft.bans.common.abstraction.IServer
 

E

EphemeralUserReference - Interface in com.gamersafer.minecraft.bans.common.ephemeral
 
EphemeralUserReferenceManager - Class in com.gamersafer.minecraft.bans.common.ephemeral
 
EphemeralUserReferenceManager() - Constructor for class com.gamersafer.minecraft.bans.common.ephemeral.EphemeralUserReferenceManager
 
equals(Object) - Method in class com.gamersafer.minecraft.bans.common.db.model.Ban
 
equals(Object) - Method in class com.gamersafer.minecraft.bans.common.db.model.MuteEntry
 
equals(Object) - Method in class com.gamersafer.minecraft.bans.common.db.model.ReportLog
 
equals(Object) - Method in class com.gamersafer.minecraft.bans.common.db.model.Warning
 
equals(Object) - Method in class com.gamersafer.minecraft.bans.common.shared.model.impl.JavaUserIdentity
 
error(String, Object...) - Method in interface com.gamersafer.minecraft.bans.common.abstraction.ILogger
 
EventFactory - Interface in com.gamersafer.minecraft.bans.common.event
An event factory.
examinableProperties() - Method in interface com.gamersafer.minecraft.bans.common.shared.model.api.UserIdentity
 
execute(ISender, String[]) - Method in class com.gamersafer.minecraft.bans.common.commands.GSBanCommand
 
execute(ISender, String[]) - Method in class com.gamersafer.minecraft.bans.common.commands.GSImportCommand
 
execute(ISender, String[]) - Method in class com.gamersafer.minecraft.bans.common.commands.GSKickCommand
 
execute(ISender, String[]) - Method in class com.gamersafer.minecraft.bans.common.commands.GSMuteCommand
 
execute(ISender, String[]) - Method in class com.gamersafer.minecraft.bans.common.commands.GSReloadCommand
 
execute(ISender, String[]) - Method in class com.gamersafer.minecraft.bans.common.commands.GSReportHistoryCommand
 
execute(ISender, String[]) - Method in class com.gamersafer.minecraft.bans.common.commands.GSReportListCommand
 
execute(ISender, String[]) - Method in class com.gamersafer.minecraft.bans.common.commands.GSUnbanCommand
 
execute(ISender, String[]) - Method in class com.gamersafer.minecraft.bans.common.commands.GSUnmuteCommand
 
execute(ISender, String[]) - Method in class com.gamersafer.minecraft.bans.common.commands.GSWarnCommand
 
execute(ISender, String[]) - Method in class com.gamersafer.minecraft.bans.common.commands.ICommand
 
execute(DBContext) - Method in interface com.gamersafer.minecraft.bans.common.db.migration.Migration
 
execute(DBContext) - Method in class com.gamersafer.minecraft.bans.common.db.migration.V0_V1
 
executeAfterServerConnect(UUID, Runnable) - Method in class com.gamersafer.minecraft.bans.common.listener.GSBansListenerStandalone
 
executeCommands(List<String>) - Method in interface com.gamersafer.minecraft.bans.common.abstraction.IPlayer
Execute the commands that are bundled with this MessageCompound
exists(UserIdentity) - Method in interface com.gamersafer.minecraft.bans.common.db.api.IPlayerStorage
 
exists(UserIdentity) - Method in class com.gamersafer.minecraft.bans.common.db.cache.PlayerCache
 
exists(UserIdentity) - Method in class com.gamersafer.minecraft.bans.common.db.repo.PlayersDB
 
extractLanguageFiles(File) - Static method in class com.gamersafer.minecraft.bans.common.util.Util
 

F

findUuid(String) - Method in class com.gamersafer.minecraft.bans.common.api.GSBansApi
Tries to find the UUID the playername belongs to.
Format - Class in com.gamersafer.minecraft.bans.common.util
 
Format() - Constructor for class com.gamersafer.minecraft.bans.common.util.Format
 
formatBanMessage(MessageConfiguration, PlaceholderService, IPlayer, Ban) - Static method in class com.gamersafer.minecraft.bans.common.util.Format
 
formatKickMessage(MessageConfiguration, PlaceholderService, IPlayer, String, String) - Static method in class com.gamersafer.minecraft.bans.common.util.Format
 
friendlyName() - Method in interface com.gamersafer.minecraft.bans.common.db.migration.Migration
 
friendlyName() - Method in class com.gamersafer.minecraft.bans.common.db.migration.V0_V1
 
fromName(String) - Static method in enum class com.gamersafer.minecraft.bans.common.configuration.DBType
 

G

get() - Method in class com.gamersafer.minecraft.bans.common.db.repo.DBVersionDB
 
get(UserIdentity) - Method in interface com.gamersafer.minecraft.bans.common.db.api.IPlayerStorage
 
get(UserIdentity) - Method in class com.gamersafer.minecraft.bans.common.db.cache.PlayerCache
 
get(UserIdentity) - Method in class com.gamersafer.minecraft.bans.common.db.repo.PlayersDB
 
getAliases() - Method in class com.gamersafer.minecraft.bans.common.commands.GSBanCommand
 
getAliases() - Method in class com.gamersafer.minecraft.bans.common.commands.GSImportCommand
 
getAliases() - Method in class com.gamersafer.minecraft.bans.common.commands.GSKickCommand
 
getAliases() - Method in class com.gamersafer.minecraft.bans.common.commands.GSMuteCommand
 
getAliases() - Method in class com.gamersafer.minecraft.bans.common.commands.GSReloadCommand
 
getAliases() - Method in class com.gamersafer.minecraft.bans.common.commands.GSReportHistoryCommand
 
getAliases() - Method in class com.gamersafer.minecraft.bans.common.commands.GSReportListCommand
 
getAliases() - Method in class com.gamersafer.minecraft.bans.common.commands.GSUnbanCommand
 
getAliases() - Method in class com.gamersafer.minecraft.bans.common.commands.GSUnmuteCommand
 
getAliases() - Method in class com.gamersafer.minecraft.bans.common.commands.GSWarnCommand
 
getAliases() - Method in class com.gamersafer.minecraft.bans.common.commands.ICommand
 
getAllPlayerNames() - Method in interface com.gamersafer.minecraft.bans.common.db.api.IPlayerStorage
 
getAllPlayerNames() - Method in class com.gamersafer.minecraft.bans.common.db.cache.PlayerCache
 
getAllPlayerNames() - Method in class com.gamersafer.minecraft.bans.common.db.repo.PlayersDB
 
getAllReportLogs(int, int) - Method in class com.gamersafer.minecraft.bans.common.reportlog.ReportLogManager
 
getBanDao() - Method in class com.gamersafer.minecraft.bans.common.db.repo.DBContext
 
getBanManager() - Method in class com.gamersafer.minecraft.bans.common.GSBansPlugin
 
getBans(UserIdentity) - Method in class com.gamersafer.minecraft.bans.common.ban.BanManager
 
getBans(UserIdentity) - Method in interface com.gamersafer.minecraft.bans.common.db.api.IBanStorage
 
getBans(UserIdentity) - Method in class com.gamersafer.minecraft.bans.common.db.cache.BanCache
 
getBans(UserIdentity) - Method in class com.gamersafer.minecraft.bans.common.db.repo.BansDB
 
getCategory() - Method in class com.gamersafer.minecraft.bans.common.db.model.Ban
 
getCategory() - Method in class com.gamersafer.minecraft.bans.common.db.model.MuteEntry
 
getCategory() - Method in class com.gamersafer.minecraft.bans.common.db.model.ReportLog
 
getCategory() - Method in class com.gamersafer.minecraft.bans.common.db.model.Warning
 
getChatIntegrationManager() - Method in class com.gamersafer.minecraft.bans.common.GSBansPlugin
 
getCommandIntegrationImported() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getCommandIntegrationNotFound() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getCommandInvalidCategory() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getCommandKicked() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getCommandNoPermission() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getCommandNoReason() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getCommandNoReportsPlayer() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getCommandNoReportsServer() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getCommandNotOnline() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getCommandPageNumberPositive() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getCommandPlayerAlreadyBanned() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getCommandPlayerNotBanned() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getCommandPlayerNotMuted() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getCommandPlayerNowBanned() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getCommandPlayerNowMuted() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getCommandPlayerNowMutedPermanently() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getCommandPlayerNowUnbanned() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getCommandPlayerNowUnmuted() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getCommandPlayerNowWarned() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getCommandReloaded() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getCommandReportHistoryHeader() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getCommandReportListHeader() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getConfig() - Method in class com.gamersafer.minecraft.bans.common.GSBansPlugin
 
getConnection() - Method in class com.gamersafer.minecraft.bans.common.db.repo.DBContext
 
getConsole() - Method in interface com.gamersafer.minecraft.bans.common.abstraction.IServer
 
getCount() - Method in interface com.gamersafer.minecraft.bans.common.db.api.IReportLogStorage
 
getCount() - Method in class com.gamersafer.minecraft.bans.common.db.repo.ReportLogDB
 
getCount() - Method in class com.gamersafer.minecraft.bans.common.reportlog.ReportLogManager
 
getDbConnectionString() - Method in class com.gamersafer.minecraft.bans.common.configuration.SharedConfiguration
 
getDbPassword() - Method in class com.gamersafer.minecraft.bans.common.configuration.SharedConfiguration
 
getDbType() - Method in class com.gamersafer.minecraft.bans.common.configuration.SharedConfiguration
 
getDbUser() - Method in class com.gamersafer.minecraft.bans.common.configuration.SharedConfiguration
 
getDescription() - Method in class com.gamersafer.minecraft.bans.common.db.model.Ban
 
getDescription() - Method in class com.gamersafer.minecraft.bans.common.db.model.MuteEntry
 
getDescription() - Method in class com.gamersafer.minecraft.bans.common.db.model.ReportLog
 
getDescription() - Method in class com.gamersafer.minecraft.bans.common.db.model.Warning
 
getEphemeralUserReferenceManager() - Method in class com.gamersafer.minecraft.bans.common.GSBansPlugin
 
getEventFactory() - Method in class com.gamersafer.minecraft.bans.common.GSBansPlugin
 
getId() - Method in class com.gamersafer.minecraft.bans.common.db.model.Ban
 
getId() - Method in class com.gamersafer.minecraft.bans.common.db.model.DBVersion
 
getId() - Method in class com.gamersafer.minecraft.bans.common.db.model.MuteEntry
 
getId() - Method in class com.gamersafer.minecraft.bans.common.db.model.PlayerEntry
 
getId() - Method in class com.gamersafer.minecraft.bans.common.db.model.ReportLog
 
getId() - Method in class com.gamersafer.minecraft.bans.common.db.model.Warning
 
getIntegration(String) - Method in class com.gamersafer.minecraft.bans.common.integration.IntegrationManager
 
getIntegrationManager() - Method in class com.gamersafer.minecraft.bans.common.GSBansPlugin
 
getIntegrations() - Method in class com.gamersafer.minecraft.bans.common.integration.IntegrationManager
 
getKickScreen() - Method in class com.gamersafer.minecraft.bans.common.configuration.MessageConfiguration
 
getLang() - Method in class com.gamersafer.minecraft.bans.common.GSBansPlugin
 
getLanguage() - Method in class com.gamersafer.minecraft.bans.common.configuration.SharedConfiguration
 
getLocale() - Method in interface com.gamersafer.minecraft.bans.common.abstraction.IPlayer
Returns the locale the player is using.
getLogDBExecutingMigration() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getLogDBFailedMigration() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getLogDBFailedToConnect() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getLogDBTypeNotImplemented() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getLogger() - Method in class com.gamersafer.minecraft.bans.common.GSBansPlugin
 
getLogIntegrationDispatchBanFailed() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getLogIntegrationDispatchKickFailed() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getLogIntegrationDispatchMuteFailed() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getLogIntegrationDispatchUnbanFailed() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getLogIntegrationDispatchUnmuteFailed() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getLogIntegrationDispatchWarningFailed() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getLogIntegrationImportBansFailed() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getLogIntegrationImportKicksFailed() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getLogIntegrationImportMutesFailed() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getLogIntegrationImportWarningsFailed() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getLogIntegrationLoaded() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getLogIntegrationShutdownFailed() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getLogPluginInitFailed() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getLogPluginLoadedStandalone() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getLogPluginLoadedWithProxy() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getLogPluginShutdown() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getMessageOnMute() - Method in class com.gamersafer.minecraft.bans.common.configuration.MessageConfiguration
 
getMessageOnUnmute() - Method in class com.gamersafer.minecraft.bans.common.configuration.MessageConfiguration
 
getMessageOnWarning() - Method in class com.gamersafer.minecraft.bans.common.configuration.MessageConfiguration
 
getMessages() - Method in class com.gamersafer.minecraft.bans.common.GSBansPlugin
 
getMuteDao() - Method in class com.gamersafer.minecraft.bans.common.db.repo.DBContext
 
getMuteEntries(UserIdentity) - Method in class com.gamersafer.minecraft.bans.common.mute.MuteManager
 
getMuteManager() - Method in class com.gamersafer.minecraft.bans.common.GSBansPlugin
 
getMuterPlayerName() - Method in class com.gamersafer.minecraft.bans.common.db.model.MuteEntry
 
getMuterPlayerUuid() - Method in class com.gamersafer.minecraft.bans.common.db.model.MuteEntry
 
getMutes(UserIdentity) - Method in interface com.gamersafer.minecraft.bans.common.db.api.IMuteStorage
 
getMutes(UserIdentity) - Method in class com.gamersafer.minecraft.bans.common.db.cache.MuteCache
 
getMutes(UserIdentity) - Method in class com.gamersafer.minecraft.bans.common.db.repo.MuteDB
 
getName() - Method in class com.gamersafer.minecraft.bans.common.commands.GSBanCommand
 
getName() - Method in class com.gamersafer.minecraft.bans.common.commands.GSImportCommand
 
getName() - Method in class com.gamersafer.minecraft.bans.common.commands.GSKickCommand
 
getName() - Method in class com.gamersafer.minecraft.bans.common.commands.GSMuteCommand
 
getName() - Method in class com.gamersafer.minecraft.bans.common.commands.GSReloadCommand
 
getName() - Method in class com.gamersafer.minecraft.bans.common.commands.GSReportHistoryCommand
 
getName() - Method in class com.gamersafer.minecraft.bans.common.commands.GSReportListCommand
 
getName() - Method in class com.gamersafer.minecraft.bans.common.commands.GSUnbanCommand
 
getName() - Method in class com.gamersafer.minecraft.bans.common.commands.GSUnmuteCommand
 
getName() - Method in class com.gamersafer.minecraft.bans.common.commands.GSWarnCommand
 
getName() - Method in class com.gamersafer.minecraft.bans.common.commands.ICommand
 
getOrCreate(UserIdentity) - Method in interface com.gamersafer.minecraft.bans.common.db.api.IPlayerStorage
 
getOrCreate(UserIdentity) - Method in class com.gamersafer.minecraft.bans.common.db.cache.PlayerCache
 
getOrCreate(UserIdentity) - Method in class com.gamersafer.minecraft.bans.common.db.repo.PlayersDB
 
getPermanentBanScreen() - Method in class com.gamersafer.minecraft.bans.common.configuration.MessageConfiguration
 
getPermission() - Method in class com.gamersafer.minecraft.bans.common.commands.GSBanCommand
 
getPermission() - Method in class com.gamersafer.minecraft.bans.common.commands.GSImportCommand
 
getPermission() - Method in class com.gamersafer.minecraft.bans.common.commands.GSKickCommand
 
getPermission() - Method in class com.gamersafer.minecraft.bans.common.commands.GSMuteCommand
 
getPermission() - Method in class com.gamersafer.minecraft.bans.common.commands.GSReloadCommand
 
getPermission() - Method in class com.gamersafer.minecraft.bans.common.commands.GSReportHistoryCommand
 
getPermission() - Method in class com.gamersafer.minecraft.bans.common.commands.GSReportListCommand
 
getPermission() - Method in class com.gamersafer.minecraft.bans.common.commands.GSUnbanCommand
 
getPermission() - Method in class com.gamersafer.minecraft.bans.common.commands.GSUnmuteCommand
 
getPermission() - Method in class com.gamersafer.minecraft.bans.common.commands.GSWarnCommand
 
getPermission() - Method in class com.gamersafer.minecraft.bans.common.commands.ICommand
 
getPlaceholderService() - Method in interface com.gamersafer.minecraft.bans.common.abstraction.IPlugin
Returns the placeholder service.
getPlaceholderService() - Method in class com.gamersafer.minecraft.bans.common.GSBansPlugin
 
getPlayer(String) - Method in interface com.gamersafer.minecraft.bans.common.abstraction.IServer
 
getPlayer(UUID) - Method in interface com.gamersafer.minecraft.bans.common.abstraction.IServer
 
getPlayerDao() - Method in class com.gamersafer.minecraft.bans.common.db.repo.DBContext
 
getPlayername() - Method in class com.gamersafer.minecraft.bans.common.api.GSBansApi.NameResult
 
getPlayerName() - Method in class com.gamersafer.minecraft.bans.common.db.model.Ban
 
getPlayerName() - Method in class com.gamersafer.minecraft.bans.common.db.model.MuteEntry
 
getPlayerName() - Method in class com.gamersafer.minecraft.bans.common.db.model.PlayerEntry
 
getPlayerName() - Method in class com.gamersafer.minecraft.bans.common.db.model.ReportLog
 
getPlayerName() - Method in class com.gamersafer.minecraft.bans.common.db.model.Warning
 
getPlayers() - Method in interface com.gamersafer.minecraft.bans.common.abstraction.IServer
 
getPlayerStorage() - Method in class com.gamersafer.minecraft.bans.common.GSBansPlugin
 
getPlayerUuid() - Method in class com.gamersafer.minecraft.bans.common.api.GSBansApi.NameResult
 
getPlayerUuid() - Method in class com.gamersafer.minecraft.bans.common.db.model.Ban
 
getPlayerUuid() - Method in class com.gamersafer.minecraft.bans.common.db.model.MuteEntry
 
getPlayerUuid() - Method in class com.gamersafer.minecraft.bans.common.db.model.PlayerEntry
 
getPlayerUuid() - Method in class com.gamersafer.minecraft.bans.common.db.model.ReportLog
 
getPlayerUuid() - Method in class com.gamersafer.minecraft.bans.common.db.model.Warning
 
getPlugin() - Method in class com.gamersafer.minecraft.bans.common.GSBansPlugin
 
getPluginDataFolder() - Method in class com.gamersafer.minecraft.bans.common.GSBansPlugin
 
getPluginName() - Method in interface com.gamersafer.minecraft.bans.common.integration.chat.ChatIntegration
 
getPluginName() - Method in class com.gamersafer.minecraft.bans.common.integration.chat.ChatIntegrationManager
 
getPluginName() - Method in class com.gamersafer.minecraft.bans.common.integration.impl.LiteBansIntegration
 
getPluginName() - Method in interface com.gamersafer.minecraft.bans.common.integration.Integration
 
getPluginName() - Method in class com.gamersafer.minecraft.bans.common.integration.IntegrationManager
 
getPluginPrefix() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getPrefixes(UUID) - Method in interface com.gamersafer.minecraft.bans.common.integration.chat.ChatIntegration
 
getPrefixes(UUID) - Method in class com.gamersafer.minecraft.bans.common.integration.chat.ChatIntegrationManager
 
getReporterPlayerName() - Method in class com.gamersafer.minecraft.bans.common.db.model.Ban
 
getReporterPlayerName() - Method in class com.gamersafer.minecraft.bans.common.db.model.ReportLog
 
getReporterPlayerName() - Method in class com.gamersafer.minecraft.bans.common.db.model.Warning
 
getReporterPlayerUuid() - Method in class com.gamersafer.minecraft.bans.common.db.model.Ban
 
getReporterPlayerUuid() - Method in class com.gamersafer.minecraft.bans.common.db.model.ReportLog
 
getReporterPlayerUuid() - Method in class com.gamersafer.minecraft.bans.common.db.model.Warning
 
getReportLogDao() - Method in class com.gamersafer.minecraft.bans.common.db.repo.DBContext
 
getReportLogManager() - Method in class com.gamersafer.minecraft.bans.common.GSBansPlugin
 
getReportLogs(long, long) - Method in interface com.gamersafer.minecraft.bans.common.db.api.IReportLogStorage
 
getReportLogs(long, long) - Method in class com.gamersafer.minecraft.bans.common.db.repo.ReportLogDB
 
getReportLogs(UserIdentity) - Method in interface com.gamersafer.minecraft.bans.common.db.api.IReportLogStorage
 
getReportLogs(UserIdentity) - Method in class com.gamersafer.minecraft.bans.common.db.repo.ReportLogDB
 
getReportLogs(UserIdentity) - Method in class com.gamersafer.minecraft.bans.common.reportlog.ReportLogManager
 
getReportLogs(UUID) - Method in class com.gamersafer.minecraft.bans.common.api.GSBansApi
Fetches all reports created for this user.
getServer() - Method in class com.gamersafer.minecraft.bans.common.GSBansPlugin
 
getServerName() - Method in interface com.gamersafer.minecraft.bans.common.abstraction.IPlayer
Returns the name of the server the player is on.
getSignificantActiveBan(UserIdentity) - Method in class com.gamersafer.minecraft.bans.common.ban.BanManager
 
getSnipBy() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getSnipCategory() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getSnipIntegration() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getSnipPlayername() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getSnipReason() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
getTemporaryBanScreen() - Method in class com.gamersafer.minecraft.bans.common.configuration.MessageConfiguration
 
getTimestamp() - Method in class com.gamersafer.minecraft.bans.common.db.model.Ban
 
getTimestamp() - Method in class com.gamersafer.minecraft.bans.common.db.model.MuteEntry
 
getTimestamp() - Method in class com.gamersafer.minecraft.bans.common.db.model.ReportLog
 
getTimestamp() - Method in class com.gamersafer.minecraft.bans.common.db.model.Warning
 
getTimestampEnding() - Method in class com.gamersafer.minecraft.bans.common.db.model.Ban
 
getTimestampEnding() - Method in class com.gamersafer.minecraft.bans.common.db.model.MuteEntry
 
getTimestampEnding() - Method in class com.gamersafer.minecraft.bans.common.db.model.Warning
 
getType() - Method in class com.gamersafer.minecraft.bans.common.db.model.ReportLog
 
getUniqueServerId() - Method in class com.gamersafer.minecraft.bans.common.db.model.Ban
 
getUniqueServerId() - Method in class com.gamersafer.minecraft.bans.common.db.model.MuteEntry
 
getUniqueServerId() - Method in class com.gamersafer.minecraft.bans.common.db.model.ReportLog
 
getUniqueServerId() - Method in class com.gamersafer.minecraft.bans.common.db.model.Warning
 
getUUIDForPlayerName(String) - Method in interface com.gamersafer.minecraft.bans.common.db.api.IPlayerStorage
 
getUUIDForPlayerName(String) - Method in class com.gamersafer.minecraft.bans.common.db.cache.PlayerCache
 
getUUIDForPlayerName(String) - Method in class com.gamersafer.minecraft.bans.common.db.repo.PlayersDB
 
getVerboseLogging() - Method in class com.gamersafer.minecraft.bans.common.configuration.SharedConfiguration
 
getVerboseLoggingHideReminders() - Method in class com.gamersafer.minecraft.bans.common.configuration.SharedConfiguration
 
getVersion() - Method in class com.gamersafer.minecraft.bans.common.db.model.DBVersion
 
getVersionDao() - Method in class com.gamersafer.minecraft.bans.common.db.repo.DBContext
 
getWarningDao() - Method in class com.gamersafer.minecraft.bans.common.db.repo.DBContext
 
getWarningManager() - Method in class com.gamersafer.minecraft.bans.common.GSBansPlugin
 
getWarnings(UserIdentity) - Method in interface com.gamersafer.minecraft.bans.common.db.api.IWarningStorage
 
getWarnings(UserIdentity) - Method in class com.gamersafer.minecraft.bans.common.db.cache.WarningCache
 
getWarnings(UserIdentity) - Method in class com.gamersafer.minecraft.bans.common.db.repo.WarningsDB
 
getWarnings(UserIdentity) - Method in class com.gamersafer.minecraft.bans.common.warn.WarningManager
 
GREEN - Enum constant in enum class com.gamersafer.minecraft.bans.common.configuration.MessageConfiguration.BossBarColor
 
GSBanCommand - Class in com.gamersafer.minecraft.bans.common.commands
 
GSBanCommand(GSBansPlugin, IPlayerStorage, GSBansApi) - Constructor for class com.gamersafer.minecraft.bans.common.commands.GSBanCommand
 
GSBansApi - Class in com.gamersafer.minecraft.bans.common.api
 
GSBansApi(GSBansPlugin, IServer) - Constructor for class com.gamersafer.minecraft.bans.common.api.GSBansApi
 
GSBansApi.NameResult - Class in com.gamersafer.minecraft.bans.common.api
 
GSBansListenerStandalone - Class in com.gamersafer.minecraft.bans.common.listener
 
GSBansListenerStandalone(IServer, GSBansPlugin, SharedConfiguration, MessageConfiguration, ILogger, BanManager, IPlayerStorage, PlaceholderService) - Constructor for class com.gamersafer.minecraft.bans.common.listener.GSBansListenerStandalone
 
GSBansMuteListener - Class in com.gamersafer.minecraft.bans.common.listener
 
GSBansMuteListener(MuteManager) - Constructor for class com.gamersafer.minecraft.bans.common.listener.GSBansMuteListener
 
GSBansPlugin - Class in com.gamersafer.minecraft.bans.common
 
GSImportCommand - Class in com.gamersafer.minecraft.bans.common.commands
 
GSImportCommand(GSBansPlugin) - Constructor for class com.gamersafer.minecraft.bans.common.commands.GSImportCommand
 
GSKickCommand - Class in com.gamersafer.minecraft.bans.common.commands
 
GSKickCommand(GSBansPlugin, IPlayerStorage, GSBansApi) - Constructor for class com.gamersafer.minecraft.bans.common.commands.GSKickCommand
 
GSMuteCommand - Class in com.gamersafer.minecraft.bans.common.commands
 
GSMuteCommand(GSBansPlugin, IPlayerStorage, GSBansApi) - Constructor for class com.gamersafer.minecraft.bans.common.commands.GSMuteCommand
 
GSReloadCommand - Class in com.gamersafer.minecraft.bans.common.commands
 
GSReloadCommand(GSBansPlugin) - Constructor for class com.gamersafer.minecraft.bans.common.commands.GSReloadCommand
 
GSReportHistoryCommand - Class in com.gamersafer.minecraft.bans.common.commands
 
GSReportHistoryCommand(GSBansPlugin, ReportLogManager) - Constructor for class com.gamersafer.minecraft.bans.common.commands.GSReportHistoryCommand
 
GSReportListCommand - Class in com.gamersafer.minecraft.bans.common.commands
 
GSReportListCommand(GSBansPlugin, ReportLogManager, IPlayerStorage) - Constructor for class com.gamersafer.minecraft.bans.common.commands.GSReportListCommand
 
GSUnbanCommand - Class in com.gamersafer.minecraft.bans.common.commands
 
GSUnbanCommand(GSBansPlugin, IPlayerStorage, GSBansApi) - Constructor for class com.gamersafer.minecraft.bans.common.commands.GSUnbanCommand
 
GSUnmuteCommand - Class in com.gamersafer.minecraft.bans.common.commands
 
GSUnmuteCommand(GSBansPlugin, IPlayerStorage, GSBansApi) - Constructor for class com.gamersafer.minecraft.bans.common.commands.GSUnmuteCommand
 
GSWarnCommand - Class in com.gamersafer.minecraft.bans.common.commands
 
GSWarnCommand(GSBansPlugin, IPlayerStorage, GSBansApi) - Constructor for class com.gamersafer.minecraft.bans.common.commands.GSWarnCommand
 

H

hashCode() - Method in class com.gamersafer.minecraft.bans.common.db.model.Ban
 
hashCode() - Method in class com.gamersafer.minecraft.bans.common.db.model.MuteEntry
 
hashCode() - Method in class com.gamersafer.minecraft.bans.common.db.model.ReportLog
 
hashCode() - Method in class com.gamersafer.minecraft.bans.common.db.model.Warning
 
hashCode() - Method in class com.gamersafer.minecraft.bans.common.shared.model.impl.JavaUserIdentity
 
hasPermission(String) - Method in interface com.gamersafer.minecraft.bans.common.abstraction.IConsole
 
hasPermission(String) - Method in interface com.gamersafer.minecraft.bans.common.abstraction.ISender
 

I

IBanStorage - Interface in com.gamersafer.minecraft.bans.common.db.api
 
ICommand - Class in com.gamersafer.minecraft.bans.common.commands
 
ICommand(GSBansPlugin) - Constructor for class com.gamersafer.minecraft.bans.common.commands.ICommand
 
IConsole - Interface in com.gamersafer.minecraft.bans.common.abstraction
 
identity() - Method in interface com.gamersafer.minecraft.bans.common.abstraction.IPlayer
Gets the UserIdentity associated with this IPlayer.
ILogger - Interface in com.gamersafer.minecraft.bans.common.abstraction
 
importBans() - Method in class com.gamersafer.minecraft.bans.common.integration.impl.LiteBansIntegration
 
importBans(List<Ban>) - Method in class com.gamersafer.minecraft.bans.common.ban.BanManager
 
importData() - Method in class com.gamersafer.minecraft.bans.common.integration.impl.LiteBansIntegration
 
importData() - Method in interface com.gamersafer.minecraft.bans.common.integration.Integration
 
importKicks() - Method in class com.gamersafer.minecraft.bans.common.integration.impl.LiteBansIntegration
 
importLogs(List<ReportLog>) - Method in class com.gamersafer.minecraft.bans.common.reportlog.ReportLogManager
 
importMutes() - Method in class com.gamersafer.minecraft.bans.common.integration.impl.LiteBansIntegration
 
importMutes(List<MuteEntry>) - Method in class com.gamersafer.minecraft.bans.common.mute.MuteManager
 
importWarnings() - Method in class com.gamersafer.minecraft.bans.common.integration.impl.LiteBansIntegration
 
importWarnings(List<Warning>) - Method in class com.gamersafer.minecraft.bans.common.warn.WarningManager
 
IMuteStorage - Interface in com.gamersafer.minecraft.bans.common.db.api
 
info(String, Object...) - Method in interface com.gamersafer.minecraft.bans.common.abstraction.ILogger
 
Integration - Interface in com.gamersafer.minecraft.bans.common.integration
 
IntegrationManager - Class in com.gamersafer.minecraft.bans.common.integration
 
IntegrationManager(GSBansPlugin) - Constructor for class com.gamersafer.minecraft.bans.common.integration.IntegrationManager
 
IPlayer - Interface in com.gamersafer.minecraft.bans.common.abstraction
 
IPlayerStorage - Interface in com.gamersafer.minecraft.bans.common.db.api
 
IPlugin - Interface in com.gamersafer.minecraft.bans.common.abstraction
 
IReportLogStorage - Interface in com.gamersafer.minecraft.bans.common.db.api
 
isActive() - Method in class com.gamersafer.minecraft.bans.common.db.model.Ban
 
isActive() - Method in class com.gamersafer.minecraft.bans.common.db.model.MuteEntry
 
isActive() - Method in class com.gamersafer.minecraft.bans.common.db.model.Warning
 
isBanned(UUID) - Method in class com.gamersafer.minecraft.bans.common.api.GSBansApi
Returns whether the user is banned
ISender - Interface in com.gamersafer.minecraft.bans.common.abstraction
 
IServer - Interface in com.gamersafer.minecraft.bans.common.abstraction
 
isKnown(UUID) - Method in class com.gamersafer.minecraft.bans.common.api.GSBansApi
Returns whether the user is authenticated
isMuted(UUID) - Method in class com.gamersafer.minecraft.bans.common.api.GSBansApi
Returns whether the user is muted
isOperational() - Method in class com.gamersafer.minecraft.bans.common.db.repo.DBContext
 
isRegisterAliases() - Method in class com.gamersafer.minecraft.bans.common.configuration.SharedConfiguration
 
isSingleServer() - Method in class com.gamersafer.minecraft.bans.common.configuration.ServerConfiguration
 
isSuccess() - Method in class com.gamersafer.minecraft.bans.common.api.GSBansApi.NameResult
 
isUserBanned(UserIdentity) - Method in class com.gamersafer.minecraft.bans.common.ban.BanManager
 
isUserMuted(UserIdentity) - Method in class com.gamersafer.minecraft.bans.common.mute.MuteManager
 
isUserWarning(UserIdentity) - Method in class com.gamersafer.minecraft.bans.common.warn.WarningManager
 
isVerbose() - Method in interface com.gamersafer.minecraft.bans.common.abstraction.ILogger
 
isWarned(UUID) - Method in class com.gamersafer.minecraft.bans.common.api.GSBansApi
Returns whether the user is warned
IWarningStorage - Interface in com.gamersafer.minecraft.bans.common.db.api
 

J

JavaUserIdentity - Class in com.gamersafer.minecraft.bans.common.shared.model.impl
 

K

kick(IPlayer, UUID, ISender) - Method in interface com.gamersafer.minecraft.bans.common.event.EventFactory
Creates and fires a kick event.
kick(UUID, String, UUID, String, String, Date) - Method in class com.gamersafer.minecraft.bans.common.integration.impl.LiteBansIntegration
 
kick(UUID, String, UUID, String, String, Date) - Method in interface com.gamersafer.minecraft.bans.common.integration.Integration
 
kick(UUID, String, UUID, String, String, Date) - Method in class com.gamersafer.minecraft.bans.common.integration.IntegrationManager
 
kick(UUID, UUID, String, boolean, String) - Method in class com.gamersafer.minecraft.bans.common.api.GSBansApi
Kicks a player and adds are kick record.
kick(Component) - Method in interface com.gamersafer.minecraft.bans.common.abstraction.IPlayer
Kicks the player from the server.
kickScreen - Variable in class com.gamersafer.minecraft.bans.common.configuration.MessageConfiguration
 

L

language - Variable in class com.gamersafer.minecraft.bans.common.configuration.SharedConfiguration
 
LanguageConfiguration - Class in com.gamersafer.minecraft.bans.common.configuration
 
LanguageConfiguration(File, ILogger) - Constructor for class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
LiteBansIntegration - Class in com.gamersafer.minecraft.bans.common.integration.impl
 
LiteBansIntegration(GSBansPlugin) - Constructor for class com.gamersafer.minecraft.bans.common.integration.impl.LiteBansIntegration
 
loadConfig() - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
Load the config from the file specified in the constructor.
loadConfig() - Method in class com.gamersafer.minecraft.bans.common.configuration.MessageConfiguration
Load the config from the file specified in the constructor.
loadConfig() - Method in class com.gamersafer.minecraft.bans.common.configuration.SharedConfiguration
Load the config from the file specified in the constructor.
loadValues(CommentedConfigurationNode) - Method in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
Load values from a Configuration load.
loadValues(CommentedConfigurationNode) - Method in class com.gamersafer.minecraft.bans.common.configuration.MessageConfiguration
Load values from a Configration load.
loadValues(CommentedConfigurationNode) - Method in class com.gamersafer.minecraft.bans.common.configuration.ServerConfiguration
 
loadValues(CommentedConfigurationNode) - Method in class com.gamersafer.minecraft.bans.common.configuration.SharedConfiguration
Load values from a Configration load.
log(String, String, Date, UUID, String, UUID, String, String, String) - Method in class com.gamersafer.minecraft.bans.common.reportlog.ReportLogManager
 
logDBExecutingMigration - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
logDBFailedMigration - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
logDBFailedToConnect - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
logDBTypeNotImplemented - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
logger - Variable in class com.gamersafer.minecraft.bans.common.listener.GSBansListenerStandalone
 
logIntegrationDispatchBanFailed - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
logIntegrationDispatchKickFailed - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
logIntegrationDispatchMuteFailed - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
logIntegrationDispatchUnbanFailed - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
logIntegrationDispatchUnmuteFailed - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
logIntegrationDispatchWarningFailed - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
logIntegrationImportBansFailed - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
logIntegrationImportKicksFailed - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
logIntegrationImportMutesFailed - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
logIntegrationImportWarningsFailed - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
logIntegrationLoaded - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
logIntegrationShutdownFailed - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
logPluginInitFailed - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
logPluginLoadedStandalone - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
logPluginLoadedWithProxy - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
logPluginShutdown - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
lookupSender(IPlayerStorage, ISender) - Static method in class com.gamersafer.minecraft.bans.common.commands.CommandUtils
 
lookupUserFromPlayerName(IPlayerStorage, ISender, String) - Static method in class com.gamersafer.minecraft.bans.common.commands.CommandUtils
Finds the player uuid and GamerSafer for a given player name.

M

MariaDB - Enum constant in enum class com.gamersafer.minecraft.bans.common.configuration.DBType
 
MessageConfiguration - Class in com.gamersafer.minecraft.bans.common.configuration
 
MessageConfiguration(File, ILogger) - Constructor for class com.gamersafer.minecraft.bans.common.configuration.MessageConfiguration
 
MessageConfiguration.BossBarColor - Enum Class in com.gamersafer.minecraft.bans.common.configuration
 
MessageConfiguration.BossBarStyle - Enum Class in com.gamersafer.minecraft.bans.common.configuration
 
messageOnMute - Variable in class com.gamersafer.minecraft.bans.common.configuration.MessageConfiguration
 
messageOnUnmute - Variable in class com.gamersafer.minecraft.bans.common.configuration.MessageConfiguration
 
messageOnWarning - Variable in class com.gamersafer.minecraft.bans.common.configuration.MessageConfiguration
 
messages - Variable in class com.gamersafer.minecraft.bans.common.listener.GSBansListenerStandalone
 
Migration - Interface in com.gamersafer.minecraft.bans.common.db.migration
 
mute(IPlayer, UUID, ISender, boolean) - Method in interface com.gamersafer.minecraft.bans.common.event.EventFactory
Creates and fires a mute event.
mute(UUID, String, UUID, String, String, Date, Date) - Method in class com.gamersafer.minecraft.bans.common.integration.impl.LiteBansIntegration
 
mute(UUID, String, UUID, String, String, Date, Date) - Method in interface com.gamersafer.minecraft.bans.common.integration.Integration
 
mute(UUID, String, UUID, String, String, Date, Date) - Method in class com.gamersafer.minecraft.bans.common.integration.IntegrationManager
 
mute(UUID, UUID, Date, String, boolean, String) - Method in class com.gamersafer.minecraft.bans.common.api.GSBansApi
Mutes a player.
MuteCache - Class in com.gamersafer.minecraft.bans.common.db.cache
 
MuteCache(IMuteStorage) - Constructor for class com.gamersafer.minecraft.bans.common.db.cache.MuteCache
 
MuteDB - Class in com.gamersafer.minecraft.bans.common.db.repo
 
MuteDB(DBContext) - Constructor for class com.gamersafer.minecraft.bans.common.db.repo.MuteDB
 
MuteEntry - Class in com.gamersafer.minecraft.bans.common.db.model
 
MuteEntry(int, String, Date, Date, UUID, String, UUID, String, String, boolean, String, boolean) - Constructor for class com.gamersafer.minecraft.bans.common.db.model.MuteEntry
 
MuteManager - Class in com.gamersafer.minecraft.bans.common.mute
 
MuteManager(IMuteStorage, ReportLogManager, IntegrationManager) - Constructor for class com.gamersafer.minecraft.bans.common.mute.MuteManager
 
MySQL - Enum constant in enum class com.gamersafer.minecraft.bans.common.configuration.DBType
 

N

NameResult(UUID, String, boolean) - Constructor for class com.gamersafer.minecraft.bans.common.api.GSBansApi.NameResult
 

O

of(UUID, String) - Static method in class com.gamersafer.minecraft.bans.common.shared.model.impl.JavaUserIdentity
 
onChat(UserIdentity, Runnable) - Method in class com.gamersafer.minecraft.bans.common.listener.GSBansMuteListener
Event priority should be NORMAL
onDisconnect(UserIdentity) - Method in class com.gamersafer.minecraft.bans.common.listener.GSBansListenerStandalone
 
onLogin(IPlayer) - Method in class com.gamersafer.minecraft.bans.common.listener.GSBansListenerStandalone
At the earliest login event where Player Object is available.
onLoginEarly(UserIdentity, Optional<IPlayer>, Consumer<Component>) - Method in class com.gamersafer.minecraft.bans.common.listener.GSBansListenerStandalone
At the earliest login event.
onPostServerConnect(IPlayer) - Method in class com.gamersafer.minecraft.bans.common.listener.GSBansListenerStandalone
 

P

parse(String, IPlayer) - Method in class com.gamersafer.minecraft.bans.common.placeholder.BasePlaceholderService
 
parse(String, IPlayer) - Method in interface com.gamersafer.minecraft.bans.common.placeholder.PlaceholderService
Parses a string for placeholders, using values from player.
parse(List<String>, IPlayer) - Method in interface com.gamersafer.minecraft.bans.common.placeholder.PlaceholderService
Parses each string in list for player.
parseDur(ISender, String) - Static method in class com.gamersafer.minecraft.bans.common.commands.CommandUtils
Parses a duration input of the format 1d1h, 1d, or 1h.
permanentBanScreen - Variable in class com.gamersafer.minecraft.bans.common.configuration.MessageConfiguration
 
PINK - Enum constant in enum class com.gamersafer.minecraft.bans.common.configuration.MessageConfiguration.BossBarColor
 
placeholderService - Variable in class com.gamersafer.minecraft.bans.common.listener.GSBansListenerStandalone
 
PlaceholderService - Interface in com.gamersafer.minecraft.bans.common.placeholder
An interface providing methods to parse placeholders on strings.
PlayerCache - Class in com.gamersafer.minecraft.bans.common.db.cache
 
PlayerCache(IPlayerStorage) - Constructor for class com.gamersafer.minecraft.bans.common.db.cache.PlayerCache
 
PlayerEntry - Class in com.gamersafer.minecraft.bans.common.db.model
 
PlayerEntry(UserIdentity) - Constructor for class com.gamersafer.minecraft.bans.common.db.model.PlayerEntry
 
PlayerEntry(UUID, String) - Constructor for class com.gamersafer.minecraft.bans.common.db.model.PlayerEntry
 
playerLeave(UserIdentity) - Method in class com.gamersafer.minecraft.bans.common.GSBansPlugin
 
playerName() - Method in interface com.gamersafer.minecraft.bans.common.shared.model.api.UserIdentity
 
playerName() - Method in class com.gamersafer.minecraft.bans.common.shared.model.impl.JavaUserIdentity
 
PlayersDB - Class in com.gamersafer.minecraft.bans.common.db.repo
 
PlayersDB(DBContext) - Constructor for class com.gamersafer.minecraft.bans.common.db.repo.PlayersDB
 
playerStorage - Variable in class com.gamersafer.minecraft.bans.common.commands.CommandRegistry
 
playerStorage - Variable in class com.gamersafer.minecraft.bans.common.listener.GSBansListenerStandalone
 
playerUuid() - Method in interface com.gamersafer.minecraft.bans.common.shared.model.api.UserIdentity
 
playerUuid() - Method in class com.gamersafer.minecraft.bans.common.shared.model.impl.JavaUserIdentity
 
pluginPrefix - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
ProxyConfiguration - Class in com.gamersafer.minecraft.bans.common.configuration
 
ProxyConfiguration(File, ILogger) - Constructor for class com.gamersafer.minecraft.bans.common.configuration.ProxyConfiguration
 
PURPLE - Enum constant in enum class com.gamersafer.minecraft.bans.common.configuration.MessageConfiguration.BossBarColor
 

R

RED - Enum constant in enum class com.gamersafer.minecraft.bans.common.configuration.MessageConfiguration.BossBarColor
 
registerAliases - Variable in class com.gamersafer.minecraft.bans.common.configuration.SharedConfiguration
 
registerCommand(ICommand) - Method in class com.gamersafer.minecraft.bans.common.commands.CommandRegistry
 
registerCommands() - Method in class com.gamersafer.minecraft.bans.common.commands.CommandRegistry
 
registerIntegration(Class<? extends ChatIntegration>) - Method in class com.gamersafer.minecraft.bans.common.integration.chat.ChatIntegrationManager
 
reload() - Method in class com.gamersafer.minecraft.bans.common.GSBansPlugin
 
remove(UserIdentity, EphemeralUserReference) - Method in class com.gamersafer.minecraft.bans.common.ephemeral.EphemeralUserReferenceManager
 
ReportLog - Class in com.gamersafer.minecraft.bans.common.db.model
 
ReportLog(int, String, String, Date, UUID, String, UUID, String, String, String) - Constructor for class com.gamersafer.minecraft.bans.common.db.model.ReportLog
 
ReportLogDB - Class in com.gamersafer.minecraft.bans.common.db.repo
 
ReportLogDB(DBContext) - Constructor for class com.gamersafer.minecraft.bans.common.db.repo.ReportLogDB
 
reportLogManager - Variable in class com.gamersafer.minecraft.bans.common.commands.CommandRegistry
 
ReportLogManager - Class in com.gamersafer.minecraft.bans.common.reportlog
 
ReportLogManager(IReportLogStorage, ILogger) - Constructor for class com.gamersafer.minecraft.bans.common.reportlog.ReportLogManager
 

S

same(IPlayer) - Method in interface com.gamersafer.minecraft.bans.common.abstraction.IPlayer
Checks if the encapsulated player is the same object as the other.
SEGMENTED_10 - Enum constant in enum class com.gamersafer.minecraft.bans.common.configuration.MessageConfiguration.BossBarStyle
 
SEGMENTED_12 - Enum constant in enum class com.gamersafer.minecraft.bans.common.configuration.MessageConfiguration.BossBarStyle
 
SEGMENTED_20 - Enum constant in enum class com.gamersafer.minecraft.bans.common.configuration.MessageConfiguration.BossBarStyle
 
SEGMENTED_6 - Enum constant in enum class com.gamersafer.minecraft.bans.common.configuration.MessageConfiguration.BossBarStyle
 
sendActionBar(String) - Method in interface com.gamersafer.minecraft.bans.common.abstraction.IPlayer
Shows the text in the action bar of the player.
sendBossbar(String, MessageConfiguration.BossBarStyle, MessageConfiguration.BossBarColor, int) - Method in interface com.gamersafer.minecraft.bans.common.abstraction.IPlayer
Shows a boss bar to the player.
sendMessage(String) - Method in interface com.gamersafer.minecraft.bans.common.abstraction.IPlayer
Shows the text in the chat of the player.
sendMessage(String) - Method in interface com.gamersafer.minecraft.bans.common.abstraction.ISender
 
sendMessage(Component) - Method in interface com.gamersafer.minecraft.bans.common.abstraction.ISender
 
sendTitle(String, String, int) - Method in interface com.gamersafer.minecraft.bans.common.abstraction.IPlayer
Shows the text as a title to the player.
server - Variable in class com.gamersafer.minecraft.bans.common.commands.CommandRegistry
 
server - Variable in class com.gamersafer.minecraft.bans.common.listener.GSBansListenerStandalone
 
ServerConfiguration - Class in com.gamersafer.minecraft.bans.common.configuration
 
ServerConfiguration(File, ILogger) - Constructor for class com.gamersafer.minecraft.bans.common.configuration.ServerConfiguration
 
setPlayerName(String) - Method in class com.gamersafer.minecraft.bans.common.db.model.PlayerEntry
 
setVerbose(boolean) - Method in interface com.gamersafer.minecraft.bans.common.abstraction.ILogger
 
setVersion(int) - Method in class com.gamersafer.minecraft.bans.common.db.model.DBVersion
 
SharedConfiguration - Class in com.gamersafer.minecraft.bans.common.configuration
 
SharedConfiguration(File, ILogger) - Constructor for class com.gamersafer.minecraft.bans.common.configuration.SharedConfiguration
 
shutdown() - Method in class com.gamersafer.minecraft.bans.common.ban.BanManager
Waits for the background saving task to finish.
shutdown() - Method in interface com.gamersafer.minecraft.bans.common.db.api.IBanStorage
 
shutdown() - Method in interface com.gamersafer.minecraft.bans.common.db.api.IMuteStorage
 
shutdown() - Method in interface com.gamersafer.minecraft.bans.common.db.api.IPlayerStorage
 
shutdown() - Method in interface com.gamersafer.minecraft.bans.common.db.api.IReportLogStorage
 
shutdown() - Method in interface com.gamersafer.minecraft.bans.common.db.api.IWarningStorage
 
shutdown() - Method in class com.gamersafer.minecraft.bans.common.db.cache.BanCache
 
shutdown() - Method in class com.gamersafer.minecraft.bans.common.db.cache.MuteCache
 
shutdown() - Method in class com.gamersafer.minecraft.bans.common.db.cache.PlayerCache
 
shutdown() - Method in class com.gamersafer.minecraft.bans.common.db.cache.WarningCache
 
shutdown() - Method in class com.gamersafer.minecraft.bans.common.db.repo.BansDB
 
shutdown() - Method in class com.gamersafer.minecraft.bans.common.db.repo.MuteDB
 
shutdown() - Method in class com.gamersafer.minecraft.bans.common.db.repo.PlayersDB
 
shutdown() - Method in class com.gamersafer.minecraft.bans.common.db.repo.ReportLogDB
 
shutdown() - Method in class com.gamersafer.minecraft.bans.common.db.repo.WarningsDB
 
shutdown() - Method in class com.gamersafer.minecraft.bans.common.GSBansPlugin
 
shutdown() - Method in interface com.gamersafer.minecraft.bans.common.integration.chat.ChatIntegration
 
shutdown() - Method in class com.gamersafer.minecraft.bans.common.integration.chat.ChatIntegrationManager
 
shutdown() - Method in class com.gamersafer.minecraft.bans.common.integration.impl.LiteBansIntegration
 
shutdown() - Method in interface com.gamersafer.minecraft.bans.common.integration.Integration
 
shutdown() - Method in class com.gamersafer.minecraft.bans.common.integration.IntegrationManager
 
shutdown() - Method in class com.gamersafer.minecraft.bans.common.mute.MuteManager
Waits for the background saving task to finish.
shutdown() - Method in class com.gamersafer.minecraft.bans.common.reportlog.ReportLogManager
Waits for the background saving task to finish.
shutdown() - Method in class com.gamersafer.minecraft.bans.common.warn.WarningManager
Waits for the background saving task to finish.
singleServer - Variable in class com.gamersafer.minecraft.bans.common.configuration.ServerConfiguration
 
snipBy - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
snipCategory - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
snipIntegration - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
snipPlayername - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
snipReason - Variable in class com.gamersafer.minecraft.bans.common.configuration.LanguageConfiguration
 
SOLID - Enum constant in enum class com.gamersafer.minecraft.bans.common.configuration.MessageConfiguration.BossBarStyle
 

T

targetLevel() - Method in interface com.gamersafer.minecraft.bans.common.db.migration.Migration
 
targetLevel() - Method in class com.gamersafer.minecraft.bans.common.db.migration.V0_V1
 
temporaryBanScreen - Variable in class com.gamersafer.minecraft.bans.common.configuration.MessageConfiguration
 
toString() - Method in class com.gamersafer.minecraft.bans.common.db.model.Ban
 
toString() - Method in class com.gamersafer.minecraft.bans.common.db.model.MuteEntry
 
toString() - Method in class com.gamersafer.minecraft.bans.common.db.model.ReportLog
 
toString() - Method in class com.gamersafer.minecraft.bans.common.db.model.Warning
 
toString() - Method in class com.gamersafer.minecraft.bans.common.shared.model.impl.JavaUserIdentity
 

U

unban(UUID, String, UUID, String, Date) - Method in class com.gamersafer.minecraft.bans.common.integration.impl.LiteBansIntegration
 
unban(UUID, String, UUID, String, Date) - Method in interface com.gamersafer.minecraft.bans.common.integration.Integration
 
unban(UUID, String, UUID, String, Date) - Method in class com.gamersafer.minecraft.bans.common.integration.IntegrationManager
 
unban(UUID, UUID) - Method in class com.gamersafer.minecraft.bans.common.api.GSBansApi
Unbans a user.
unban(UUID, UUID, String) - Method in class com.gamersafer.minecraft.bans.common.api.GSBansApi
Unbans a user.
unbanUser(String, Date, UUID, String, UUID, String, String) - Method in class com.gamersafer.minecraft.bans.common.ban.BanManager
 
unbanUser(UserIdentity) - Method in interface com.gamersafer.minecraft.bans.common.db.api.IBanStorage
 
unbanUser(UserIdentity) - Method in class com.gamersafer.minecraft.bans.common.db.cache.BanCache
 
unbanUser(UserIdentity) - Method in class com.gamersafer.minecraft.bans.common.db.repo.BansDB
 
unmute(UUID, String, UUID, String, Date) - Method in class com.gamersafer.minecraft.bans.common.integration.impl.LiteBansIntegration
 
unmute(UUID, String, UUID, String, Date) - Method in interface com.gamersafer.minecraft.bans.common.integration.Integration
 
unmute(UUID, String, UUID, String, Date) - Method in class com.gamersafer.minecraft.bans.common.integration.IntegrationManager
 
unmute(UUID, UUID) - Method in class com.gamersafer.minecraft.bans.common.api.GSBansApi
Unmutes a user.
unmuteUser(UserIdentity) - Method in interface com.gamersafer.minecraft.bans.common.db.api.IMuteStorage
 
unmuteUser(UserIdentity) - Method in class com.gamersafer.minecraft.bans.common.db.cache.MuteCache
 
unmuteUser(UserIdentity) - Method in class com.gamersafer.minecraft.bans.common.db.repo.MuteDB
 
unmuteUser(Date, UUID, String, UUID, String) - Method in class com.gamersafer.minecraft.bans.common.mute.MuteManager
 
unwarnUser(UserIdentity) - Method in interface com.gamersafer.minecraft.bans.common.db.api.IWarningStorage
 
unwarnUser(UserIdentity) - Method in class com.gamersafer.minecraft.bans.common.db.cache.WarningCache
 
unwarnUser(UserIdentity) - Method in class com.gamersafer.minecraft.bans.common.db.repo.WarningsDB
 
update(Ban) - Method in interface com.gamersafer.minecraft.bans.common.db.api.IBanStorage
 
update(Ban) - Method in class com.gamersafer.minecraft.bans.common.db.cache.BanCache
 
update(Ban) - Method in class com.gamersafer.minecraft.bans.common.db.repo.BansDB
 
update(DBVersion) - Method in class com.gamersafer.minecraft.bans.common.db.repo.DBVersionDB
 
update(PlayerEntry) - Method in interface com.gamersafer.minecraft.bans.common.db.api.IPlayerStorage
 
update(PlayerEntry) - Method in class com.gamersafer.minecraft.bans.common.db.cache.PlayerCache
 
update(PlayerEntry) - Method in class com.gamersafer.minecraft.bans.common.db.repo.PlayersDB
 
update(ReportLog) - Method in interface com.gamersafer.minecraft.bans.common.db.api.IReportLogStorage
 
update(ReportLog) - Method in class com.gamersafer.minecraft.bans.common.db.repo.ReportLogDB
 
update(Warning) - Method in interface com.gamersafer.minecraft.bans.common.db.api.IWarningStorage
 
update(Warning) - Method in class com.gamersafer.minecraft.bans.common.db.cache.WarningCache
 
update(Warning) - Method in class com.gamersafer.minecraft.bans.common.db.repo.WarningsDB
 
UserIdentity - Interface in com.gamersafer.minecraft.bans.common.shared.model.api
 
Util - Class in com.gamersafer.minecraft.bans.common.util
 
Util() - Constructor for class com.gamersafer.minecraft.bans.common.util.Util
 

V

V0_V1 - Class in com.gamersafer.minecraft.bans.common.db.migration
 
V0_V1() - Constructor for class com.gamersafer.minecraft.bans.common.db.migration.V0_V1
 
valueOf(String) - Static method in enum class com.gamersafer.minecraft.bans.common.configuration.DBType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.gamersafer.minecraft.bans.common.configuration.MessageConfiguration.BossBarColor
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.gamersafer.minecraft.bans.common.configuration.MessageConfiguration.BossBarStyle
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.gamersafer.minecraft.bans.common.configuration.DBType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.gamersafer.minecraft.bans.common.configuration.MessageConfiguration.BossBarColor
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.gamersafer.minecraft.bans.common.configuration.MessageConfiguration.BossBarStyle
Returns an array containing the constants of this enum class, in the order they are declared.
verboseLog - Variable in class com.gamersafer.minecraft.bans.common.configuration.SharedConfiguration
 
verboseLogHideReminders - Variable in class com.gamersafer.minecraft.bans.common.configuration.SharedConfiguration
 

W

warn(IPlayer, UUID, ISender) - Method in interface com.gamersafer.minecraft.bans.common.event.EventFactory
Creates and fires a warn event.
warn(String, Object...) - Method in interface com.gamersafer.minecraft.bans.common.abstraction.ILogger
 
warn(UUID, String, UUID, String, String, Date, Date) - Method in class com.gamersafer.minecraft.bans.common.integration.impl.LiteBansIntegration
 
warn(UUID, String, UUID, String, String, Date, Date) - Method in interface com.gamersafer.minecraft.bans.common.integration.Integration
 
warn(UUID, String, UUID, String, String, Date, Date) - Method in class com.gamersafer.minecraft.bans.common.integration.IntegrationManager
 
warn(UUID, UUID, Date, String, boolean, String) - Method in class com.gamersafer.minecraft.bans.common.api.GSBansApi
Creates a warning for a player.
Warning - Class in com.gamersafer.minecraft.bans.common.db.model
 
Warning(int, String, Date, Date, UUID, String, UUID, String, String, boolean, String, boolean) - Constructor for class com.gamersafer.minecraft.bans.common.db.model.Warning
 
WarningCache - Class in com.gamersafer.minecraft.bans.common.db.cache
 
WarningCache(IWarningStorage) - Constructor for class com.gamersafer.minecraft.bans.common.db.cache.WarningCache
 
WarningManager - Class in com.gamersafer.minecraft.bans.common.warn
 
WarningManager(IWarningStorage, ReportLogManager, IntegrationManager) - Constructor for class com.gamersafer.minecraft.bans.common.warn.WarningManager
 
WarningsDB - Class in com.gamersafer.minecraft.bans.common.db.repo
 
WarningsDB(DBContext) - Constructor for class com.gamersafer.minecraft.bans.common.db.repo.WarningsDB
 
warnUser(String, Date, Date, UUID, String, UUID, String, String, boolean, String) - Method in class com.gamersafer.minecraft.bans.common.warn.WarningManager
 
wasChildInvolved() - Method in class com.gamersafer.minecraft.bans.common.db.model.Ban
 
wasChildInvolved() - Method in class com.gamersafer.minecraft.bans.common.db.model.MuteEntry
 
wasChildInvolved() - Method in class com.gamersafer.minecraft.bans.common.db.model.Warning
 
WHITE - Enum constant in enum class com.gamersafer.minecraft.bans.common.configuration.MessageConfiguration.BossBarColor
 

Y

YELLOW - Enum constant in enum class com.gamersafer.minecraft.bans.common.configuration.MessageConfiguration.BossBarColor
 
A B C D E F G H I J K L M N O P R S T U V W Y 
All Classes and Interfaces|All Packages