Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TuxCoding/FastLogin
/ functions
Functions
640 in github.com/TuxCoding/FastLogin
⨍
Functions
640
◇
Types & classes
118
↓ 1 callers
Method
getKey
()
core/src/main/java/com/github/games647/fastlogin/core/message/NamespaceKey.java:56
↓ 1 callers
Method
getListener
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/hook/CrazyLoginHook.java:136
↓ 1 callers
Method
getLog
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/FastLoginBukkit.java:289
↓ 1 callers
Method
getName
(P player)
core/src/main/java/com/github/games647/fastlogin/core/shared/FloodgateManagement.java:212
↓ 1 callers
Method
getNonce
()
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/SignatureTestData.java:50
↓ 1 callers
Method
getOptId
()
core/src/main/java/com/github/games647/fastlogin/core/storage/StoredProfile.java:92
↓ 1 callers
Method
getOverriddenType
(PacketType packetType)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ProtocolLibListener.java:158
↓ 1 callers
Method
getPasswordGenerator
()
core/src/main/java/com/github/games647/fastlogin/core/shared/FastLoginCore.java:270
↓ 1 callers
Method
getProxyId
()
core/src/main/java/com/github/games647/fastlogin/core/message/LoginActionMessage.java:60
↓ 1 callers
Method
getProxyId
()
velocity/src/main/java/com/github/games647/fastlogin/velocity/FastLoginVelocity.java:230
↓ 1 callers
Method
getRandomPassword
(P player)
core/src/main/java/com/github/games647/fastlogin/core/hooks/DefaultPasswordGenerator.java:40
↓ 1 callers
Method
getRandomPassword
Generate a password for a non-registered player @param player player representation @return generated password
core/src/main/java/com/github/games647/fastlogin/core/hooks/PasswordGenerator.java:40
↓ 1 callers
Method
getReadableName
()
core/src/main/java/com/github/games647/fastlogin/core/PremiumStatus.java:42
↓ 1 callers
Method
getRequestCount
()
core/src/main/java/com/github/games647/fastlogin/core/antibot/TickingRateLimiter.java:126
↓ 1 callers
Method
getRequestUsername
()
core/src/main/java/com/github/games647/fastlogin/core/shared/LoginSession.java:51
↓ 1 callers
Method
getRowId
()
core/src/main/java/com/github/games647/fastlogin/core/storage/StoredProfile.java:79
↓ 1 callers
Method
getSalt
()
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/SignatureTestData.java:65
↓ 1 callers
Method
getServerIdHash
(String sessionId, PublicKey publicKey, SecretKey sharedSecret)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtil.java:217
↓ 1 callers
Method
getSignature
()
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/SignatureTestData.java:69
↓ 1 callers
Method
getSource
()
core/src/main/java/com/github/games647/fastlogin/core/shared/event/FastLoginPreLoginEvent.java:38
↓ 1 callers
Method
getStatus
Fetches the premium status of an online player. {@snippet : // Bukkit's players object after successful authentication i.e. PlayerJoinEvent // except
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/FastLoginBukkit.java:262
↓ 1 callers
Method
getType
()
core/src/main/java/com/github/games647/fastlogin/core/message/LoginActionMessage.java:52
↓ 1 callers
Method
getUsername
(PacketContainer packet)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ProtocolLibListener.java:288
↓ 1 callers
Method
getVerifyToken
Gets the verify-token the server sent to the client. <p> Empty if it's a BungeeCord connection @return verify token from the server
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BukkitLoginSession.java:82
↓ 1 callers
Method
getVerifyToken
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ProtocolLibLoginSource.java:119
↓ 1 callers
Method
hasExpired
(long now)
core/src/main/java/com/github/games647/fastlogin/core/antibot/TickingRateLimiter.java:130
↓ 1 callers
Method
hasFailedLogin
(String ip, String username)
core/src/main/java/com/github/games647/fastlogin/core/shared/FastLoginCore.java:283
↓ 1 callers
Method
hasJoined
(String username, String serverHash, InetAddress hostIp)
core/src/main/java/com/github/games647/fastlogin/core/ProxyAgnosticMojangResolver.java:58
↓ 1 callers
Method
hit
()
core/src/main/java/com/github/games647/fastlogin/core/antibot/TickingRateLimiter.java:122
↓ 1 callers
Method
initializeFloodgate
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/FastLoginBukkit.java:160
↓ 1 callers
Method
isAlreadySaved
()
bungee/src/main/java/com/github/games647/fastlogin/bungee/BungeeLoginSession.java:44
↓ 1 callers
Method
isAlreadySaved
()
velocity/src/main/java/com/github/games647/fastlogin/velocity/VelocityLoginSession.java:43
↓ 1 callers
Method
isBedrockConnection
(String username)
core/src/main/java/com/github/games647/fastlogin/core/hooks/bedrock/BedrockService.java:122
↓ 1 callers
Method
isColumnMissing
(DatabaseMetaData metaData, String columnName)
core/src/main/java/com/github/games647/fastlogin/core/storage/SQLStorage.java:106
↓ 1 callers
Method
isExpired
(Instant verifyTimestamp)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/packet/ClientPublicKey.java:61
↓ 1 callers
Method
isHookFound
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/task/DelayedAuthHook.java:69
↓ 1 callers
Method
isIPv6UniqueSiteLocal
(InetAddress address)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/InetUtils.java:55
↓ 1 callers
Method
isLocalAddress
Verifies if the given IP address is from the local network @param address IP address @return true if address is from local network or even from the d
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/InetUtils.java:42
↓ 1 callers
Method
isNameChanged
(S source, String username, Profile profile)
core/src/main/java/com/github/games647/fastlogin/core/shared/JoinManagement.java:152
↓ 1 callers
Method
isNameCheckRequired
Decides whether checks for conflicting Java names should be made @return ture if an API call to Mojang is needed
core/src/main/java/com/github/games647/fastlogin/core/shared/FloodgateManagement.java:194
↓ 1 callers
Method
isOnline
(P player)
core/src/main/java/com/github/games647/fastlogin/core/shared/ForceLoginManagement.java:134
↓ 1 callers
Method
isOnlineMode
()
core/src/main/java/com/github/games647/fastlogin/core/shared/ForceLoginManagement.java:136
↓ 1 callers
Method
isProxyAllowed
(UUID proxyId)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BungeeManager.java:200
↓ 1 callers
Method
isUsernameAvailable
(S source, String username, StoredProfile profile)
core/src/main/java/com/github/games647/fastlogin/core/shared/JoinManagement.java:142
↓ 1 callers
Method
isUsernameForbidden
Checks if a profile's name starts with the Floodgate prefix, if it's available @param profile profile of the connecting player @return true if the use
core/src/main/java/com/github/games647/fastlogin/core/hooks/bedrock/BedrockService.java:131
↓ 1 callers
Method
isValidUsername
(LoginSource source, StoredProfile profile)
core/src/main/java/com/github/games647/fastlogin/core/shared/JoinManagement.java:132
↓ 1 callers
Method
isVelocityEnabled
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BungeeManager.java:113
↓ 1 callers
Method
loadBungeeCordIds
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BungeeManager.java:173
↓ 1 callers
Method
loadMojangSessionKey
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtil.java:200
↓ 1 callers
Method
loadOrGenerateProxyId
()
velocity/src/main/java/com/github/games647/fastlogin/velocity/FastLoginVelocity.java:196
↓ 1 callers
Method
onCrackedOther
(CommandSender sender, Command command, String[] args)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/command/CrackedCommand.java:92
↓ 1 callers
Method
onCrackedSelf
(CommandSender sender)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/command/CrackedCommand.java:56
↓ 1 callers
Method
onEncryptionBegin
(PacketEvent packetEvent, Player sender)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ProtocolLibListener.java:174
↓ 1 callers
Method
onLogin
(String username, S source)
core/src/main/java/com/github/games647/fastlogin/core/shared/JoinManagement.java:50
↓ 1 callers
Method
onLoginMessage
(Player player, String playerName)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/BungeeListener.java:105
↓ 1 callers
Method
onLoginStart
(PacketEvent packetEvent, Player player, String username)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ProtocolLibListener.java:235
↓ 1 callers
Method
onPremiumOther
(CommandSender sender, Command command, String[] args)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/command/PremiumCommand.java:104
↓ 1 callers
Method
onPremiumSelf
(CommandSender sender)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/command/PremiumCommand.java:62
↓ 1 callers
Method
onRegisterMessage
(Player player, String playerName)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/BungeeListener.java:110
↓ 1 callers
Method
onSuccessMessage
(ProxiedPlayer forPlayer)
bungee/src/main/java/com/github/games647/fastlogin/bungee/listener/PluginMessageListener.java:117
↓ 1 callers
Method
onSuccessMessage
(Player forPlayer)
velocity/src/main/java/com/github/games647/fastlogin/velocity/listener/PluginMessageListener.java:118
↓ 1 callers
Method
parsePublicKey
(String keySpec)
bukkit/src/test/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ResourceLoader.java:83
↓ 1 callers
Method
performChecks
(String username, LoginSource source)
core/src/main/java/com/github/games647/fastlogin/core/hooks/bedrock/GeyserService.java:49
↓ 1 callers
Method
performNewPlayerLogin
(String username, S source, String ip, StoredProfile profile)
core/src/main/java/com/github/games647/fastlogin/core/shared/JoinManagement.java:96
↓ 1 callers
Method
processFloodgateTasks
Reimplementation of the tasks injected Floodgate in ProtocolLib that are not run due to a bug @see <a href="https://github.com/GeyserMC/Floodgate/issu
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ProtocolLibListener.java:318
↓ 1 callers
Method
read
()
core/src/test/java/com/github/games647/fastlogin/core/FakeTicker.java:40
↓ 1 callers
Method
readFrom
(ByteArrayDataInput input)
core/src/main/java/com/github/games647/fastlogin/core/message/LoginActionMessage.java:64
↓ 1 callers
Method
readMessage
(ProxiedPlayer forPlayer, String channel, byte[] data)
bungee/src/main/java/com/github/games647/fastlogin/bungee/listener/PluginMessageListener.java:86
↓ 1 callers
Method
readMessage
(Player player, LoginActionMessage message)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/BungeeListener.java:90
↓ 1 callers
Method
readMessage
(Player sender, String channel, byte[] data)
velocity/src/main/java/com/github/games647/fastlogin/velocity/listener/PluginMessageListener.java:86
↓ 1 callers
Method
receiveFakeStartPacket
(String username, ClientPublicKey clientKey, UUID uuid)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/VerifyResponseTask.java:294
↓ 1 callers
Method
registerCommands
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/FastLoginBukkit.java:154
↓ 1 callers
Method
registerHook
()
bungee/src/main/java/com/github/games647/fastlogin/bungee/FastLoginBungee.java:127
↓ 1 callers
Method
registerHooks
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/task/DelayedAuthHook.java:73
↓ 1 callers
Method
registerPluginChannels
()
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BungeeManager.java:158
↓ 1 callers
Method
removeSkin
(Collection<Property> oldProperties)
velocity/src/main/java/com/github/games647/fastlogin/velocity/listener/ConnectListener.java:149
↓ 1 callers
Method
replacePathVariables
(Path dataFolder, String input)
core/src/main/java/com/github/games647/fastlogin/core/storage/SQLiteStorage.java:119
↓ 1 callers
Method
run
()
core/src/main/java/com/github/games647/fastlogin/core/shared/FloodgateManagement.java:70
↓ 1 callers
Method
runAsync
(Runnable task)
core/src/main/java21/com/github/games647/fastlogin/core/scheduler/AsyncScheduler.java:50
↓ 1 callers
Method
sendBungeeActivateMessage
(CommandSender invoker, String target, boolean activate)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/command/ToggleCommand.java:77
↓ 1 callers
Method
sendMultiLineMessage
(C receiver, String message)
core/src/main/java/com/github/games647/fastlogin/core/shared/PlatformPlugin.java:50
↓ 1 callers
Method
sendPluginMessage
(Server server, ChannelMessage message)
bungee/src/main/java/com/github/games647/fastlogin/bungee/FastLoginBungee.java:150
↓ 1 callers
Method
sendPluginMessage
(ChannelMessageSink server, ChannelMessage message)
velocity/src/main/java/com/github/games647/fastlogin/velocity/FastLoginVelocity.java:186
↓ 1 callers
Method
setAlreadyLogged
(boolean alreadyLogged)
bungee/src/main/java/com/github/games647/fastlogin/bungee/BungeeLoginSession.java:56
↓ 1 callers
Method
setAlreadyLogged
(boolean alreadyLogged)
velocity/src/main/java/com/github/games647/fastlogin/velocity/VelocityLoginSession.java:55
↓ 1 callers
Method
setLastIp
(String lastIp)
core/src/main/java/com/github/games647/fastlogin/core/storage/StoredProfile.java:153
↓ 1 callers
Method
setOfflineId
(InitialHandler connection, String username)
bungee/src/main/java/com/github/games647/fastlogin/bungee/listener/ConnectListener.java:190
↓ 1 callers
Method
setParams
(HikariConfig config, String path)
core/src/main/java/com/github/games647/fastlogin/core/storage/SQLiteStorage.java:59
↓ 1 callers
Method
setParams
(HikariConfig config, String driver, String host, int port, String d
core/src/main/java/com/github/games647/fastlogin/core/storage/MySQLStorage.java:45
↓ 1 callers
Method
setPlayerName
(String playerName)
core/src/main/java/com/github/games647/fastlogin/core/storage/StoredProfile.java:75
↓ 1 callers
Method
setPremium
@param premium whether online mode is preferred @deprecated {@link #setOnlinemodePreferred(boolean)} is recommended, because of the better method name
core/src/main/java/com/github/games647/fastlogin/core/storage/StoredProfile.java:128
↓ 1 callers
Method
setPremiumUUID
(UUID premiumUUID)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/VerifyResponseTask.java:204
↓ 1 callers
Method
setRegistered
(boolean registered)
bungee/src/main/java/com/github/games647/fastlogin/bungee/BungeeLoginSession.java:40
↓ 1 callers
Method
setRegistered
(boolean registered)
velocity/src/main/java/com/github/games647/fastlogin/velocity/VelocityLoginSession.java:39
↓ 1 callers
Method
setRowId
(long generatedId)
core/src/main/java/com/github/games647/fastlogin/core/storage/StoredProfile.java:83
↓ 1 callers
Method
setSkinProperty
Sets the premium skin property which was retrieved by the session server @param skinProperty premium skin
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/BukkitLoginSession.java:102
↓ 1 callers
Method
startLogin
()
core/src/main/java/com/github/games647/fastlogin/core/shared/FloodgateManagement.java:211
↓ 1 callers
Method
toSignable
(ClientPublicKey clientPublicKey, UUID ownerPremiumId)
bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/EncryptionUtil.java:165
↓ 1 callers
Method
toString
()
core/src/main/java/com/github/games647/fastlogin/core/storage/StoredProfile.java:189
↓ 1 callers
Method
toString
()
velocity/src/main/java/com/github/games647/fastlogin/velocity/VelocityLoginSession.java:59
← previous
next →
201–300 of 640, ranked by callers