Index

A B C D E G H I K L M O R S V W 
All Classes and Interfaces|All Packages

A

authed(IPlayer, UUID) - Method in class com.gamersafer.minecraft.auth.velocity.event.VelocityEventFactory
 

B

ban(IPlayer, UUID, ISender, boolean) - Method in class com.gamersafer.minecraft.auth.velocity.event.VelocityEventFactory
 

C

com.gamersafer.minecraft.auth.velocity - package com.gamersafer.minecraft.auth.velocity
 
com.gamersafer.minecraft.auth.velocity.abstraction - package com.gamersafer.minecraft.auth.velocity.abstraction
 
com.gamersafer.minecraft.auth.velocity.command - package com.gamersafer.minecraft.auth.velocity.command
 
com.gamersafer.minecraft.auth.velocity.event - package com.gamersafer.minecraft.auth.velocity.event
 
com.gamersafer.minecraft.auth.velocity.handler - package com.gamersafer.minecraft.auth.velocity.handler
 
com.gamersafer.minecraft.auth.velocity.listener - package com.gamersafer.minecraft.auth.velocity.listener
 
com.gamersafer.minecraft.auth.velocity.platform - package com.gamersafer.minecraft.auth.velocity.platform
 
CommandWrapper(GSAuthVelocity, ICommand) - Constructor for class com.gamersafer.minecraft.auth.velocity.command.VelocityCommandRegistry.CommandWrapper
 

D

debug(String, Object...) - Method in class com.gamersafer.minecraft.auth.velocity.abstraction.VelocityLogger
 
disableChecks() - Method in class com.gamersafer.minecraft.auth.velocity.GSAuthVelocity
 
dispatchCommand(ISender, String) - Method in class com.gamersafer.minecraft.auth.velocity.abstraction.VelocityServer
 

E

enableChecks() - Method in class com.gamersafer.minecraft.auth.velocity.GSAuthVelocity
 
error(String, Object...) - Method in class com.gamersafer.minecraft.auth.velocity.abstraction.VelocityLogger
 
Executables - Class in com.gamersafer.minecraft.auth.velocity
 
Executables() - Constructor for class com.gamersafer.minecraft.auth.velocity.Executables
 
execute(SimpleCommand.Invocation) - Method in class com.gamersafer.minecraft.auth.velocity.command.VelocityCommandRegistry.CommandWrapper
 
executeCommands(List<String>) - Method in class com.gamersafer.minecraft.auth.velocity.abstraction.VelocityPlayer
 

G

getApi() - Method in class com.gamersafer.minecraft.auth.velocity.GSAuthVelocity
 
getBanner() - Method in class com.gamersafer.minecraft.auth.velocity.event.GSAuthBanEvent
The CommandSource (un)banning the player.
getCommandSource() - Method in class com.gamersafer.minecraft.auth.velocity.abstraction.VelocitySender
 
getConsole() - Method in class com.gamersafer.minecraft.auth.velocity.abstraction.VelocityServer
 
getInstance(IPlayer, boolean) - Method in class com.gamersafer.minecraft.auth.velocity.handler.LoginHandlerFactory
 
getKicker() - Method in class com.gamersafer.minecraft.auth.velocity.event.GSAuthKickEvent
The CommandSource kicking the player.
getLocale() - Method in class com.gamersafer.minecraft.auth.velocity.abstraction.VelocityPlayer
 
getLogger() - Method in class com.gamersafer.minecraft.auth.velocity.GSAuthVelocity
 
getMuter() - Method in class com.gamersafer.minecraft.auth.velocity.event.GSAuthMuteEvent
The CommandSource (un)muting the player.
getPlaceholderService() - Method in class com.gamersafer.minecraft.auth.velocity.GSAuthVelocity
 
getPlayer() - Method in class com.gamersafer.minecraft.auth.velocity.abstraction.VelocityPlayer
 
getPlayer() - Method in class com.gamersafer.minecraft.auth.velocity.event.GSAuthEvent
Returns the player that was acted upon.
getPlayer(String) - Method in class com.gamersafer.minecraft.auth.velocity.abstraction.VelocityServer
 
