Hierarchy For All Packages
Package Hierarchies:- com.gamersafer.minecraft.auth.common,
- com.gamersafer.minecraft.auth.common.abstraction,
- com.gamersafer.minecraft.auth.common.api,
- com.gamersafer.minecraft.auth.common.ban,
- com.gamersafer.minecraft.auth.common.commands,
- com.gamersafer.minecraft.auth.common.configuration,
- com.gamersafer.minecraft.auth.common.db.api,
- com.gamersafer.minecraft.auth.common.db.cache,
- com.gamersafer.minecraft.auth.common.db.migration,
- com.gamersafer.minecraft.auth.common.db.model,
- com.gamersafer.minecraft.auth.common.db.persister,
- com.gamersafer.minecraft.auth.common.db.repo,
- com.gamersafer.minecraft.auth.common.ephemeral,
- com.gamersafer.minecraft.auth.common.event,
- com.gamersafer.minecraft.auth.common.handler,
- com.gamersafer.minecraft.auth.common.integration,
- com.gamersafer.minecraft.auth.common.integration.impl,
- com.gamersafer.minecraft.auth.common.kick,
- com.gamersafer.minecraft.auth.common.listener,
- com.gamersafer.minecraft.auth.common.map,
- com.gamersafer.minecraft.auth.common.mute,
- com.gamersafer.minecraft.auth.common.onboarding,
- com.gamersafer.minecraft.auth.common.permissions,
- com.gamersafer.minecraft.auth.common.permissions.impl,
- com.gamersafer.minecraft.auth.common.placeholder,
- com.gamersafer.minecraft.auth.common.platform.proxy,
- com.gamersafer.minecraft.auth.common.reportlog,
- com.gamersafer.minecraft.auth.common.service,
- com.gamersafer.minecraft.auth.common.service.impl.api,
- com.gamersafer.minecraft.auth.common.service.impl.profile,
- com.gamersafer.minecraft.auth.common.shared.event,
- com.gamersafer.minecraft.auth.common.shared.messages,
- com.gamersafer.minecraft.auth.common.shared.messages.serializer,
- com.gamersafer.minecraft.auth.common.shared.model.api,
- com.gamersafer.minecraft.auth.common.shared.model.impl,
- com.gamersafer.minecraft.auth.common.shared.model.impl.webhook,
- com.gamersafer.minecraft.auth.common.util,
- com.gamersafer.minecraft.auth.common.version,
- com.gamersafer.minecraft.auth.common.warn,
- com.gamersafer.minecraft.auth.common.webhook,
- com.gamersafer.minecraft.auth.common.webhook.model,
- com.gamersafer.minecraft.auth.common.webhook.serial
Class Hierarchy
- java.lang.Object
- com.gamersafer.minecraft.auth.common.platform.proxy.BackendServerCommunicator.Message
- com.gamersafer.minecraft.auth.common.db.model.Ban
- com.gamersafer.minecraft.auth.common.db.cache.BanCache (implements com.gamersafer.minecraft.auth.common.db.api.IBanStorage)
- com.gamersafer.minecraft.auth.common.ban.BanManager
- com.gamersafer.minecraft.auth.common.db.repo.BansDB (implements com.gamersafer.minecraft.auth.common.db.api.IBanStorage)
- com.j256.ormlite.field.BaseFieldConverter (implements com.j256.ormlite.field.FieldConverter)
- com.j256.ormlite.field.types.BaseDataType (implements com.j256.ormlite.field.DataPersister)
- com.j256.ormlite.field.types.IntegerObjectType
- com.j256.ormlite.field.types.IntType
- com.gamersafer.minecraft.auth.common.db.persister.DurationPersister
- com.j256.ormlite.field.types.IntType
- com.j256.ormlite.field.types.StringType
- com.gamersafer.minecraft.auth.common.db.persister.CategoryPersister
- com.j256.ormlite.field.types.IntegerObjectType
- com.j256.ormlite.field.types.BaseDataType (implements com.j256.ormlite.field.DataPersister)
- com.gamersafer.minecraft.auth.common.onboarding.BaseOnboardingService (implements com.gamersafer.minecraft.auth.common.onboarding.IOnboardingService)
- com.gamersafer.minecraft.auth.common.placeholder.BasePlaceholderService (implements com.gamersafer.minecraft.auth.common.placeholder.PlaceholderService)
- com.gamersafer.minecraft.auth.common.service.impl.profile.CachingProfileService (implements com.gamersafer.minecraft.auth.common.service.IProfileService)
- com.gamersafer.minecraft.auth.common.shared.messages.serializer.CategorySerializer (implements com.google.gson.JsonDeserializer<T>, com.google.gson.JsonSerializer<T>)
- com.gamersafer.minecraft.auth.common.commands.CommandRegistry
- com.gamersafer.minecraft.auth.common.commands.CommandUtils
- com.gamersafer.minecraft.auth.common.util.DataValidation
- com.gamersafer.minecraft.auth.common.db.repo.DBContext
- com.gamersafer.minecraft.auth.common.db.model.DBVersion
- com.gamersafer.minecraft.auth.common.db.repo.DBVersionDB
- com.gamersafer.minecraft.auth.common.shared.messages.serializer.DurationSerializer (implements com.google.gson.JsonDeserializer<T>, com.google.gson.JsonSerializer<T>)
- com.gamersafer.minecraft.auth.common.ephemeral.EphemeralUserReferenceManager
- com.gamersafer.minecraft.auth.common.webhook.model.Event
- com.gamersafer.minecraft.auth.common.util.Format
- com.gamersafer.minecraft.auth.common.service.impl.api.GamerSaferMinecraftJavaUserAPI (implements com.gamersafer.minecraft.auth.common.service.IGamerSaferMinecraftJavaUserAPI)
- com.gamersafer.minecraft.auth.common.service.impl.api.GamerSaferMinecraftJavaUserAPILimiter (implements com.gamersafer.minecraft.auth.common.service.IGamerSaferMinecraftJavaUserAPI)
- com.gamersafer.minecraft.auth.common.api.GSAuthApi
- com.gamersafer.minecraft.auth.common.listener.GSAuthAuthedListener (implements com.gamersafer.minecraft.auth.common.shared.event.GSAuthEventListener)
- com.gamersafer.minecraft.auth.common.shared.event.GSAuthEventManager
- com.gamersafer.minecraft.auth.common.listener.GSAuthListenerStandalone
- com.gamersafer.minecraft.auth.common.listener.GSAuthMuteProxyListener
- com.gamersafer.minecraft.auth.common.listener.GSAuthMuteServerListener
- com.gamersafer.minecraft.auth.common.listener.GSAuthNotAuthedListener (implements com.gamersafer.minecraft.auth.common.shared.event.GSAuthEventListener)
- com.gamersafer.minecraft.auth.common.GSAuthPlugin
- com.gamersafer.minecraft.auth.common.listener.GSAuthRequiredBypassProxyListener
- com.gamersafer.minecraft.auth.common.listener.GSAuthRequiredBypassServerListener
- com.gamersafer.minecraft.auth.common.listener.GSAuthRequiredCache (implements com.gamersafer.minecraft.auth.common.listener.IGSAuthRequiredCache)
- com.gamersafer.minecraft.auth.common.listener.GSAuthRequiredGroupServerListener (implements com.gamersafer.minecraft.auth.common.shared.event.GSAuthEventListener)
- com.gamersafer.minecraft.auth.common.listener.GSAuthRequiredGroupProxyListener
- com.gamersafer.minecraft.auth.common.shared.messages.GSAuthUserAuthenticationStatus
- com.gamersafer.minecraft.auth.common.shared.model.impl.webhook.GuildInvite
- com.gamersafer.minecraft.auth.common.shared.model.impl.webhook.GuildVerify
- com.gamersafer.minecraft.auth.common.commands.ICommand
- com.gamersafer.minecraft.auth.common.commands.GSBanCommand
- com.gamersafer.minecraft.auth.common.commands.GSBanIpCommand
- com.gamersafer.minecraft.auth.common.commands.GSBanListCommand
- com.gamersafer.minecraft.auth.common.commands.GSCheckCommand
- com.gamersafer.minecraft.auth.common.commands.GSDisableCommand
- com.gamersafer.minecraft.auth.common.commands.GSEnableCommand
- com.gamersafer.minecraft.auth.common.commands.GSImportCommand
- com.gamersafer.minecraft.auth.common.commands.GSKickCommand
- com.gamersafer.minecraft.auth.common.commands.GSKickListCommand
- com.gamersafer.minecraft.auth.common.commands.GSLinkCommand
- com.gamersafer.minecraft.auth.common.commands.GSMuteCommand
- com.gamersafer.minecraft.auth.common.commands.GSMuteListCommand
- com.gamersafer.minecraft.auth.common.commands.GSPReportHistoryCommand
- com.gamersafer.minecraft.auth.common.commands.GSReloadCommand
- com.gamersafer.minecraft.auth.common.commands.GSReportHistoryCommand
- com.gamersafer.minecraft.auth.common.commands.GSTempBanCommand
- com.gamersafer.minecraft.auth.common.commands.GSTempBanIpCommand
- com.gamersafer.minecraft.auth.common.commands.GSTempMuteCommand
- com.gamersafer.minecraft.auth.common.commands.GSUnbanCommand
- com.gamersafer.minecraft.auth.common.commands.GSUnbanIpCommand
- com.gamersafer.minecraft.auth.common.commands.GSUnlinkCommand
- com.gamersafer.minecraft.auth.common.commands.GSUnmuteCommand
- com.gamersafer.minecraft.auth.common.commands.GSVerifyCommand
- com.gamersafer.minecraft.auth.common.commands.GSWarnCommand
- com.gamersafer.minecraft.auth.common.commands.GSWarnListCommand
- com.gamersafer.minecraft.auth.common.integration.IntegrationManager (implements com.gamersafer.minecraft.auth.common.integration.Integration)
- com.gamersafer.minecraft.auth.common.shared.messages.serializer.ISODateSerializer (implements com.google.gson.JsonDeserializer<T>, com.google.gson.JsonSerializer<T>)
- com.gamersafer.minecraft.auth.common.shared.model.impl.JavaUserIdentity (implements com.gamersafer.minecraft.auth.common.shared.model.api.UserIdentity)
- com.gamersafer.minecraft.auth.common.configuration.KeyManager
- com.gamersafer.minecraft.auth.common.db.model.Kick
- com.gamersafer.minecraft.auth.common.db.cache.KickCache (implements com.gamersafer.minecraft.auth.common.db.api.IKickStorage)
- com.gamersafer.minecraft.auth.common.kick.KickManager
- com.gamersafer.minecraft.auth.common.db.repo.KicksDB (implements com.gamersafer.minecraft.auth.common.db.api.IKickStorage)
- com.gamersafer.minecraft.auth.common.configuration.LanguageConfiguration
- com.gamersafer.minecraft.auth.common.configuration.ProxyLanguageConfiguration
- com.gamersafer.minecraft.auth.common.configuration.ServerLanguageConfiguration
- com.gamersafer.minecraft.auth.common.integration.impl.LiteBansIntegration (implements com.gamersafer.minecraft.auth.common.integration.Integration)
- com.gamersafer.minecraft.auth.common.handler.LoginHandler
- com.gamersafer.minecraft.auth.common.permissions.impl.LuckPermsPermissionAdapter (implements com.gamersafer.minecraft.auth.common.permissions.IPermissionAdapter)
- com.gamersafer.minecraft.auth.common.configuration.MessageConfiguration
- com.gamersafer.minecraft.auth.common.configuration.MessageConfiguration.MessageCompound
- com.gamersafer.minecraft.auth.common.db.cache.MuteCache (implements com.gamersafer.minecraft.auth.common.db.api.IMuteStorage)
- com.gamersafer.minecraft.auth.common.db.repo.MuteDB (implements com.gamersafer.minecraft.auth.common.db.api.IMuteStorage)
- com.gamersafer.minecraft.auth.common.db.model.MuteEntry
- com.gamersafer.minecraft.auth.common.mute.MuteManager
- com.gamersafer.minecraft.auth.common.permissions.impl.NullPermissionAdapter (implements com.gamersafer.minecraft.auth.common.permissions.IPermissionAdapter)
- com.gamersafer.minecraft.auth.common.permissions.PermissionAdapterManager
- com.gamersafer.minecraft.auth.common.db.cache.PlayerCache (implements com.gamersafer.minecraft.auth.common.db.api.IPlayerStorage)
- com.gamersafer.minecraft.auth.common.db.model.PlayerEntry
- com.gamersafer.minecraft.auth.common.configuration.PlayerPreferencesConfiguration
- com.gamersafer.minecraft.auth.common.db.repo.PlayersDB (implements com.gamersafer.minecraft.auth.common.db.api.IPlayerStorage)
- com.gamersafer.minecraft.auth.common.service.impl.profile.PluginMessagingProfileService (implements com.gamersafer.minecraft.auth.common.service.IProfileService)
- com.gamersafer.minecraft.auth.common.platform.proxy.ProxyMapDisplay
- java.lang.Record
- com.gamersafer.minecraft.auth.common.api.GSAuthApi.LookupResult
- com.gamersafer.minecraft.auth.common.db.model.ReportLog
- com.gamersafer.minecraft.auth.common.db.repo.ReportLogDB (implements com.gamersafer.minecraft.auth.common.db.api.IReportLogStorage)
- com.gamersafer.minecraft.auth.common.reportlog.ReportLogManager
- com.gamersafer.minecraft.auth.common.webhook.model.RequestInvite
- com.gamersafer.minecraft.auth.common.webhook.model.RequestVerify
- com.gamersafer.minecraft.auth.common.webhook.model.ResponseInvite
- com.gamersafer.minecraft.auth.common.webhook.model.ResponseInviteAgeGroup
- com.gamersafer.minecraft.auth.common.webhook.model.ResponseInvitePayload
- com.gamersafer.minecraft.auth.common.webhook.model.ResponseVerify
- com.gamersafer.minecraft.auth.common.configuration.SharedConfiguration
- com.gamersafer.minecraft.auth.common.configuration.ProxyConfiguration
- com.gamersafer.minecraft.auth.common.configuration.ServerConfiguration
- com.gamersafer.minecraft.auth.common.configuration.ProxyConfiguration
- com.gamersafer.minecraft.auth.common.shared.messages.serializer.UserIdentitySerializer (implements com.google.gson.JsonDeserializer<T>, com.google.gson.JsonSerializer<T>)
- com.gamersafer.minecraft.auth.common.util.Util
- com.gamersafer.minecraft.auth.common.db.migration.V0_V1 (implements com.gamersafer.minecraft.auth.common.db.migration.Migration)
- com.gamersafer.minecraft.auth.common.db.migration.V1_V2 (implements com.gamersafer.minecraft.auth.common.db.migration.Migration)
- com.gamersafer.minecraft.auth.common.db.migration.V2_V3 (implements com.gamersafer.minecraft.auth.common.db.migration.Migration)
- com.gamersafer.minecraft.auth.common.db.migration.V3_V4 (implements com.gamersafer.minecraft.auth.common.db.migration.Migration)
- com.gamersafer.minecraft.auth.common.db.migration.V4_V5 (implements com.gamersafer.minecraft.auth.common.db.migration.Migration)
- com.gamersafer.minecraft.auth.common.db.migration.V5_V6 (implements com.gamersafer.minecraft.auth.common.db.migration.Migration)
- com.gamersafer.minecraft.auth.common.db.migration.V6_V7 (implements com.gamersafer.minecraft.auth.common.db.migration.Migration)
- com.gamersafer.minecraft.auth.common.db.migration.V7_V8 (implements com.gamersafer.minecraft.auth.common.db.migration.Migration)
- com.gamersafer.minecraft.auth.common.db.model.Warning
- com.gamersafer.minecraft.auth.common.db.cache.WarningCache (implements com.gamersafer.minecraft.auth.common.db.api.IWarningStorage)
- com.gamersafer.minecraft.auth.common.warn.WarningManager
- com.gamersafer.minecraft.auth.common.db.repo.WarningsDB (implements com.gamersafer.minecraft.auth.common.db.api.IWarningStorage)
- com.gamersafer.minecraft.auth.common.webhook.model.WebhookCachedRequest
- com.gamersafer.minecraft.auth.common.webhook.WebHookDummyService (implements com.gamersafer.minecraft.auth.common.webhook.IWebHookService)
- com.gamersafer.minecraft.auth.common.webhook.model.WebhookFetch
- com.gamersafer.minecraft.auth.common.webhook.serial.WebhookFetchSerializer (implements com.google.gson.JsonDeserializer<T>)
- com.gamersafer.minecraft.auth.common.webhook.serial.WebhookSerializer
- com.gamersafer.minecraft.auth.common.webhook.serial.WebhookSiteDateSerializer (implements com.google.gson.JsonDeserializer<T>, com.google.gson.JsonSerializer<T>)
- com.gamersafer.minecraft.auth.common.webhook.WebHookSiteService (implements com.gamersafer.minecraft.auth.common.webhook.IWebHookService)
- com.gamersafer.minecraft.auth.common.webhook.WebHookStandaloneService (implements com.gamersafer.minecraft.auth.common.webhook.IWebHookService)
- com.gamersafer.minecraft.auth.common.shared.messages.serializer.WireSerializer
Interface Hierarchy
- com.gamersafer.minecraft.auth.common.platform.proxy.BackendServerCommunicator
- com.gamersafer.minecraft.auth.common.ephemeral.EphemeralUserReference
- com.gamersafer.minecraft.auth.common.event.EventFactory
- net.kyori.examination.Examinable
- com.gamersafer.minecraft.auth.common.shared.model.api.UserIdentity
- com.gamersafer.minecraft.auth.common.shared.event.GSAuthEventListener
- com.gamersafer.minecraft.auth.common.db.api.IBanStorage
- com.gamersafer.minecraft.auth.common.service.IGamerSaferMinecraftJavaUserAPI
- com.gamersafer.minecraft.auth.common.listener.IGSAuthRequiredCache
- com.gamersafer.minecraft.auth.common.db.api.IKickStorage
- com.gamersafer.minecraft.auth.common.abstraction.ILogger
- com.gamersafer.minecraft.auth.common.handler.ILoginHandlerFactory
- com.gamersafer.minecraft.auth.common.map.IMapDisplay
- com.gamersafer.minecraft.auth.common.map.IMapDisplay.DisplayCompleter
- com.gamersafer.minecraft.auth.common.db.api.IMuteStorage
- com.gamersafer.minecraft.auth.common.integration.Integration
- com.gamersafer.minecraft.auth.common.onboarding.IOnboardingService
- com.gamersafer.minecraft.auth.common.permissions.IPermissionAdapter
- com.gamersafer.minecraft.auth.common.db.api.IPlayerStorage
- com.gamersafer.minecraft.auth.common.abstraction.IPlugin
- com.gamersafer.minecraft.auth.common.service.IProfileService
- com.gamersafer.minecraft.auth.common.db.api.IReportLogStorage
- com.gamersafer.minecraft.auth.common.abstraction.ISender
- com.gamersafer.minecraft.auth.common.abstraction.IServer
- com.gamersafer.minecraft.auth.common.db.api.IWarningStorage
- com.gamersafer.minecraft.auth.common.webhook.IWebHookService
- com.gamersafer.minecraft.auth.common.db.migration.Migration
- com.gamersafer.minecraft.auth.common.placeholder.PlaceholderService
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- com.gamersafer.minecraft.auth.common.webhook.model.AgeGroupLabel
- com.gamersafer.minecraft.auth.common.api.Category
- com.gamersafer.minecraft.auth.common.configuration.DBType
- com.gamersafer.minecraft.auth.common.handler.LoginHandler.State
- com.gamersafer.minecraft.auth.common.configuration.MessageConfiguration.BossBarColor
- com.gamersafer.minecraft.auth.common.configuration.MessageConfiguration.BossBarStyle
- com.gamersafer.minecraft.auth.common.configuration.MessageConfiguration.MessageSlot
- com.gamersafer.minecraft.auth.common.permissions.Permission
- com.gamersafer.minecraft.auth.common.version.ServerVersion
- com.gamersafer.minecraft.auth.common.api.UnbanResult
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)