Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjburkey01/ClaimChunk
/ functions
Functions
830 in github.com/cjburkey01/ClaimChunk
⨍
Functions
830
◇
Types & classes
135
↓ 4 callers
Method
getFullPlayerData
Retrieves all players within this system with all their information. @return An array with all players within this system @since 0.0.13
src/main/java/com/cjburkey/claimchunk/data/newdata/IClaimChunkDataHandler.java:337
↓ 4 callers
Method
getHasInit
Retrieves whether the data handler has already been initialized. @return Whether the data handler is initialized @since 0.0.16
src/main/java/com/cjburkey/claimchunk/data/newdata/IClaimChunkDataHandler.java:39
↓ 4 callers
Method
getPermissions
(ChunkPos chunk, UUID player)
src/main/java/com/cjburkey/claimchunk/player/PlayerHandler.java:52
↓ 4 callers
Method
getUUID
(String username)
src/main/java/com/cjburkey/claimchunk/player/PlayerHandler.java:108
↓ 4 callers
Method
getUsername
(UUID player)
src/main/java/com/cjburkey/claimchunk/player/PlayerHandler.java:104
↓ 4 callers
Method
onEnable
Called when ClaimChunk is enabled; this is a good place to register event handlers. @param claimChunk The instance of ClaimChunk. @return Whether thi
src/main/java/com/cjburkey/claimchunk/api/layer/IClaimChunkLayer.java:17
↓ 4 callers
Method
prepMsg
(String msg, Object... data)
src/main/java/com/cjburkey/claimchunk/Utils.java:164
↓ 4 callers
Method
setPlayerLastOnline
Set the last time (in ms since January 1, 1970, UTC) that the player was online. @param player The player whose time should be updated @param time Th
src/main/java/com/cjburkey/claimchunk/data/newdata/IClaimChunkDataHandler.java:234
↓ 4 callers
Method
useEconomy
()
src/main/java/com/cjburkey/claimchunk/ClaimChunk.java:646
↓ 4 callers
Method
warn
(String msg, Object... data)
src/main/java/com/cjburkey/claimchunk/Utils.java:59
↓ 3 callers
Method
INVALID_SEMVER
(String input)
src/main/java/com/cjburkey/claimchunk/update/SemVer.java:36
↓ 3 callers
Method
clamp
(int val, int min, int max)
src/main/java/com/cjburkey/claimchunk/Utils.java:63
↓ 3 callers
Method
compareTo
(SemVer o)
src/main/java/com/cjburkey/claimchunk/update/SemVer.java:44
↓ 3 callers
Method
doBackup
(File existingFile)
src/main/java/com/cjburkey/claimchunk/data/newdata/JsonDataHandler.java:355
↓ 3 callers
Method
escape
Escapes the given string like stated in https://www.ietf.org/rfc/rfc4627.txt. <p>This method escapes only the necessary characters '"', '\'. and '\u0
src/main/java/com/cjburkey/claimchunk/lib/Metrics.java:834
↓ 3 callers
Method
fromPermissionsMap
( @NotNull Map<String, Boolean> permissions)
src/main/java/com/cjburkey/claimchunk/chunk/ChunkPlayerPermissions.java:125
↓ 3 callers
Method
getBlockAccess
( boolean isClaimed, @NotNull String worldName, @NotNull Material blockType)
src/main/java/com/cjburkey/claimchunk/config/ClaimChunkWorldProfile.java:250
↓ 3 callers
Method
getColumnExists
( ClaimChunk claimChunk, Supplier<Connection> connection, String dbName,
src/main/java/com/cjburkey/claimchunk/data/newdata/SqlBacking.java:95
↓ 3 callers
Method
getCommands
(Collection<String> commandNames)
src/main/java/com/cjburkey/claimchunk/config/ClaimChunkWorldProfile.java:439
↓ 3 callers
Method
getExecutor
@return The {@link Executor} of the SubCommand
src/main/java/de/goldmensch/commanddispatcher/subcommand/SmartSubCommand.java:40
↓ 3 callers
Method
getOnlinePlayers
(String starts)
src/main/java/com/cjburkey/claimchunk/smartcommand/CCSubCommand.java:253
↓ 3 callers
Method
getPlayerChunkName
Retrieves the given player's chunk's display name. @param player The player whose chunks' name to check @return The new display name for this player'
src/main/java/com/cjburkey/claimchunk/data/newdata/IClaimChunkDataHandler.java:253
↓ 3 callers
Method
getPlayerUsername
Retrieves the username for the given player UUID. @param player The UUID for which to determine the player's UUID @return The username for the player
src/main/java/com/cjburkey/claimchunk/data/newdata/IClaimChunkDataHandler.java:214
↓ 3 callers
Method
getPlayers
Retrieves all players within this system. @return A collection with all players within this system @since 0.0.13
src/main/java/com/cjburkey/claimchunk/data/newdata/IClaimChunkDataHandler.java:329
↓ 3 callers
Method
getPlayersWithAccess
Retrieves all players who have access to edit the given chunk and the permissions each player has. @param chunk The UUID of the player @return A map
src/main/java/com/cjburkey/claimchunk/data/newdata/IClaimChunkDataHandler.java:368
↓ 3 callers
Method
getSemVer
()
src/main/java/com/cjburkey/claimchunk/update/UpdateChecker.java:82
↓ 3 callers
Method
getTableDoesntExist
( ClaimChunk claimChunk, Supplier<Connection> connection, String databaseN
src/main/java/com/cjburkey/claimchunk/data/newdata/SqlBacking.java:48
↓ 3 callers
Method
loadJsonFile
(File file, Class<T[]> referenceClass)
src/main/java/com/cjburkey/claimchunk/data/newdata/JsonDataHandler.java:382
↓ 3 callers
Method
onDisable
Called when ClaimChunk is disabled. @param claimChunk The instance of ClaimChunk.
src/main/java/com/cjburkey/claimchunk/api/layer/IClaimChunkLayer.java:24
↓ 3 callers
Method
onExplosionForEntityEvent
(@NotNull Runnable cancel, @NotNull Entity entity)
src/main/java/com/cjburkey/claimchunk/event/WorldProfileEventHandler.java:778
↓ 3 callers
Method
register
()
src/main/java/com/cjburkey/claimchunk/smartcommand/CCBukkitCommand.java:102
↓ 3 callers
Method
replaceLocalizedMsg
( @NotNull CommandSender sender, @NotNull String input, @NotNull String se
src/main/java/com/cjburkey/claimchunk/i18n/V2JsonMessages.java:376
↓ 3 callers
Method
rightExecutorAndPermission
Checks if the provided sender should be able to execute a given command. If the console is the executor, {@code true} is always returned. @param send
src/main/java/de/goldmensch/commanddispatcher/subcommand/SmartSubCommand.java:73
↓ 3 callers
Method
searchSub
(@NotNull String[] args)
src/main/java/de/goldmensch/commanddispatcher/command/SmartCommand.java:53
↓ 3 callers
Method
setPlayerAccess
(ChunkPos chunk, UUID accessor, int permissionFlags)
src/main/java/com/cjburkey/claimchunk/data/sqlite/SqLiteWrapper.java:276
↓ 3 callers
Method
setPlayerChunkName
Sets the given player's chunk's display name. @param player The player whose chunks should have the new display name @param name The new display name
src/main/java/com/cjburkey/claimchunk/data/newdata/IClaimChunkDataHandler.java:243
↓ 3 callers
Method
setPlayerExtraMaxClaims
Set the maximum number of claims the given player can have. @param player The player's UUID @param maxClaims The new number of maximum claims a playe
src/main/java/com/cjburkey/claimchunk/data/newdata/IClaimChunkDataHandler.java:283
↓ 3 callers
Method
setPlayerReceiveAlerts
Set whether the given player will receive an alert when they are online and a player enters their territory. @param player The player's UUID @param a
src/main/java/com/cjburkey/claimchunk/data/newdata/IClaimChunkDataHandler.java:264
↓ 3 callers
Method
showChunkFor
Start outlining the given chunk with particles to the given player for the given duration in seconds. @param chunkPos The chunk to outline. @param pl
src/main/java/com/cjburkey/claimchunk/chunk/ChunkOutlineHandler.java:44
↓ 3 callers
Method
showTitleRaw
(boolean isOwnerDisplay, Player player, String msg)
src/main/java/com/cjburkey/claimchunk/event/PlayerMovementHandler.java:148
↓ 3 callers
Method
takePlayerAccess
Revokes the provided accessor's access to the given chunk @param chunk ChunkPos object representing the position of the chunk @param accessor The UUI
src/main/java/com/cjburkey/claimchunk/data/newdata/IClaimChunkDataHandler.java:358
↓ 3 callers
Method
unclaimChunk
Tries to unclaim a specific chunk and does nothing if the chunk is unowned. This method doesn't do any checks other than ownership. It is not generall
src/main/java/com/cjburkey/claimchunk/chunk/ChunkHandler.java:237
↓ 2 callers
Method
addData
(T toAdd)
src/main/java/com/cjburkey/claimchunk/data/JsonConfig.java:33
↓ 2 callers
Method
addPermissionsFromValue
( @NotNull String strType, @NotNull String key, String debugVal,
src/main/java/com/cjburkey/claimchunk/config/ClaimChunkWorldProfile.java:382
↓ 2 callers
Method
addPlayerExtraMaxClaims
Add the given number of claims to the maximum number of claims the given player can have. PERFORM ABS ON PROVIDED NUMBER @param player The player's U
src/main/java/com/cjburkey/claimchunk/data/newdata/IClaimChunkDataHandler.java:293
↓ 2 callers
Method
canAccessBlock
( boolean isOwned, boolean isOwnerOrAccess, @NotNull String worldName,
src/main/java/com/cjburkey/claimchunk/config/ClaimChunkWorldProfile.java:213
↓ 2 callers
Method
changePermissions
(ChunkPos chunk, UUID accessor, Map<String, Boolean> permissions)
src/main/java/com/cjburkey/claimchunk/player/PlayerHandler.java:75
↓ 2 callers
Method
checkAccess
(Player p)
src/main/java/com/cjburkey/claimchunk/cmd/MainHandler.java:343
↓ 2 callers
Method
claimChunk
(Player p, Chunk loc)
src/main/java/com/cjburkey/claimchunk/cmd/MainHandler.java:121
↓ 2 callers
Method
claimChunk
Claims a specific chunk for a player if that chunk is not already owned. This method doesn't do any checks other than previous ownership. It is not ge
src/main/java/com/cjburkey/claimchunk/chunk/ChunkHandler.java:74
↓ 2 callers
Method
color
(String in)
src/main/java/com/cjburkey/claimchunk/Utils.java:67
↓ 2 callers
Method
config
()
src/main/java/com/cjburkey/claimchunk/config/ccconfig/CCConfigHandler.java:24
↓ 2 callers
Method
copyConvert
Copies the data from the provided old data handler into the provided new data handler. This does not update the old data handler. @param oldDataHandl
src/main/java/com/cjburkey/claimchunk/data/DataConvert.java:22
↓ 2 callers
Method
disable
()
src/main/java/com/cjburkey/claimchunk/ClaimChunk.java:634
↓ 2 callers
Method
disable
(Player ply)
src/main/java/com/cjburkey/claimchunk/chunk/AutoClaimHandler.java:25
↓ 2 callers
Method
displayUsage
(String cmdUsed, CommandSender sender)
src/main/java/com/cjburkey/claimchunk/smartcommand/CCSubCommand.java:160
↓ 2 callers
Method
fromSender
Gives you the ExecutorLevel belonging to the CommandSender. @param sender The CommandSender @return The ExecutorLevel that corresponds to the CommandS
src/main/java/de/goldmensch/commanddispatcher/Executor.java:26
↓ 2 callers
Method
getAllPlayers
()
src/main/java/com/cjburkey/claimchunk/data/sqlite/SqLiteWrapper.java:323
↓ 2 callers
Method
getArgs
<p>The new arguments are the arguments without the path and the name of the command.</p> <p>Example: subcommand path : "arg0 name" </p> <p>path: "arg0
src/main/java/de/goldmensch/commanddispatcher/command/SmartCommand.java:192
↓ 2 callers
Method
getCommandDisplayStr
(String cmdUsed, CCSubCommand cmd)
src/main/java/com/cjburkey/claimchunk/smartcommand/sub/ply/HelpCmd.java:98
↓ 2 callers
Method
getDefaultProfile
Gets the standard protection config, used as the default config for initializing the world profile files. @return The default world profile.
src/main/java/com/cjburkey/claimchunk/config/ClaimChunkWorldProfileHandler.java:194
↓ 2 callers
Method
getDouble
(@SuppressWarnings("SameParameterValue") String section, String name)
src/main/java/com/cjburkey/claimchunk/ClaimChunkConfig.java:187
↓ 2 callers
Method
getEntityAccess
( boolean isClaimed, String worldName, EntityType entityType)
src/main/java/com/cjburkey/claimchunk/config/ClaimChunkWorldProfile.java:188
↓ 2 callers
Method
getGson
()
src/main/java/com/cjburkey/claimchunk/i18n/V2JsonMessages.java:436
↓ 2 callers
Method
getGson
()
src/main/java/com/cjburkey/claimchunk/data/JsonConfig.java:100
↓ 2 callers
Method
getGson
()
src/main/java/com/cjburkey/claimchunk/data/newdata/JsonDataHandler.java:280
↓ 2 callers
Method
getHasAllFreeChunks
Checks if the provided player has already claimed all the chunks that they can claim for free. @param ply The UUID of the player. @return Whether the
src/main/java/com/cjburkey/claimchunk/chunk/ChunkHandler.java:316
↓ 2 callers
Method
getList
(String section, String name)
src/main/java/com/cjburkey/claimchunk/ClaimChunkConfig.java:195
↓ 2 callers
Method
getMoney
(UUID player)
src/main/java/com/cjburkey/claimchunk/Econ.java:36
↓ 2 callers
Method
getPerm
()
src/main/java/com/cjburkey/claimchunk/rank/Rank.java:22
↓ 2 callers
Method
getPlayerExtraMaxClaims
Get the maximum number of claims the given player can have. @param player The player's UUID @return Max claims @since 0.0.24
src/main/java/com/cjburkey/claimchunk/data/newdata/IClaimChunkDataHandler.java:312
↓ 2 callers
Method
getPlayerExtraMaxClaims
(UUID player)
src/main/java/com/cjburkey/claimchunk/data/sqlite/SqLiteDataHandler.java:207
↓ 2 callers
Method
getPlayerReceiveAlerts
Retrieve whether the given player should receive an alert when they are online and a player enters their territory. @param player The player's UUID @
src/main/java/com/cjburkey/claimchunk/data/newdata/IClaimChunkDataHandler.java:274
↓ 2 callers
Method
getPlayerUUID
Retrieves the UUID for the given player username. @param username The UUID for which to determine the player's username @return The UUID for the play
src/main/java/com/cjburkey/claimchunk/data/newdata/IClaimChunkDataHandler.java:224
↓ 2 callers
Method
getPrivateField
(Object object, String field)
src/main/java/com/cjburkey/claimchunk/smartcommand/CCBukkitCommand.java:58
↓ 2 callers
Method
getRequiredArguments
Get the number of the possible arguments that are required arguments. @return The number of required arguments.
src/main/java/com/cjburkey/claimchunk/smartcommand/CCSubCommand.java:80
↓ 2 callers
Method
getShouldAllow
(BlockAccess access)
src/main/java/com/cjburkey/claimchunk/config/access/BlockAccess.java:27
↓ 2 callers
Method
getUsageArgs
()
src/main/java/com/cjburkey/claimchunk/smartcommand/CCSubCommand.java:172
↓ 2 callers
Method
giveAccess
( Player owner, ChunkPos chunk, UUID other, Map<String, Boolean> permissions)
src/main/java/com/cjburkey/claimchunk/cmd/MainHandler.java:319
↓ 2 callers
Method
givePlayerAccess
Gives the provided accessor access (with specific permissions) to the given chunk @param chunk ChunkPos object representing the position of the chunk
src/main/java/com/cjburkey/claimchunk/data/newdata/IClaimChunkDataHandler.java:349
↓ 2 callers
Method
hasAdmin
(@Nullable CommandSender sender)
src/main/java/com/cjburkey/claimchunk/Utils.java:158
↓ 2 callers
Method
hasAlerts
(UUID owner)
src/main/java/com/cjburkey/claimchunk/player/PlayerHandler.java:48
↓ 2 callers
Method
hasChunkName
(UUID owner)
src/main/java/com/cjburkey/claimchunk/player/PlayerHandler.java:100
↓ 2 callers
Method
hasPlayer
Whether the given player has joined the server and is registered in the player tracker. @param player The player's UUID @return Whether the player ex
src/main/java/com/cjburkey/claimchunk/data/newdata/IClaimChunkDataHandler.java:321
↓ 2 callers
Method
headerComment
Get the value of the header comment initialized with this config. The comment of parsed config files will not be saved. @return The header comment, o
src/main/java/com/cjburkey/claimchunk/config/ccconfig/CCConfig.java:64
↓ 2 callers
Method
indent
(StringBuilder output, int indents, String singleIndent)
src/main/java/com/cjburkey/claimchunk/config/ccconfig/CCConfigWriter.java:121
↓ 2 callers
Method
insertLayer
Inserts a layer into the queue based on its order ID. @param layer The layer to insert. @param <T> The type representing the layer. @return {@code tr
src/main/java/com/cjburkey/claimchunk/api/layer/ClaimChunkLayerHandler.java:29
↓ 2 callers
Method
load
Loads data for this data handler. This method should not call any Bukkit methods as it runs async. @throws Exception Any exception thrown during the
src/main/java/com/cjburkey/claimchunk/data/newdata/IClaimChunkDataHandler.java:66
↓ 2 callers
Method
loadClasses
( @NotNull Class<Type> enumType, @NotNull CCConfig config, @NotNull String
src/main/java/com/cjburkey/claimchunk/config/ClaimChunkWorldProfile.java:291
↓ 2 callers
Method
makeAll
(boolean show)
src/main/java/com/cjburkey/claimchunk/chunk/ChunkOutlineHandler.java:30
↓ 2 callers
Method
onExplosionEvent
(@NotNull World world, @NotNull Collection<Block> blockList)
src/main/java/com/cjburkey/claimchunk/event/WorldProfileEventHandler.java:816
↓ 2 callers
Method
onPistonAction
( @NotNull Runnable cancel, @NotNull Block piston, @NotNull BlockFace dire
src/main/java/com/cjburkey/claimchunk/event/WorldProfileEventHandler.java:915
↓ 2 callers
Method
onSpreadEvent
( @NotNull Runnable cancel, @NotNull Block sourceBlock, @NotNull Block new
src/main/java/com/cjburkey/claimchunk/event/WorldProfileEventHandler.java:868
↓ 2 callers
Method
parse
(@NotNull CCConfig config, @NotNull String input)
src/main/java/com/cjburkey/claimchunk/config/ccconfig/CCConfigParser.java:32
↓ 2 callers
Method
prepareCheckAccessPlayerHasAccessMsg
( String playerUsername, Map<String, Boolean> permissions)
src/main/java/com/cjburkey/claimchunk/cmd/MainHandler.java:540
↓ 2 callers
Method
readFromDisk
()
src/main/java/com/cjburkey/claimchunk/rank/RankHandler.java:52
↓ 2 callers
Method
registerCmds
(CommandStr... commands)
src/main/java/com/cjburkey/claimchunk/smartcommand/ClaimChunkBaseCommand.java:98
↓ 2 callers
Method
removePlayerAccess
(ChunkPos chunk, UUID accessor)
src/main/java/com/cjburkey/claimchunk/data/sqlite/SqLiteWrapper.java:302
↓ 2 callers
Method
replaceOwnerAndLocalizedMsg
( @NotNull CommandSender sender, @NotNull String input, @Nullable String o
src/main/java/com/cjburkey/claimchunk/i18n/V2JsonMessages.java:366
↓ 2 callers
Method
rightExecutor
Checks if the provided command executor should be able to execute a given command. @param sender The sender whose executor type. @return Whether the
src/main/java/de/goldmensch/commanddispatcher/subcommand/SmartSubCommand.java:61
← previous
next →
101–200 of 830, ranked by callers