getPlayer(UUID) - Method in class com.gamersafer.minecraft.auth.velocity.abstraction.VelocityServer
 
getPlayers() - Method in class com.gamersafer.minecraft.auth.velocity.abstraction.VelocityServer
 
getServerName() - Method in class com.gamersafer.minecraft.auth.velocity.abstraction.VelocityPlayer
 
getServerVersion() - Method in class com.gamersafer.minecraft.auth.velocity.abstraction.VelocityPlayer
 
getUuid() - Method in class com.gamersafer.minecraft.auth.velocity.event.GSAuthEvent
Returns the UUID of the player that was acted upon
getWarner() - Method in class com.gamersafer.minecraft.auth.velocity.event.GSAuthWarningEvent
The CommandSource warning the player.
GSAuthAuthenticatedEvent - Class in com.gamersafer.minecraft.auth.velocity.event
Fired when a user has authenticated themselves
GSAuthAuthenticatedEvent(Player, UUID) - Constructor for class com.gamersafer.minecraft.auth.velocity.event.GSAuthAuthenticatedEvent
Creates a new GSAuthAuthenticatedEvent
GSAuthBanEvent - Class in com.gamersafer.minecraft.auth.velocity.event
Fired when a user is (un)banned
GSAuthBanEvent(Player, UUID, CommandSource, boolean) - Constructor for class com.gamersafer.minecraft.auth.velocity.event.GSAuthBanEvent
Creates a new GSAuthBanEvent
GSAuthEvent - Class in com.gamersafer.minecraft.auth.velocity.event
The base event for all fired by this plugin.
GSAuthEvent(Player, UUID) - Constructor for class com.gamersafer.minecraft.auth.velocity.event.GSAuthEvent
Base constructor
GSAuthKickEvent - Class in com.gamersafer.minecraft.auth.velocity.event
Fired when a user is kicked
GSAuthKickEvent(Player, UUID, CommandSource) - Constructor for class com.gamersafer.minecraft.auth.velocity.event.GSAuthKickEvent
Creates a new GSAuthKickEvent
GSAuthListener - Class in com.gamersafer.minecraft.auth.velocity.listener
 
GSAuthListener(IServer, GSAuthVelocity, GSAuthPlugin, SharedConfiguration, MessageConfiguration, LanguageConfiguration, BackendServerCommunicator, IProfileService, IPlayerStorage, ILogger, BanManager, EventFactory, ILoginHandlerFactory, PlaceholderService, IOnboardingService) - Constructor for class com.gamersafer.minecraft.auth.velocity.listener.GSAuthListener
 
GSAuthLoginReminderEvent - Class in com.gamersafer.minecraft.auth.velocity.event
Fired when a user is reminded to authenticate themselves
GSAuthLoginReminderEvent(Player, UUID) - Constructor for class com.gamersafer.minecraft.auth.velocity.event.GSAuthLoginReminderEvent
Creates a new GSAuthLoginReminderEvent
GSAuthMuteEvent - Class in com.gamersafer.minecraft.auth.velocity.event
Fired when a user is (un)muted
GSAuthMuteEvent(Player, UUID, CommandSource, boolean) - Constructor for class com.gamersafer.minecraft.auth.velocity.event.GSAuthMuteEvent
Creates a new GSAuthMuteEvent
GSAuthMuteListener - Class in com.gamersafer.minecraft.auth.velocity.listener
 
GSAuthMuteListener(GSAuthPlugin, IServer, GSAuthVelocity, IPlayerStorage, MuteManager, ProxyConfiguration, LanguageConfiguration, PlayerPreferencesConfiguration) - Constructor for class com.gamersafer.minecraft.auth.velocity.listener.GSAuthMuteListener
 
GSAuthNotAuthedListener - Class in com.gamersafer.minecraft.auth.velocity.listener
 
GSAuthNotAuthedListener(IServer, IPlugin, IProfileService, IPermissionAdapter) - Constructor for class com.gamersafer.minecraft.auth.velocity.listener.GSAuthNotAuthedListener
 
