MCPcopy Create free account

hub / github.com/TuxCoding/FastLogin / functions

Functions640 in github.com/TuxCoding/FastLogin

MethodgetUsername
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/event/BukkitFastLoginPreLoginEvent.java:50
MethodgetUsername
()
core/src/main/java/com/github/games647/fastlogin/core/shared/LoginSession.java:55
MethodgetUsername
()
velocity/src/main/java/com/github/games647/fastlogin/velocity/event/VelocityFastLoginPreLoginEvent.java:44
MethodgetVersion
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/PremiumPlaceholder.java:81
MethodgreenThread
()
core/src/test/java/com/github/games647/fastlogin/core/AsyncSchedulerTest.java:55
MethodhashCode
()
core/src/main/java/com/github/games647/fastlogin/core/storage/StoredProfile.java:184
MethodisBedrockConnection
(String username)
core/src/main/java/com/github/games647/fastlogin/core/hooks/bedrock/FloodgateService.java:123
MethodisBedrockPlayer
(UUID uuid)
core/src/main/java/com/github/games647/fastlogin/core/hooks/bedrock/BedrockService.java:118
MethodisCancelled
()
bungee/src/main/java/com/github/games647/fastlogin/bungee/event/BungeeFastLoginAutoLoginEvent.java:55
MethodisCancelled
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/event/BukkitFastLoginAutoLoginEvent.java:60
MethodisCancelled
()
velocity/src/main/java/com/github/games647/fastlogin/velocity/event/VelocityFastLoginAutoLoginEvent.java:57
MethodisOnline
(ProxiedPlayer player)
bungee/src/main/java/com/github/games647/fastlogin/bungee/task/ForceLoginTask.java:121
MethodisOnline
(Player player)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/task/ForceLoginTask.java:93
MethodisOnline
(Player player)
velocity/src/main/java/com/github/games647/fastlogin/velocity/task/ForceLoginTask.java:131
MethodisPluginInstalled
Checks if a plugin is installed on the server @param name the name of the plugin @return true if the plugin is installed
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/FastLoginBukkit.java:310
MethodisPluginInstalled
(String name)
core/src/main/java/com/github/games647/fastlogin/core/shared/PlatformPlugin.java:48
MethodisPremium
@return whether the online mode should be enabled for this player @deprecated {@link #isOnlinemodePreferred()} is recommended, because the name repres
core/src/main/java/com/github/games647/fastlogin/core/storage/StoredProfile.java:105
MethodisRegistered
(String playerName)
bungee/src/main/java/com/github/games647/fastlogin/bungee/hook/BungeeAuthHook.java:56
MethodisRegistered
(String playerName)
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/task/DelayedAuthHookTest.java:54
MethodisRegistered
(String playerName)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/LoginSecurityHook.java:66
MethodisRegistered
(String playerName)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/CrazyLoginHook.java:114
MethodisRegistered
(String playerName)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/LogItHook.java:66
MethodisRegistered
(String playerName)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/XAuthHook.java:83
MethodisRegistered
(String playerName)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/UltraAuthHook.java:74
MethodisRegistered
(String playerName)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/AuthMeHook.java:96
MethodisUsernameForbidden
(StoredProfile profile)
core/src/main/java/com/github/games647/fastlogin/core/hooks/bedrock/FloodgateService.java:74
Methodkick
(String message)
bungee/src/main/java/com/github/games647/fastlogin/bungee/BungeeLoginSource.java:52
Methodkick
(String message)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocolsupport/ProtocolLoginSource.java:46
Methodkick
(String message)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ProtocolLibLoginSource.java:93
Methodkick
(String message)
velocity/src/main/java/com/github/games647/fastlogin/velocity/VelocityLoginSource.java:52
MethodlegacyScheduler
()
core/src/test/java/com/github/games647/fastlogin/core/AsyncSchedulerTest.java:43
MethodloadProfile
(String name)
core/src/main/java/com/github/games647/fastlogin/core/storage/SQLStorage.java:112
MethodloadProfile
(String name)
core/src/main/java/com/github/games647/fastlogin/core/storage/SQLiteStorage.java:83
MethodonAsyncPlayerPreLogin
(AsyncPlayerPreLoginEvent event)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/PaperCacheListener.java:46
MethodonCommand
(@NotNull CommandSender sender, @NotNull Command command, @NotNull String label,
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/command/CrackedCommand.java:44
MethodonCommand
(@NotNull CommandSender sender, @NotNull Command command, @NotNull String label,
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/command/PremiumCommand.java:50
MethodonConnectionClosed
(ConnectionCloseEvent closeEvent)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocolsupport/ProtocolSupportListener.java:91
MethodonDisable
()
bungee/src/main/java/com/github/games647/fastlogin/bungee/FastLoginBungee.java:112
MethodonDisable
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/FastLoginBukkit.java:176
MethodonDisconnect
(PlayerDisconnectEvent disconnectEvent)
bungee/src/main/java/com/github/games647/fastlogin/bungee/listener/ConnectListener.java:243
MethodonDisconnect
(DisconnectEvent disconnectEvent)
velocity/src/main/java/com/github/games647/fastlogin/velocity/listener/ConnectListener.java:191
MethodonEnable
()
bungee/src/main/java/com/github/games647/fastlogin/bungee/FastLoginBungee.java:79
MethodonEnable
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/FastLoginBukkit.java:91
MethodonForceActionSuccess
(LoginSession session)
bungee/src/main/java/com/github/games647/fastlogin/bungee/task/ForceLoginTask.java:102
MethodonForceActionSuccess
(LoginSession session)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/task/ForceLoginTask.java:81
MethodonForceActionSuccess
(LoginSession session)
velocity/src/main/java/com/github/games647/fastlogin/velocity/task/ForceLoginTask.java:111
MethodonGameProfileRequest
(GameProfileRequestEvent event)
velocity/src/main/java/com/github/games647/fastlogin/velocity/listener/ConnectListener.java:119
MethodonLoginStart
(PlayerLoginStartEvent loginStartEvent)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocolsupport/ProtocolSupportListener.java:61
MethodonPacketReceiving
(PacketEvent packetEvent)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ProtocolLibListener.java:106
MethodonPlayerJoin
(PlayerJoinEvent joinEvent)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/ConnectionListener.java:67
MethodonPlayerLogin
(PlayerLoginEvent loginEvent)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/ConnectionListener.java:59
MethodonPlayerLogin
(PlayerLoginEvent loginEvent)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/SkinApplyListener.java:48
MethodonPlayerQuit
(PlayerQuitEvent quitEvent)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/ConnectionListener.java:110
MethodonPluginMessage
(PluginMessageEvent pluginMessageEvent)
bungee/src/main/java/com/github/games647/fastlogin/bungee/listener/PluginMessageListener.java:63
MethodonPluginMessage
(PluginMessageEvent pluginMessageEvent)
velocity/src/main/java/com/github/games647/fastlogin/velocity/listener/PluginMessageListener.java:63
MethodonPluginMessageReceived
(@NotNull String channel, Player player, byte[] message)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/BungeeListener.java:58
MethodonPreLogin
(PreLoginEvent preLoginEvent)
bungee/src/main/java/com/github/games647/fastlogin/bungee/listener/ConnectListener.java:122
MethodonPreLogin
(PreLoginEvent preLoginEvent)
velocity/src/main/java/com/github/games647/fastlogin/velocity/listener/ConnectListener.java:79
MethodonPropertiesResolve
(PlayerProfileCompleteEvent profileCompleteEvent)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocolsupport/ProtocolSupportListener.java:97
MethodonProxyInitialization
(ProxyInitializeEvent event)
velocity/src/main/java/com/github/games647/fastlogin/velocity/FastLoginVelocity.java:94
MethodonProxyShutdown
(ProxyShutdownEvent event)
velocity/src/main/java/com/github/games647/fastlogin/velocity/FastLoginVelocity.java:120
MethodonRequest
(OfflinePlayer player, @NotNull String identifier)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/PremiumPlaceholder.java:55
MethodonServerConnected
(ServerConnectedEvent serverConnectedEvent)
bungee/src/main/java/com/github/games647/fastlogin/bungee/listener/ConnectListener.java:216
MethodonServerConnected
(ServerConnectedEvent serverConnectedEvent)
velocity/src/main/java/com/github/games647/fastlogin/velocity/listener/ConnectListener.java:160
MethodonSessionRestore
(RestoreSessionEvent restoreSessionEvent)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/AuthMeHook.java:74
MethodparsePrivateKey
(String keySpec)
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ResourceLoader.java:53
MethodparseVerification
(InputStream input)
core/src/main/java/com/github/games647/fastlogin/core/ProxyAgnosticMojangResolver.java:78
MethodperformChecks
(String username, LoginSource source)
core/src/main/java/com/github/games647/fastlogin/core/hooks/bedrock/FloodgateService.java:80
MethodperformChecks
Perform every packet level check needed on a Bedrock player. @param username the name of the player @param source an instance of LoginSource @retur
core/src/main/java/com/github/games647/fastlogin/core/hooks/bedrock/BedrockService.java:58
Methodpersist
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/PremiumPlaceholder.java:45
MethodreadFrom
(ByteArrayDataInput input)
core/src/main/java/com/github/games647/fastlogin/core/message/SuccessMessage.java:40
MethodreadFrom
(ByteArrayDataInput input)
core/src/main/java/com/github/games647/fastlogin/core/message/ChannelMessage.java:35
MethodrequestPremiumLogin
(BungeeLoginSource source, StoredProfile profile, String username, boolean
bungee/src/main/java/com/github/games647/fastlogin/bungee/task/AsyncPremiumCheck.java:77
MethodrequestPremiumLogin
(ProtocolLoginSource source, StoredProfile profile, String username, boole
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocolsupport/ProtocolSupportListener.java:122
MethodrequestPremiumLogin
(ProtocolLibLoginSource source, StoredProfile profile, String username, bo
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/NameCheckTask.java:89
MethodrequestPremiumLogin
(VelocityLoginSource source, StoredProfile profile, String username, boole
velocity/src/main/java/com/github/games647/fastlogin/velocity/task/AsyncPremiumCheck.java:80
Methodrun
()
bungee/src/main/java/com/github/games647/fastlogin/bungee/task/ForceLoginTask.java:68
Methodrun
()
bungee/src/main/java/com/github/games647/fastlogin/bungee/task/AsyncPremiumCheck.java:59
Methodrun
()
bungee/src/main/java/com/github/games647/fastlogin/bungee/task/AsyncToggleMessage.java:55
Methodrun
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/task/ForceLoginTask.java:52
Methodrun
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/task/DelayedAuthHook.java:52
Methodrun
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/VerifyResponseTask.java:109
Methodrun
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/NameCheckTask.java:70
Methodrun
()
core/src/main/java/com/github/games647/fastlogin/core/shared/ForceLoginManagement.java:46
Methodrun
()
velocity/src/main/java/com/github/games647/fastlogin/velocity/task/ForceLoginTask.java:68
Methodrun
()
velocity/src/main/java/com/github/games647/fastlogin/velocity/task/AsyncPremiumCheck.java:59
Methodrun
()
velocity/src/main/java/com/github/games647/fastlogin/velocity/task/AsyncToggleMessage.java:58
MethodrunAsync
(Runnable task)
core/src/main/java/com/github/games647/fastlogin/core/scheduler/AbstractAsyncScheduler.java:46
MethodrunAsyncDelayed
(Runnable task, Duration delay)
core/src/main/java21/com/github/games647/fastlogin/core/scheduler/AsyncScheduler.java:60
MethodrunAsyncDelayed
(Runnable task, Duration delay)
core/src/main/java/com/github/games647/fastlogin/core/scheduler/AbstractAsyncScheduler.java:48
Methodsave
(StoredProfile playerProfile)
core/src/main/java/com/github/games647/fastlogin/core/storage/SQLiteStorage.java:103
MethodsendMessage
(CommandSender receiver, String message)
bungee/src/main/java/com/github/games647/fastlogin/bungee/FastLoginBungee.java:175
MethodsendMessage
(CommandSender receiver, String message)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/FastLoginBukkit.java:299
MethodsendMessage
(CommandSource receiver, String message)
velocity/src/main/java/com/github/games647/fastlogin/velocity/FastLoginVelocity.java:142
MethodsetCancelled
(boolean cancelled)
bungee/src/main/java/com/github/games647/fastlogin/bungee/event/BungeeFastLoginAutoLoginEvent.java:60
MethodsetCancelled
(boolean cancelled)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/event/BukkitFastLoginAutoLoginEvent.java:65
MethodsetCancelled
(boolean cancelled)
velocity/src/main/java/com/github/games647/fastlogin/velocity/event/VelocityFastLoginAutoLoginEvent.java:62
MethodsetLastLogin
(Instant lastLogin)
core/src/main/java/com/github/games647/fastlogin/core/storage/StoredProfile.java:161
MethodsetPasswordGenerator
(PasswordGenerator<P> passwordGenerator)
core/src/main/java/com/github/games647/fastlogin/core/shared/FastLoginCore.java:274
MethodshouldBlock
Too many requests
core/src/test/java/com/github/games647/fastlogin/core/TickingRateLimiterTest.java:66
← previousnext →501–600 of 640, ranked by callers