MCPcopy Create free account

hub / github.com/NikV2/AnticheatBase / functions

Functions931 in github.com/NikV2/AnticheatBase

↓ 4 callersMethodhandle
(Block block, BlockPosition blockPosition, NmsInstance nms)
src/main/java/me/nik/anticheatbase/utils/CollisionUtils.java:361
↓ 4 callersMethodisChunkLoaded
(World world, int x, int z)
src/main/java/me/nik/anticheatbase/nms/NmsInstance.java:14
↓ 4 callersMethodisHigherThan
(ServerVersion target)
src/main/java/me/nik/anticheatbase/utils/ServerVersion.java:59
↓ 4 callersMethodloadConfiguration
(JavaPlugin plugin, File file)
src/main/java/me/nik/anticheatbase/files/commentedfiles/CommentedFileConfiguration.java:25
↓ 4 callersMethodnextAfter
Get the next machine representable number after a number, moving in the direction of another number. <p> The ordering is as follows (increasing): <ul>
src/main/java/me/nik/anticheatbase/utils/fastmath/FastMath.java:2943
↓ 4 callersMethodset
(String path, Object value, String... comments)
src/main/java/me/nik/anticheatbase/files/commentedfiles/CommentedFileConfiguration.java:29
↓ 4 callersMethodtoRadians
Convert degrees to radians, with error of less than 0.5 ULP @param x angle in degrees @return x converted into radians
src/main/java/me/nik/anticheatbase/utils/fastmath/FastMath.java:2667
↓ 3 callersMethodanyMatch
(final Collection<T> data, final Predicate<T> condition)
src/main/java/me/nik/anticheatbase/utils/BetterStream.java:21
↓ 3 callersMethodclamp_int
Returns the value of the first parameter, clamped to be within the lower and upper limits given by the second and third parameters.
src/main/java/me/nik/anticheatbase/utils/minecraft/MathHelper.java:128
↓ 3 callersMethoddoubleHighPart
Get the high order bits from the mantissa. Equivalent to adding and subtracting HEX_40000 but also works for very large numbers @param d the value to
src/main/java/me/nik/anticheatbase/utils/fastmath/FastMath.java:286
↓ 3 callersMethodexecute
(Runnable runnable)
src/main/java/me/nik/anticheatbase/managers/threads/ProfileThread.java:15
↓ 3 callersMethodfloor
Get the largest whole number smaller than x. @param x number from which floor is requested @return a double number f such that f is an integer f &lt;
src/main/java/me/nik/anticheatbase/utils/fastmath/FastMath.java:3038
↓ 3 callersMethodfloor_double
Returns the greatest integer less than or equal to the double argument
src/main/java/me/nik/anticheatbase/utils/minecraft/MathHelper.java:86
↓ 3 callersMethodfloor_float
Returns the greatest integer less than or equal to the float argument
src/main/java/me/nik/anticheatbase/utils/minecraft/MathHelper.java:71
↓ 3 callersMethodgetClientVersion
Get a ClientVersion enum by protocol version. @param protocolVersion The protocol version integer @return ClientVersion
src/main/java/me/nik/anticheatbase/utils/versionutils/ClientVersion.java:58
↓ 3 callersMethodgetConfig
@return the config.yml as a CommentedFileConfiguration
src/main/java/me/nik/anticheatbase/files/Checks.java:39
↓ 3 callersMethodgetDescription
@return The command's description
src/main/java/me/nik/anticheatbase/commands/SubCommand.java:18
↓ 3 callersMethodgetHandle
Retrieve a handle to the raw packet data. @return Raw packet data.
src/main/java/me/nik/anticheatbase/wrappers/PacketWrapper.java:31
↓ 3 callersMethodgetK
@return k
src/main/java/me/nik/anticheatbase/utils/fastmath/FastMath.java:3519
↓ 3 callersMethodgetLookWrapper
()
src/main/java/me/nik/anticheatbase/processors/Packet.java:181
↓ 3 callersMethodgetPitch
Retrieve Pitch. <p> Notes: absolute rotation on the Y Axis, in degrees @return The current Pitch
src/main/java/me/nik/anticheatbase/wrappers/WrapperPlayClientLook.java:42
↓ 3 callersMethodgetPitch
Retrieve Pitch. <p> Notes: absolute rotation on the Y Axis, in degrees @return The current Pitch
src/main/java/me/nik/anticheatbase/wrappers/WrapperPlayClientPositionLook.java:83
↓ 3 callersMethodgetPositionLookWrapper
()
src/main/java/me/nik/anticheatbase/processors/Packet.java:177
↓ 3 callersMethodgetProfileThread
()
src/main/java/me/nik/anticheatbase/managers/profile/Profile.java:204
↓ 3 callersMethodgetRemA
@return remA
src/main/java/me/nik/anticheatbase/utils/fastmath/FastMath.java:3526
↓ 3 callersMethodgetRemB
@return remB
src/main/java/me/nik/anticheatbase/utils/fastmath/FastMath.java:3533
↓ 3 callersMethodgetSerializable
(String s, Class<T> aClass)
src/main/java/me/nik/anticheatbase/files/commentedfiles/CommentedConfigurationSection.java:285
↓ 3 callersMethodgetYaw
Retrieve Yaw. <p> Notes: absolute rotation on the X Axis, in degrees @return The current Yaw
src/main/java/me/nik/anticheatbase/wrappers/WrapperPlayClientLook.java:31
↓ 3 callersMethodgetYaw
Retrieve Yaw. <p> Notes: absolute rotation on the X Axis, in degrees @return The current Yaw
src/main/java/me/nik/anticheatbase/wrappers/WrapperPlayClientPositionLook.java:72
↓ 3 callersMethodisLowerThan
Is this client version older than the compared client version? This method simply checks if this client version's protocol version is less than the co
src/main/java/me/nik/anticheatbase/utils/versionutils/ClientVersion.java:109
↓ 3 callersMethodprocessLocationData
()
src/main/java/me/nik/anticheatbase/playerdata/data/impl/MovementData.java:142
↓ 3 callersMethodreducePayneHanek
Reduce the input argument using the Payne and Hanek method. This is good for all inputs 0.0 < x < inf Output is remainder after dividing by PI/2 The r
src/main/java/me/nik/anticheatbase/utils/fastmath/FastMath.java:1917
↓ 3 callersMethodsin
sin looked up in a table
src/main/java/me/nik/anticheatbase/utils/minecraft/MathHelper.java:47
↓ 2 callersMethodaddPlayerToAlerts
(UUID uuid)
src/main/java/me/nik/anticheatbase/managers/AlertManager.java:38
↓ 2 callersMethoddistanceSquared
(CustomLocation other)
src/main/java/me/nik/anticheatbase/utils/custom/CustomLocation.java:144
↓ 2 callersMethodexpand
(double negativeX, double negativeY, double negativeZ, double positiveX, double positiveY, double positiveZ)
src/main/java/me/nik/anticheatbase/utils/custom/BoundingBox.java:306
↓ 2 callersMethodexpm1
Compute exp(x) - 1 @param x number to compute shifted exponential @return exp(x) - 1
src/main/java/me/nik/anticheatbase/utils/fastmath/FastMath.java:916
↓ 2 callersMethodgetAbsoluteDelta
(final double one, final double two)
src/main/java/me/nik/anticheatbase/utils/MathUtils.java:108
↓ 2 callersMethodgetAbsoluteGcd
(final float current, final float last)
src/main/java/me/nik/anticheatbase/utils/MathUtils.java:95
↓ 2 callersMethodgetAllowFlight
(Player player)
src/main/java/me/nik/anticheatbase/nms/NmsInstance.java:44
↓ 2 callersMethodgetBlockX
()
src/main/java/me/nik/anticheatbase/utils/custom/CustomLocation.java:112
↓ 2 callersMethodgetBlockZ
()
src/main/java/me/nik/anticheatbase/utils/custom/CustomLocation.java:120
↓ 2 callersMethodgetCenterX
()
src/main/java/me/nik/anticheatbase/utils/custom/BoundingBox.java:286
↓ 2 callersMethodgetCenterY
()
src/main/java/me/nik/anticheatbase/utils/custom/BoundingBox.java:290
↓ 2 callersMethodgetCenterZ
()
src/main/java/me/nik/anticheatbase/utils/custom/BoundingBox.java:294
↓ 2 callersMethodgetChecks
()
src/main/java/me/nik/anticheatbase/utils/custom/CheckHolder.java:125
↓ 2 callersMethodgetConfigAsString
()
src/main/java/me/nik/anticheatbase/files/commentedfiles/CommentedFileConfiguration.java:72
↓ 2 callersMethodgetConfigContent
Read file and make comments SnakeYAML friendly @param file - Path to file @return - File as Input Stream
src/main/java/me/nik/anticheatbase/files/commentedfiles/CommentedFileConfigurationHelper.java:53
↓ 2 callersMethodgetConfiguration
()
src/main/java/me/nik/anticheatbase/Anticheat.java:140
↓ 2 callersMethodgetConstantYaw
()
src/main/java/me/nik/anticheatbase/playerdata/processors/impl/SensitivityProcessor.java:60
↓ 2 callersMethodgetDeltaPitch
()
src/main/java/me/nik/anticheatbase/playerdata/data/impl/RotationData.java:186
↓ 2 callersMethodgetDeltaXZ
()
src/main/java/me/nik/anticheatbase/playerdata/data/impl/MovementData.java:344
↓ 2 callersMethodgetDeltaYaw
()
src/main/java/me/nik/anticheatbase/playerdata/data/impl/RotationData.java:178
↓ 2 callersMethodgetDepth
()
src/main/java/me/nik/anticheatbase/utils/custom/BoundingBox.java:274
↓ 2 callersMethodgetExponent
Return the exponent of a double number, removing the bias. <p> For double numbers of the form 2<sup>x</sup>, the unbiased exponent is exactly x. </p>
src/main/java/me/nik/anticheatbase/utils/fastmath/FastMath.java:3370
↓ 2 callersMethodgetFallDistance
(Player player)
src/main/java/me/nik/anticheatbase/nms/NmsInstance.java:48
↓ 2 callersMethodgetFloat
@return the setting as a float
src/main/java/me/nik/anticheatbase/files/Checks.java:139
↓ 2 callersMethodgetHeight
()
src/main/java/me/nik/anticheatbase/utils/custom/BoundingBox.java:278
↓ 2 callersMethodgetInt
@return the setting as an int
src/main/java/me/nik/anticheatbase/files/Checks.java:115
↓ 2 callersMethodgetKeys
(boolean b)
src/main/java/me/nik/anticheatbase/files/commentedfiles/CommentedConfigurationSection.java:65
↓ 2 callersMethodgetLocation
()
src/main/java/me/nik/anticheatbase/playerdata/data/impl/MovementData.java:376
↓ 2 callersMethodgetLogsQueue
()
src/main/java/me/nik/anticheatbase/managers/logs/LogManager.java:48
↓ 2 callersMethodgetLong
@return the setting as a long
src/main/java/me/nik/anticheatbase/files/Checks.java:123
↓ 2 callersMethodgetNMSClass
(final String nmsClassName)
src/main/java/me/nik/anticheatbase/utils/ReflectionUtils.java:53
↓ 2 callersMethodgetPermission
@return The permission required in order to run this command
src/main/java/me/nik/anticheatbase/commands/SubCommand.java:28
↓ 2 callersMethodgetPermission
()
src/main/java/me/nik/anticheatbase/enums/Permissions.java:17
↓ 2 callersMethodgetPitch
()
src/main/java/me/nik/anticheatbase/utils/custom/CustomLocation.java:128
↓ 2 callersMethodgetPositionWrapper
()
src/main/java/me/nik/anticheatbase/processors/Packet.java:173
↓ 2 callersMethodgetProfileMap
()
src/main/java/me/nik/anticheatbase/managers/profile/ProfileManager.java:44
↓ 2 callersMethodgetProtocolVersion
Protocol version of this client version. @return Protocol version.
src/main/java/me/nik/anticheatbase/utils/versionutils/ClientVersion.java:73
↓ 2 callersMethodgetRotationData
()
src/main/java/me/nik/anticheatbase/managers/profile/Profile.java:184
↓ 2 callersMethodgetServer
()
src/main/java/me/nik/anticheatbase/managers/logs/PlayerLog.java:35
↓ 2 callersMethodgetStringList
@return the setting as a string list
src/main/java/me/nik/anticheatbase/files/Checks.java:169
↓ 2 callersMethodgetThemeByName
(String name)
src/main/java/me/nik/anticheatbase/managers/themes/ThemeManager.java:92
↓ 2 callersMethodgetTimeStamp
()
src/main/java/me/nik/anticheatbase/utils/custom/Teleport.java:34
↓ 2 callersMethodgetTimeStamp
()
src/main/java/me/nik/anticheatbase/managers/logs/PlayerLog.java:55
↓ 2 callersMethodgetVersion
()
src/main/java/me/nik/anticheatbase/utils/ReflectionUtils.java:42
↓ 2 callersMethodgetWidth
()
src/main/java/me/nik/anticheatbase/utils/custom/BoundingBox.java:270
↓ 2 callersMethodgetX
Retrieve X. <p> Notes: absolute position @return The current X
src/main/java/me/nik/anticheatbase/wrappers/WrapperPlayClientPosition.java:33
↓ 2 callersMethodgetX
Retrieve X. <p> Notes: absolute position @return The current X
src/main/java/me/nik/anticheatbase/wrappers/WrapperPlayClientPositionLook.java:38
↓ 2 callersMethodgetY
Retrieve FeetY. <p> Notes: absolute feet position, normally HeadY - 1.62. Used to modify the players bounding box when going up stairs, crouching, etc
src/main/java/me/nik/anticheatbase/wrappers/WrapperPlayClientPosition.java:45
↓ 2 callersMethodgetY
Retrieve Feet Y. <p> Notes: absolute feet position. Is normally HeadY - 1.62. Used to modify the players bounding box when going up stairs, crouching,
src/main/java/me/nik/anticheatbase/wrappers/WrapperPlayClientPositionLook.java:50
↓ 2 callersMethodgetYaw
()
src/main/java/me/nik/anticheatbase/utils/custom/CustomLocation.java:124
↓ 2 callersMethodgetZ
Retrieve Z. <p> Notes: absolute position @return The current Z
src/main/java/me/nik/anticheatbase/wrappers/WrapperPlayClientPosition.java:56
↓ 2 callersMethodgetZ
Retrieve Z. <p> Notes: absolute position @return The current Z
src/main/java/me/nik/anticheatbase/wrappers/WrapperPlayClientPositionLook.java:61
↓ 2 callersMethodhandle
(Packet packet)
src/main/java/me/nik/anticheatbase/managers/profile/Profile.java:103
↓ 2 callersMethodhelpMessage
(CommandSender sender)
src/main/java/me/nik/anticheatbase/commands/CommandManager.java:71
↓ 2 callersMethodisFinished
()
src/main/java/me/nik/anticheatbase/utils/custom/aim/RotationHeuristics.java:122
↓ 2 callersMethodisPowerOfTwo
Is the given value a power of two? (1, 2, 4, 8, 16, ...)
src/main/java/me/nik/anticheatbase/utils/minecraft/MathHelper.java:286
↓ 2 callersMethodloadConfigurationUTF_8
(final File file)
src/main/java/me/nik/anticheatbase/utils/MiscUtils.java:28
↓ 2 callersMethodpolyCosine
Computes cos(x) - 1, where |x| < 1/16. Use a Remez polynomial approximation. @param x a number smaller than 1/16 @return cos(x) - 1
src/main/java/me/nik/anticheatbase/utils/fastmath/FastMath.java:1408
↓ 2 callersMethodpolySine
Computes sin(x) - x, where |x| < 1/16. Use a Remez polynomial approximation. @param x a number smaller than 1/16 @return sin(x) - x
src/main/java/me/nik/anticheatbase/utils/fastmath/FastMath.java:1388
↓ 2 callersMethodprocessRotation
(float yaw, float pitch)
src/main/java/me/nik/anticheatbase/playerdata/data/impl/RotationData.java:68
↓ 2 callersMethodquadMult
Compute (a[0] + a[1]) (b[0] + b[1]) in extended precision. @param a first term of the multiplication @param b second term of the multiplica
src/main/java/me/nik/anticheatbase/utils/fastmath/NumbersUtils.java:447
↓ 2 callersMethodremovePlayerFromAlerts
(UUID uuid)
src/main/java/me/nik/anticheatbase/managers/AlertManager.java:42
↓ 2 callersMethodreset
Resets the cached value
src/main/java/me/nik/anticheatbase/files/Checks.java:197
↓ 2 callersMethodreset
Resets the cached value
src/main/java/me/nik/anticheatbase/files/Config.java:209
↓ 2 callersMethodsaveConfig
Saves configuration to file @param configString - Config string @param file - Config file @param compactLines - If lines should forcefully be
src/main/java/me/nik/anticheatbase/files/commentedfiles/CommentedFileConfigurationHelper.java:159
↓ 2 callersMethodsendPacket
(final Player player, final Object packet)
src/main/java/me/nik/anticheatbase/utils/ReflectionUtils.java:125
↓ 2 callersMethodsetChatType
(EnumWrappers.ChatType type)
src/main/java/me/nik/anticheatbase/wrappers/WrapperPlayServerChat.java:44
← previousnext →101–200 of 931, ranked by callers