GSAuthRequiredBypassListener - Class in com.gamersafer.minecraft.auth.velocity.listener
 
GSAuthRequiredBypassListener(GSAuthVelocity, ProxyConfiguration, IProfileService, IGSAuthRequiredCache, LanguageConfiguration) - Constructor for class com.gamersafer.minecraft.auth.velocity.listener.GSAuthRequiredBypassListener
 
GSAuthRequiredGroupListener - Class in com.gamersafer.minecraft.auth.velocity.listener
 
GSAuthRequiredGroupListener(IServer, GSAuthVelocity, IProfileService, IPermissionAdapter, IGSAuthRequiredCache, BackendServerCommunicator) - Constructor for class com.gamersafer.minecraft.auth.velocity.listener.GSAuthRequiredGroupListener
 
GSAuthVelocity - Class in com.gamersafer.minecraft.auth.velocity
 
GSAuthVelocity() - Constructor for class com.gamersafer.minecraft.auth.velocity.GSAuthVelocity
 
GSAuthWarningEvent - Class in com.gamersafer.minecraft.auth.velocity.event
Fired when a user is warned
GSAuthWarningEvent(Player, UUID, CommandSource) - Constructor for class com.gamersafer.minecraft.auth.velocity.event.GSAuthWarningEvent
Creates a new GSAuthWarningEvent

H

hasPermission(SimpleCommand.Invocation) - Method in class com.gamersafer.minecraft.auth.velocity.command.VelocityCommandRegistry.CommandWrapper
 
hasPermission(String) - Method in class com.gamersafer.minecraft.auth.velocity.abstraction.VelocityPlayer
 
hideQR(UserIdentity) - Method in class com.gamersafer.minecraft.auth.velocity.platform.VelocityBackendServerCommunicator
 

I

IDENTIFIER - Static variable in class com.gamersafer.minecraft.auth.velocity.platform.VelocityBackendServerCommunicator
 
identity() - Method in class com.gamersafer.minecraft.auth.velocity.abstraction.VelocityPlayer
 
info(String, Object...) - Method in class com.gamersafer.minecraft.auth.velocity.abstraction.VelocityLogger
 
isNowBanned() - Method in class com.gamersafer.minecraft.auth.velocity.event.GSAuthBanEvent
Return whether the player is now banned
isNowMuted() - Method in class com.gamersafer.minecraft.auth.velocity.event.GSAuthMuteEvent
Returns whether the player is now muted
isOnline() - Method in class com.gamersafer.minecraft.auth.velocity.abstraction.VelocityPlayer
 
isVerbose() - Method in class com.gamersafer.minecraft.auth.velocity.abstraction.VelocityLogger
 

K

kick(IPlayer, UUID, ISender) - Method in class com.gamersafer.minecraft.auth.velocity.event.VelocityEventFactory
 
kick(Component) - Method in class com.gamersafer.minecraft.auth.velocity.abstraction.VelocityPlayer
 

L

LoginHandlerFactory - Class in com.gamersafer.minecraft.auth.velocity.handler
 
LoginHandlerFactory(BackendServerCommunicator, GSAuthEventManager, ProxyConfiguration, MessageConfiguration, LanguageConfiguration, IProfileService, IWebHookService, ILogger, BanManager, Consumer<IPlayer>, IGSAuthRequiredCache, IPlayerStorage, PlaceholderService, IOnboardingService, EventFactory) - Constructor for class com.gamersafer.minecraft.auth.velocity.handler.LoginHandlerFactory
 
loginRemind(IPlayer, UUID) - Method in class com.gamersafer.minecraft.auth.velocity.event.VelocityEventFactory
 

M

mute(IPlayer, UUID, ISender, boolean) - Method in class com.gamersafer.minecraft.auth.velocity.event.VelocityEventFactory
 

O

onChat(PlayerChatEvent) - Method in class com.gamersafer.minecraft.auth.velocity.listener.GSAuthMuteListener
 
