MCPcopy Create free account

hub / github.com/TuxCoding/FastLogin / types & classes

Types & classes118 in github.com/TuxCoding/FastLogin

ClassAbstractAsyncScheduler
core/src/main/java/com/github/games647/fastlogin/core/scheduler/AbstractAsyncScheduler.java:35
EnumAction
core/src/main/java/com/github/games647/fastlogin/core/antibot/AntiBotService.java:55
ClassAntiBotService
core/src/main/java/com/github/games647/fastlogin/core/antibot/AntiBotService.java:32
ClassAsyncPremiumCheck
bungee/src/main/java/com/github/games647/fastlogin/bungee/task/AsyncPremiumCheck.java:40
ClassAsyncPremiumCheck
velocity/src/main/java/com/github/games647/fastlogin/velocity/task/AsyncPremiumCheck.java:42
ClassAsyncScheduler
This limits the number of threads that are used at maximum. Thread creation can be very heavy for the CPU and context switching between threads too. H
core/src/main/java21/com/github/games647/fastlogin/core/scheduler/AsyncScheduler.java:42
ClassAsyncScheduler
This limits the number of threads that are used at maximum. Thread creation can be very heavy for the CPU and context switching between threads too. H
core/src/main/java/com/github/games647/fastlogin/core/scheduler/AsyncScheduler.java:41
ClassAsyncSchedulerTest
core/src/test/java/com/github/games647/fastlogin/core/AsyncSchedulerTest.java:41
ClassAsyncToggleMessage
bungee/src/main/java/com/github/games647/fastlogin/bungee/task/AsyncToggleMessage.java:38
ClassAsyncToggleMessage
velocity/src/main/java/com/github/games647/fastlogin/velocity/task/AsyncToggleMessage.java:39
ClassAuthMeHook
GitHub: <a href="https://github.com/Xephi/AuthMeReloaded/">...</a> <p> Project page: <p> <a href="https://dev.bukkit.org/bukkit-plugins/authme-reloade
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/AuthMeHook.java:52
InterfaceAuthPlugin
Represents a supporting authentication plugin in BungeeCord and Bukkit/Spigot/... servers @param <P> either {@link org.bukkit.entity.Player} for Bukk
core/src/main/java/com/github/games647/fastlogin/core/hooks/AuthPlugin.java:34
InterfaceAuthStorage
core/src/main/java/com/github/games647/fastlogin/core/storage/AuthStorage.java:30
ClassBase64Adapter
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/Base64Adapter.java:35
ClassBedrockService
@param <B> is an instance of either FloodgatePlayer or GeyserSession
core/src/main/java/com/github/games647/fastlogin/core/hooks/bedrock/BedrockService.java:41
ClassBukkitFastLoginAutoLoginEvent
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/event/BukkitFastLoginAutoLoginEvent.java:36
ClassBukkitFastLoginPreLoginEvent
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/event/BukkitFastLoginPreLoginEvent.java:35
ClassBukkitFastLoginPremiumToggleEvent
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/event/BukkitFastLoginPremiumToggleEvent.java:35
ClassBukkitLoginSession
Represents a client connecting to the server. <p> This session is invalid if the player disconnects or the login was successful
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BukkitLoginSession.java:41
ClassBukkitScheduler
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BukkitScheduler.java:35
ClassBungeeAuthHook
GitHub: <a href="https://github.com/vik1395/BungeeAuth-Minecraft">...</a> <p> Project page: <p> Spigot: <a href="https://www.spigotmc.org/resources/bu
bungee/src/main/java/com/github/games647/fastlogin/bungee/hook/BungeeAuthHook.java:43
ClassBungeeFastLoginAutoLoginEvent
bungee/src/main/java/com/github/games647/fastlogin/bungee/event/BungeeFastLoginAutoLoginEvent.java:34
ClassBungeeFastLoginPreLoginEvent
bungee/src/main/java/com/github/games647/fastlogin/bungee/event/BungeeFastLoginPreLoginEvent.java:33
ClassBungeeFastLoginPremiumToggleEvent
bungee/src/main/java/com/github/games647/fastlogin/bungee/event/BungeeFastLoginPremiumToggleEvent.java:32
ClassBungeeListener
Responsible for receiving messages from a BungeeCord instance. <p> This class also receives the plugin message from the bungeecord version of this plu
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/BungeeListener.java:50
ClassBungeeLoginSession
bungee/src/main/java/com/github/games647/fastlogin/bungee/BungeeLoginSession.java:31
ClassBungeeLoginSource
bungee/src/main/java/com/github/games647/fastlogin/bungee/BungeeLoginSource.java:37
ClassBungeeManager
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BungeeManager.java:55
ClassChangePremiumMessage
core/src/main/java/com/github/games647/fastlogin/core/message/ChangePremiumMessage.java:31
InterfaceChannelMessage
core/src/main/java/com/github/games647/fastlogin/core/message/ChannelMessage.java:31
ClassClientPublicKey
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/packet/ClientPublicKey.java:33
ClassCommonUtil
core/src/main/java/com/github/games647/fastlogin/core/CommonUtil.java:39
ClassCommonUtilTest
core/src/test/java/com/github/games647/fastlogin/core/CommonUtilTest.java:32
ClassConnectListener
Enables online mode logins for specified users and sends plugin message to the Bukkit version of this plugin in order to clear that the connection is
bungee/src/main/java/com/github/games647/fastlogin/bungee/listener/ConnectListener.java:69
ClassConnectListener
velocity/src/main/java/com/github/games647/fastlogin/velocity/listener/ConnectListener.java:67
ClassConnectListenerTest
bungee/src/test/java/com/github/games647/fastlogin/bungee/listener/ConnectListenerTest.java:39
ClassConnectionListener
This listener tells authentication plugins weather the player has a premium account. So the plugin can skip authentication.
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/ConnectionListener.java:49
ClassCrackedCommand
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/command/CrackedCommand.java:38
ClassCrazyLoginHook
GitHub: <a href="https://github.com/ST-DDT/CrazyLogin">...</a> <p> Project page: <p> <a href="https://dev.bukkit.org/server-mods/crazylogin/">Bukkit</
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/CrazyLoginHook.java:51
ClassCrazyLoginHookTest
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/hook/CrazyLoginHookTest.java:36
ClassDefaultPasswordGenerator
core/src/main/java/com/github/games647/fastlogin/core/hooks/DefaultPasswordGenerator.java:32
ClassDefaultPasswordGeneratorTest
core/src/test/java/com/github/games647/fastlogin/core/hooks/DefaultPasswordGeneratorTest.java:32
ClassDelayedAuthHook
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/task/DelayedAuthHook.java:44
ClassDelayedAuthHookTest
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/task/DelayedAuthHookTest.java:34
ClassDummyHook
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/task/DelayedAuthHookTest.java:42
ClassEncryptionUtil
Encryption and decryption minecraft util for connection between servers and paid Minecraft account clients.
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtil.java:69
ClassEncryptionUtilTest
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtilTest.java:60
ClassFakeTicker
core/src/test/java/com/github/games647/fastlogin/core/FakeTicker.java:32
InterfaceFastLoginAutoLoginEvent
This event fires if the plugin performs an auto login on the platform where the login plugin is <p> {@snippet : @EventHandler() public void onPlayerLo
core/src/main/java/com/github/games647/fastlogin/core/shared/event/FastLoginAutoLoginEvent.java:44
ClassFastLoginBukkit
This plugin checks if a player has a paid account and if so tries to skip offline mode authentication.
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/FastLoginBukkit.java:67
ClassFastLoginBukkitTest
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/FastLoginBukkitTest.java:36
ClassFastLoginBungee
BungeeCord version of FastLogin. This plugin keeps track on online mode connections.
bungee/src/main/java/com/github/games647/fastlogin/bungee/FastLoginBungee.java:69
InterfaceFastLoginCancellableEvent
core/src/main/java/com/github/games647/fastlogin/core/shared/event/FastLoginCancellableEvent.java:28
ClassFastLoginCore
@param <P> GameProfile class @param <C> CommandSender @param <T> Plugin class
core/src/main/java/com/github/games647/fastlogin/core/shared/FastLoginCore.java:77
InterfaceFastLoginPreLoginEvent
This action represents the login attempt of a player before the plugin makes any online mode actions.
core/src/main/java/com/github/games647/fastlogin/core/shared/event/FastLoginPreLoginEvent.java:34
InterfaceFastLoginPremiumToggleEvent
This even represents the opt-in premium status change by request.
core/src/main/java/com/github/games647/fastlogin/core/shared/event/FastLoginPremiumToggleEvent.java:33
ClassFastLoginVelocity
velocity/src/main/java/com/github/games647/fastlogin/velocity/FastLoginVelocity.java:71
ClassFloodgateAuthTask
bungee/src/main/java/com/github/games647/fastlogin/bungee/task/FloodgateAuthTask.java:40
ClassFloodgateAuthTask
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/task/FloodgateAuthTask.java:40
ClassFloodgateAuthTask
velocity/src/main/java/com/github/games647/fastlogin/velocity/task/FloodgateAuthTask.java:41
ClassFloodgateManagement
core/src/main/java/com/github/games647/fastlogin/core/shared/FloodgateManagement.java:40
ClassFloodgateService
core/src/main/java/com/github/games647/fastlogin/core/hooks/bedrock/FloodgateService.java:37
EnumFloodgateState
core/src/main/java/com/github/games647/fastlogin/core/shared/FloodgateState.java:28
ClassForceLoginManagement
core/src/main/java/com/github/games647/fastlogin/core/shared/ForceLoginManagement.java:33
ClassForceLoginTask
bungee/src/main/java/com/github/games647/fastlogin/bungee/task/ForceLoginTask.java:46
ClassForceLoginTask
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/task/ForceLoginTask.java:45
ClassForceLoginTask
velocity/src/main/java/com/github/games647/fastlogin/velocity/task/ForceLoginTask.java:46
ClassGeyserService
core/src/main/java/com/github/games647/fastlogin/core/hooks/bedrock/GeyserService.java:36
ClassInetUtils
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/InetUtils.java:30
ClassJoinManagement
core/src/main/java/com/github/games647/fastlogin/core/shared/JoinManagement.java:38
ClassLogItHook
GitHub: <a href="https://github.com/XziomekX/LogIt">...</a> <p> Project page: <p> Bukkit: Unknown <p> Spigot: Unknown
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/LogItHook.java:47
ClassLoginActionMessage
core/src/main/java/com/github/games647/fastlogin/core/message/LoginActionMessage.java:33
ClassLoginSecurityHook
GitHub: <a href="https://github.com/lenis0012/LoginSecurity-2">...</a> <p> Project page: <p> <a href="https://dev.bukkit.org/bukkit-plugins/loginsecur
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/LoginSecurityHook.java:46
ClassLoginSession
core/src/main/java/com/github/games647/fastlogin/core/shared/LoginSession.java:33
InterfaceLoginSource
core/src/main/java/com/github/games647/fastlogin/core/shared/LoginSource.java:30
ClassMySQLStorage
core/src/main/java/com/github/games647/fastlogin/core/storage/MySQLStorage.java:33
EnumMySQLVariant
core/src/main/java/com/github/games647/fastlogin/core/storage/MySQLStorage.java:112
ClassNameCheckTask
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/NameCheckTask.java:43
ClassNamespaceKey
core/src/main/java/com/github/games647/fastlogin/core/message/NamespaceKey.java:28
ClassPaperCacheListener
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/PaperCacheListener.java:38
InterfacePasswordGenerator
Password generator for your auth plugin. @param <P> platform dependent player class
core/src/main/java/com/github/games647/fastlogin/core/hooks/PasswordGenerator.java:32
InterfacePlatformPlugin
core/src/main/java/com/github/games647/fastlogin/core/shared/PlatformPlugin.java:36
ClassPluginMessageListener
bungee/src/main/java/com/github/games647/fastlogin/bungee/listener/PluginMessageListener.java:49
ClassPluginMessageListener
velocity/src/main/java/com/github/games647/fastlogin/velocity/listener/PluginMessageListener.java:48
ClassPomData
velocity/src/main/java-templates/com/github/games647/fastlogin/velocity/PomData.java:28
ClassPremiumCommand
Let users activate fast login by command. This only be accessible if the user has access to its account. So we can make sure that not another person w
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/command/PremiumCommand.java:44
ClassPremiumPlaceholder
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/PremiumPlaceholder.java:35
EnumPremiumStatus
core/src/main/java/com/github/games647/fastlogin/core/PremiumStatus.java:28
EnumPremiumToggleReason
core/src/main/java/com/github/games647/fastlogin/core/shared/event/FastLoginPremiumToggleEvent.java:39
ClassProtocolLibListener
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ProtocolLibListener.java:74
ClassProtocolLibLoginSource
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ProtocolLibLoginSource.java:45
ClassProtocolLoginSource
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocolsupport/ProtocolLoginSource.java:33
ClassProtocolSupportListener
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocolsupport/ProtocolSupportListener.java:48
ClassProxyAgnosticMojangResolver
An extension to {@link MojangResolver} which allows connection using transparent reverse proxies. The significant difference is that unlike MojangReso
core/src/main/java/com/github/games647/fastlogin/core/ProxyAgnosticMojangResolver.java:45
InterfaceRateLimiter
core/src/main/java/com/github/games647/fastlogin/core/antibot/RateLimiter.java:28
ClassReflectionTest
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/ReflectionTest.java:36
ClassResourceLoader
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ResourceLoader.java:51
ClassSQLStorage
core/src/main/java/com/github/games647/fastlogin/core/storage/SQLStorage.java:47
ClassSQLiteStorage
core/src/main/java/com/github/games647/fastlogin/core/storage/SQLiteStorage.java:38
ClassSignatureData
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/SignatureTestData.java:58
next →1–100 of 118, ranked by callers