MCPcopy Create free account

hub / github.com/Laarryy/Anti-VPN / functions

Functions1,820 in github.com/Laarryy/Anti-VPN

↓ 202 callersMethodgetName
Gets the source's name. @return the source's name
API/src/main/java/me/egg82/antivpn/api/model/source/Source.java:20
↓ 197 callersMethodequals
{@inheritDoc}
API/src/main/java/me/egg82/antivpn/api/model/source/models/SourceModel.java:12
↓ 186 callersMethodsendMessage
(@NotNull String message)
Common/src/main/java/me/egg82/antivpn/locale/LocalizedCommandSender.java:14
↓ 175 callersMethodisEmpty
()
Common/src/main/java/me/egg82/antivpn/locale/LocalizedArgumentDescription.java:60
↓ 167 callersMethoderror
(String msg)
Common/src/main/java/me/egg82/antivpn/logging/GELFLogger.java:325
↓ 153 callersMethodgetMessage
()
API/src/main/java/me/egg82/antivpn/api/model/source/models/TeohModel.java:20
↓ 135 callersMethodgetInstance
Return an instance of the {@link VPNAPI} service. @return The current {@link VPNAPI} service @throws IllegalStateException if not yet loaded
API/src/main/java/me/egg82/antivpn/api/VPNAPIProvider.java:21
↓ 130 callersMethodgetPlayer
Gets a player. @param uniqueId the {@link UUID} of the player to get @return a {@link CompletableFuture} - a {@link Player} object, if one matching
API/src/main/java/me/egg82/antivpn/api/model/player/PlayerManager.java:44
↓ 126 callersMethodgetCachedConfig
()
Common/src/main/java/me/egg82/antivpn/config/ConfigUtil.java:33
↓ 113 callersMethodgetString
()
Common/src/main/java/me/egg82/antivpn/web/WebRequest.java:58
↓ 98 callersMethodgetDebugOrFalse
()
Common/src/main/java/me/egg82/antivpn/config/ConfigUtil.java:53
↓ 92 callersMethodget
()
Common/src/main/java/me/egg82/antivpn/api/VPNAPIImpl.java:29
↓ 85 callersMethodgetName
()
Common/src/main/java/me/egg82/antivpn/storage/StorageService.java:15
↓ 68 callersMethodtoString
{@inheritDoc}
API/src/main/java/me/egg82/antivpn/api/model/source/models/SourceModel.java:24
↓ 67 callersMethodbuild
()
Common/src/main/java/me/egg82/antivpn/web/WebRequest.java:316
↓ 67 callersMethodreplace
(@NotNull String pkg)
Paper/src/main/java-templates/me/egg82/antivpn/PaperBootstrap.java:193
↓ 66 callersMethodinfo
(String msg)
Common/src/main/java/me/egg82/antivpn/logging/GELFLogger.java:161
↓ 65 callersMethodbuilder
(@NotNull URL url)
Common/src/main/java/me/egg82/antivpn/web/WebRequest.java:209
↓ 63 callersMethodget
(@NotNull UUID uuid, @NotNull ProxyServer proxy)
Velocity/src/main/java/me/egg82/antivpn/services/lookup/PlayerLookup.java:14
↓ 51 callersMethodgetDefaultI18N
()
Common/src/main/java/me/egg82/antivpn/locale/LocaleUtil.java:30
↓ 50 callersMethodgetStorage
()
Common/src/main/java/me/egg82/antivpn/config/CachedConfig.java:22
↓ 47 callersMethodgetText
(@NotNull MessageKey key)
Common/src/main/java/me/egg82/antivpn/locale/I18NManager.java:53
↓ 43 callersMethodgetDebug
()
Common/src/main/java/me/egg82/antivpn/config/CachedConfig.java:50
↓ 42 callersMethodwarn
(String msg)
Common/src/main/java/me/egg82/antivpn/logging/GELFLogger.java:231
↓ 36 callersMethodget
(@NotNull UUID uuid)
Bungee/src/main/java/me/egg82/antivpn/services/lookup/PlayerLookup.java:13
↓ 35 callersMethodgetAddress
()
Common/src/main/java/me/egg82/antivpn/config/ConfigurationFileUtil.java:844
↓ 34 callersMethodgetMCLeaksKickMessage
()
Common/src/main/java/me/egg82/antivpn/config/CachedConfig.java:77
↓ 34 callersMethodgetVPNKickMessage
()
Common/src/main/java/me/egg82/antivpn/config/CachedConfig.java:67
↓ 34 callersMethodgetVersion
Gets the plugin version. @return the version of the plugin running on the platform
API/src/main/java/me/egg82/antivpn/api/platform/PluginMetadata.java:14
↓ 33 callersMethodformat
(@NotNull String message)
Bungee/src/main/java/me/egg82/antivpn/locale/PluginMessageFormatter.java:20
↓ 33 callersMethodgetConsole
()
Paper/src/main/java/me/egg82/antivpn/locale/BukkitLocaleCommandUtil.java:122
↓ 33 callersMethodgetName
()
Velocity/src/main/java/me/egg82/antivpn/services/lookup/PlayerInfo.java:10
↓ 30 callersMethodgetIPManager
Gets the {@link IPManager}, responsible for managing {@link IP} instances. <p>This manager can be used to retrieve instances of {@link IP} by name or
API/src/main/java/me/egg82/antivpn/api/VPNAPI.java:60
↓ 30 callersMethodgetPlayerManager
Gets the {@link PlayerManager}, responsible for managing {@link Player} instances. <p>This manager can be used to retrieve instances of {@link Player
API/src/main/java/me/egg82/antivpn/api/VPNAPI.java:72
↓ 29 callersMethodregister
(@NotNull Class<T> clazz, @NotNull PacketSupplier<T> supplier)
Common/src/main/java/me/egg82/antivpn/messaging/PacketManager.java:26
↓ 28 callersMethodgetMCLeaksActionCommands
()
Common/src/main/java/me/egg82/antivpn/config/CachedConfig.java:82
↓ 28 callersMethodgetVPNActionCommands
()
Common/src/main/java/me/egg82/antivpn/config/CachedConfig.java:72
↓ 27 callersMethodgetConnection
()
Common/src/main/java/me/egg82/antivpn/web/WebRequest.java:95
↓ 26 callersMethodqueue
(int level, @Nullable String message)
Common/src/main/java/me/egg82/antivpn/logging/GELFLoggerUtil.java:90
↓ 25 callersMethodgetUuid
Gets the player's {@link UUID}. @return the player's UUID
API/src/main/java/me/egg82/antivpn/api/model/player/Player.java:18
↓ 25 callersMethodisValidIp
(@Nullable String ip)
Common/src/main/java/me/egg82/antivpn/utils/ValidationUtil.java:31
↓ 24 callersMethodcancel
()
Paper/src/main/java/me/egg82/antivpn/hooks/PluginHook.java:4
↓ 24 callersMethodgetCacheTime
()
Common/src/main/java/me/egg82/antivpn/config/CachedConfig.java:45
↓ 24 callersMethodgetConsole
()
Spigot/src/main/java/me/egg82/antivpn/locale/BukkitLocaleCommandUtil.java:115
↓ 24 callersMethodgetCountry
()
API/src/main/java/me/egg82/antivpn/api/model/source/models/IPHubModel.java:39
↓ 24 callersMethodgetKey
()
Common/src/main/java/me/egg82/antivpn/locale/MessageKey.java:107
↓ 24 callersMethodsubscribe
()
Common/src/main/java/me/egg82/antivpn/messaging/NATSMessagingService.java:109
↓ 23 callersMethodget
()
Spigot/src/main/java/me/egg82/antivpn/hooks/VaultHook.java:33
↓ 23 callersMethodget
()
Paper/src/main/java/me/egg82/antivpn/hooks/VaultHook.java:33
↓ 22 callersMethodcascade
Gets the cascade result from Anti-VPN using the configuration provided to the plugin. <p>You may choose to use Anti-VPN's internal cache for the resu
API/src/main/java/me/egg82/antivpn/api/model/ip/IPManager.java:148
↓ 22 callersMethodcheckMcLeaks
Gets the MCLeaks result from Anti-VPN using the configuration provided to the plugin. <p>You may choose to use Anti-VPN's internal cache for the resu
API/src/main/java/me/egg82/antivpn/api/model/player/PlayerManager.java:121
↓ 22 callersMethodconsensus
Gets the consensus result from Anti-VPN using the configuration provided to the plugin. <p>You may choose to use Anti-VPN's internal cache for the re
API/src/main/java/me/egg82/antivpn/api/model/ip/IPManager.java:205
↓ 22 callersMethodgetString
(HttpURLConnection conn)
Common/src/main/java/me/egg82/antivpn/api/model/source/AbstractSource.java:72
↓ 21 callersMethodclose
()
Common/src/main/java/me/egg82/antivpn/storage/StorageService.java:17
↓ 20 callersMethodgetName
Gets the player's username. <p>Returns null if no username is known for the user.</p> @return the player's username
API/src/main/java/me/egg82/antivpn/api/model/player/Player.java:28
↓ 20 callersMethodgetName
()
Common/src/main/java/me/egg82/antivpn/messaging/MessagingService.java:11
↓ 20 callersMethodgetSender
()
Common/src/main/java/me/egg82/antivpn/messaging/packets/Packet.java:16
↓ 20 callersMethodgetTime
(@NotNull String input)
Common/src/main/java/me/egg82/antivpn/utils/TimeUtil.java:17
↓ 20 callersMethodgetValue
()
Common/src/main/java/me/egg82/antivpn/storage/models/DataModel.java:34
↓ 20 callersMethodnewBuilder
(@NotNull String name)
Paper/src/main/java/me/egg82/antivpn/commands/arguments/KickTypeArgument.java:34
↓ 19 callersMethodgetConfig
()
Common/src/main/java/me/egg82/antivpn/config/ConfigUtil.java:23
↓ 19 callersMethodgetServer
()
Common/src/main/java/me/egg82/antivpn/messaging/packets/server/ShutdownPacket.java:38
↓ 18 callersMethodheader
(@NotNull String key, @Nullable String value)
Common/src/main/java/me/egg82/antivpn/web/WebRequest.java:233
↓ 18 callersMethodisMcleaks
()
Common/src/main/java/me/egg82/antivpn/storage/models/PlayerModel.java:38
↓ 18 callersMethodpost
(@NotNull VPNEvent event, @NotNull EventBus<VPNEvent> eventBus)
Common/src/main/java/me/egg82/antivpn/utils/EventUtil.java:21
↓ 17 callersMethodbuild
()
Spigot/src/main/java/me/egg82/antivpn/commands/arguments/KickTypeArgument.java:50
↓ 17 callersMethodbuild
()
Paper/src/main/java/me/egg82/antivpn/commands/arguments/KickTypeArgument.java:50
↓ 16 callersMethodgetEventBus
Gets the {@link EventBus}, used for subscribing to internal Anti-VPN events. @return the event bus
API/src/main/java/me/egg82/antivpn/api/VPNAPI.java:126
↓ 16 callersMethodgetResult
Returns the result from the source given its configuration. @param ip the {@link IP} object to test @return a {@link CompletableFuture} - true if th
API/src/main/java/me/egg82/antivpn/api/model/source/Source.java:40
↓ 16 callersMethoduserAgent
(@NotNull String value)
Common/src/main/java/me/egg82/antivpn/web/WebRequest.java:228
↓ 15 callersMethodgetMillis
()
Common/src/main/java/me/egg82/antivpn/utils/TimeUtil.java:75
↓ 15 callersMethodgetSourceCacheTime
()
Common/src/main/java/me/egg82/antivpn/config/CachedConfig.java:32
↓ 15 callersMethodgetSourceManager
Gets the {@link SourceManager}, responsible for managing {@link Source} instances. <p>This manager can be used to retrieve instances of {@link Source
API/src/main/java/me/egg82/antivpn/api/VPNAPI.java:84
↓ 15 callersMethodgetSources
Gets a list of all enabled {@link Source}s, in the order they are used in the Anti-VPN plugin. @return a list of sources
API/src/main/java/me/egg82/antivpn/api/model/source/SourceManager.java:164
↓ 15 callersMethodgetUnit
()
Common/src/main/java/me/egg82/antivpn/utils/TimeUtil.java:73
↓ 15 callersMethodof
(@NotNull String name)
Paper/src/main/java/me/egg82/antivpn/commands/arguments/KickTypeArgument.java:36
↓ 14 callersMethodgetSourceConfigNode
()
Common/src/main/java/me/egg82/antivpn/api/model/source/AbstractSource.java:27
↓ 14 callersMethodreplace
(@NotNull String pkg)
Spigot/src/main/java-templates/me/egg82/antivpn/SpigotBootstrap.java:216
↓ 14 callersMethodtimeout
(@NotNull TimeUtil.Time value)
Common/src/main/java/me/egg82/antivpn/web/WebRequest.java:223
↓ 14 callersMethodwrite
(@NotNull ByteBuf buffer)
Common/src/main/java/me/egg82/antivpn/messaging/packets/Packet.java:14
↓ 13 callersMethodbuild
()
Common/src/main/java/me/egg82/antivpn/config/CachedConfig.java:274
↓ 13 callersMethodgetDescription
()
Common/src/main/java/me/egg82/antivpn/locale/LocalizedArgumentDescription.java:57
↓ 13 callersMethodgetError
()
Common/src/main/java/me/egg82/antivpn/web/models/MCLeaksResultModel.java:24
↓ 13 callersMethodgetMessaging
()
Common/src/main/java/me/egg82/antivpn/config/CachedConfig.java:27
↓ 13 callersMethodqueuePacket
(@NotNull Packet packet)
Common/src/main/java/me/egg82/antivpn/utils/PacketUtil.java:61
↓ 12 callersMethodbuildRelocateInject
( Artifact.Builder builder, @NotNull File jarsDir, @NotNull List<Relocatio
Bungee/src/main/java-templates/me/egg82/antivpn/BungeeBootstrap.java:375
↓ 12 callersMethodbuildRelocateInject
( Artifact.Builder builder, @NotNull File jarsDir, @NotNull List<Relocatio
Velocity/src/main/java-templates/me/egg82/antivpn/VelocityBootstrap.java:394
↓ 12 callersMethodgetCommandManager
()
Paper/src/main/java/me/egg82/antivpn/locale/BukkitLocaleCommandUtil.java:115
↓ 12 callersMethodgetConnection
(@NotNull WebRequest request)
Common/src/main/java/me/egg82/antivpn/api/model/source/AbstractSource.java:43
↓ 12 callersMethodgetCurrentAlgorithmMethod
Gets the {@link AlgorithmMethod}, which represents the algorithm method Anti-VPN is currently using to determine IP statuses. @return the algorithm m
API/src/main/java/me/egg82/antivpn/api/model/ip/IPManager.java:129
↓ 12 callersMethodgetId
()
Common/src/main/java/me/egg82/antivpn/storage/models/BaseModel.java:41
↓ 12 callersMethodgetLocalizedText
(@NotNull MessageKey key)
Common/src/main/java/me/egg82/antivpn/locale/LocalizedCommandSender.java:32
↓ 12 callersMethodgetMcLeaksCommands
Returns the MCLeaks commands as defined in Anti-VPN's config, tailored to the player provided. @param player The {@link Player} to tailor the command
API/src/main/java/me/egg82/antivpn/api/model/player/PlayerManager.java:374
↓ 12 callersMethodgetMcLeaksKickMessage
Returns the MCLeaks kick message as defined in Anti-VPN's config, tailored to the player provided. @param player The {@link Player} to tailor the mes
API/src/main/java/me/egg82/antivpn/api/model/player/PlayerManager.java:259
↓ 12 callersMethodgetMinConsensusValue
Returns the minimum consensus value from Anti-VPN's configuration. <p>This value is the minimum consensus needed for an IP to be considered "bad" whi
API/src/main/java/me/egg82/antivpn/api/model/ip/IPManager.java:258
↓ 12 callersMethodgetVpnCommands
Returns the VPN commands as defined in Anti-VPN's config, tailored to the player provided. @param player The {@link Player} to tailor the commands to
API/src/main/java/me/egg82/antivpn/api/model/ip/IPManager.java:494
↓ 12 callersMethodgetVpnKickMessage
Returns the VPN kick message as defined in Anti-VPN's config, tailored to the player provided. @param player The {@link Player} to tailor the message
API/src/main/java/me/egg82/antivpn/api/model/ip/IPManager.java:376
↓ 12 callersMethodparseVersion
(@NotNull String version, char separator)
Common/src/main/java/me/egg82/antivpn/utils/VersionUtil.java:106
↓ 11 callersMethoddispatchCommand
(@NotNull String command, @NotNull CommandSender issuer, @NotNull Plugin plugin)
Paper/src/main/java/me/egg82/antivpn/bukkit/BukkitCommandUtil.java:31
↓ 11 callersMethodgetDefaultBuilder
(@NotNull String url)
Common/src/main/java/me/egg82/antivpn/api/model/source/AbstractSource.java:30
next →1–100 of 1,820, ranked by callers