onChat(PlayerChatEvent) - Method in class com.gamersafer.minecraft.auth.velocity.listener.GSAuthRequiredBypassListener
 
onCommand(CommandExecuteEvent) - Method in class com.gamersafer.minecraft.auth.velocity.listener.GSAuthRequiredBypassListener
 
onDisconnect(DisconnectEvent) - Method in class com.gamersafer.minecraft.auth.velocity.listener.GSAuthListener
 
onLogin(LoginEvent) - Method in class com.gamersafer.minecraft.auth.velocity.listener.GSAuthListener
 
onLogin(LoginEvent) - Method in class com.gamersafer.minecraft.auth.velocity.listener.GSAuthNotAuthedListener
 
onLogin(LoginEvent) - Method in class com.gamersafer.minecraft.auth.velocity.listener.GSAuthRequiredGroupListener
 
onPluginMessage(PluginMessageEvent) - Method in class com.gamersafer.minecraft.auth.velocity.listener.GSAuthListener
 
onPostServerConnect(ServerPostConnectEvent) - Method in class com.gamersafer.minecraft.auth.velocity.listener.GSAuthListener
 
onProxyInitialization(ProxyInitializeEvent) - Method in class com.gamersafer.minecraft.auth.velocity.GSAuthVelocity
 
onProxyShutdown(ProxyShutdownEvent) - Method in class com.gamersafer.minecraft.auth.velocity.GSAuthVelocity
 
onQuit(DisconnectEvent) - Method in class com.gamersafer.minecraft.auth.velocity.listener.GSAuthNotAuthedListener
 
onQuit(DisconnectEvent) - Method in class com.gamersafer.minecraft.auth.velocity.listener.GSAuthRequiredGroupListener
 
onServerSwitch(ServerPostConnectEvent) - Method in class com.gamersafer.minecraft.auth.velocity.listener.GSAuthRequiredGroupListener
 
openBook(Book) - Method in class com.gamersafer.minecraft.auth.velocity.abstraction.VelocityPlayer
 

R

registerCommand(ICommand) - Method in class com.gamersafer.minecraft.auth.velocity.command.VelocityCommandRegistry
 

S

same(IPlayer) - Method in class com.gamersafer.minecraft.auth.velocity.abstraction.VelocityPlayer
 
sendActionBar(String) - Method in class com.gamersafer.minecraft.auth.velocity.abstraction.VelocityPlayer
 
sendActionBar(Component) - Method in class com.gamersafer.minecraft.auth.velocity.abstraction.VelocityPlayer
 
sendAuthStatus(UserIdentity, GSAuthUserAuthenticationStatus) - Method in class com.gamersafer.minecraft.auth.velocity.platform.VelocityBackendServerCommunicator
 
sendBossbar(String, MessageConfiguration.BossBarStyle, MessageConfiguration.BossBarColor, int) - Method in class com.gamersafer.minecraft.auth.velocity.abstraction.VelocityPlayer
 
sendDataToServer(IPlayer) - Method in class com.gamersafer.minecraft.auth.velocity.listener.GSAuthListener
 
sendDataToServer(GSAuthPlugin, BackendServerCommunicator, IPlayer) - Static method in class com.gamersafer.minecraft.auth.velocity.Executables
 
sendDisabled(boolean) - Method in class com.gamersafer.minecraft.auth.velocity.platform.VelocityBackendServerCommunicator
 
sendDisabled(IPlayer) - Method in class com.gamersafer.minecraft.auth.velocity.listener.GSAuthListener
 
sendDisabled(GSAuthPlugin, BackendServerCommunicator, IPlayer) - Static method in class com.gamersafer.minecraft.auth.velocity.Executables
 
sendDisabled(String, boolean) - Method in class com.gamersafer.minecraft.auth.velocity.platform.VelocityBackendServerCommunicator
 
sendMessage(String) - Method in class com.gamersafer.minecraft.auth.velocity.abstraction.VelocityConsole
 
sendMessage(String) - Method in class com.gamersafer.minecraft.auth.velocity.abstraction.VelocityPlayer
 
sendMessage(Component) - Method in class com.gamersafer.minecraft.auth.velocity.abstraction.VelocityConsole
 
sendMessage(Component) - Method in class com.gamersafer.minecraft.auth.velocity.abstraction.VelocityPlayer
 
sendQR(UserIdentity, String) - Method in class com.gamersafer.minecraft.auth.velocity.platform.VelocityBackendServerCommunicator
 
sendRequiredStatus(UserIdentity, boolean) - Method in class com.gamersafer.minecraft.auth.velocity.platform.VelocityBackendServerCommunicator
 
sendTitle(String, String, int) - Method in class com.gamersafer.minecraft.auth.velocity.abstraction.VelocityPlayer
 
setVerbose(boolean) - Method in class com.gamersafer.minecraft.auth.velocity.abstraction.VelocityLogger
 
suggest(SimpleCommand.Invocation) - Method in class com.gamersafer.minecraft.auth.velocity.command.VelocityCommandRegistry.CommandWrapper
 

V

VelocityBackendServerCommunicator - Class in com.gamersafer.minecraft.auth.velocity.platform
 
VelocityBackendServerCommunicator(ProxyServer, ILogger, ProxyLanguageConfiguration) - Constructor for class com.gamersafer.minecraft.auth.velocity.platform.VelocityBackendServerCommunicator
 
VelocityCommandRegistry - Class in com.gamersafer.minecraft.auth.velocity.command
 
VelocityCommandRegistry(GSAuthPlugin, ProxyServer, GSAuthVelocity, GSAuthApi, ILoginHandlerFactory) - Constructor for class com.gamersafer.minecraft.auth.velocity.command.VelocityCommandRegistry
 
VelocityCommandRegistry.CommandWrapper - Class in com.gamersafer.minecraft.auth.velocity.command
 
VelocityConsole - Class in com.gamersafer.minecraft.auth.velocity.abstraction
 
VelocityConsole(ConsoleCommandSource) - Constructor for class com.gamersafer.minecraft.auth.velocity.abstraction.VelocityConsole
 
VelocityEventFactory - Class in com.gamersafer.minecraft.auth.velocity.event
 
VelocityEventFactory(ProxyServer) - Constructor for class com.gamersafer.minecraft.auth.velocity.event.VelocityEventFactory
 
VelocityLogger - Class in com.gamersafer.minecraft.auth.velocity.abstraction
 
VelocityLogger(Logger) - Constructor for class com.gamersafer.minecraft.auth.velocity.abstraction.VelocityLogger
 
VelocityPlayer - Class in com.gamersafer.minecraft.auth.velocity.abstraction
 
VelocityPlayer(ProxyServer, GSAuthVelocity, ProxyConfiguration, EphemeralUserReferenceManager, GSAuthListener, Player) - Constructor for class com.gamersafer.minecraft.auth.velocity.abstraction.VelocityPlayer
 
VelocitySender - Class in com.gamersafer.minecraft.auth.velocity.abstraction
 
VelocitySender(CommandSource) - Constructor for class com.gamersafer.minecraft.auth.velocity.abstraction.VelocitySender
 
VelocityServer - Class in com.gamersafer.minecraft.auth.velocity.abstraction
 
VelocityServer(ProxyServer, GSAuthVelocity) - Constructor for class com.gamersafer.minecraft.auth.velocity.abstraction.VelocityServer
 

W

warn(IPlayer, UUID, ISender) - Method in class com.gamersafer.minecraft.auth.velocity.event.VelocityEventFactory
 
warn(String, Object...) - Method in class com.gamersafer.minecraft.auth.velocity.abstraction.VelocityLogger
 
wrap(T) - Method in class com.gamersafer.minecraft.auth.velocity.GSAuthVelocity
 
wrapPlayer(T) - Method in class com.gamersafer.minecraft.auth.velocity.GSAuthVelocity
 
A B C D E G H I K L M O R S V W 
All Classes and Interfaces|All Packages