Index

A B C D E F G H I J K L M N O P R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

absolute() - Static method in class com.booksaw.betterTeams.text.Formatter
 
add(Team, TeamPlayer) - Method in class com.booksaw.betterTeams.team.AnchoredPlayerUUIDSetComponent
Recommended to use this add over the void add, as it does the corresponding checks
add(Team, TeamPlayer) - Method in class com.booksaw.betterTeams.team.MemberSetComponent
 
add(Team, Warp) - Method in class com.booksaw.betterTeams.team.WarpSetComponent
 
add(Team, UUID) - Method in class com.booksaw.betterTeams.team.AllyRequestComponent
 
add(Team, UUID) - Method in class com.booksaw.betterTeams.team.AllySetComponent
 
add(Team, UUID) - Method in class com.booksaw.betterTeams.team.AnchoredPlayerUUIDSetComponent
 
add(Team, UUID) - Method in class com.booksaw.betterTeams.team.BanSetComponent
 
add(Team, Location) - Method in class com.booksaw.betterTeams.team.ChestClaimComponent
 
add(Team, T) - Method in class com.booksaw.betterTeams.team.SetTeamComponent
Used to add a component to this component list
add(Double) - Method in class com.booksaw.betterTeams.team.DoubleTeamComponent
 
add(Integer) - Method in class com.booksaw.betterTeams.team.IntTeamComponent
 
add(T) - Method in interface com.booksaw.betterTeams.team.VariableTeamComponent
Add the given amount to this variable
ADD - Enum constant in enum class com.booksaw.betterTeams.customEvents.BelowNameChangeEvent.ChangeType
 
addAlly(Team) - Method in class com.booksaw.betterTeams.Team
 
addAlly(Team, boolean) - Method in class com.booksaw.betterTeams.Team
Used to add an ally for this team
addAlly(UUID) - Method in class com.booksaw.betterTeams.Team
 
addAlly(UUID) - Method in class com.booksaw.betterTeams.team.storage.team.SQLTeamStorage
 
addAlly(UUID) - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
addAlly(UUID) - Method in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 
addAlly(UUID, boolean) - Method in class com.booksaw.betterTeams.Team
Used to add an ally for this team
addAllyRequest(Team) - Method in class com.booksaw.betterTeams.Team
Used to add an ally request to this team
addAllyRequest(UUID) - Method in class com.booksaw.betterTeams.Team
Used to add an ally request to this team
addAllyRequest(UUID) - Method in class com.booksaw.betterTeams.team.storage.team.SQLTeamStorage
 
addAllyRequest(UUID) - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
addAllyRequest(UUID) - Method in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 
addBackupMessages(YamlConfiguration) - Static method in class com.booksaw.betterTeams.message.MessageManager
Used to select a file to contain backup messages in the event that the community translations are incomplete
addBan(UUID) - Method in class com.booksaw.betterTeams.team.storage.team.SQLTeamStorage
 
addBan(UUID) - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
addBan(UUID) - Method in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 
addChestClaim(Team, Location) - Method in class com.booksaw.betterTeams.team.storage.storageManager.FlatfileStorageManager
 
addChestClaim(Team, Location) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SeparatedYamlStorageManager
 
addChestClaim(Team, Location) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SQLStorageManager
 
addChestClaim(Team, Location) - Method in class com.booksaw.betterTeams.team.TeamManager
 
addClaim(Location) - Method in class com.booksaw.betterTeams.Team
Used to add a chest claim to this team
addColumn(TableName, String, String) - Method in class com.booksaw.betterTeams.database.api.Database
 
addColumn(TableName, String, String, String, boolean) - Method in class com.booksaw.betterTeams.database.api.Database
 
addColumn(String, DataType, boolean) - Method in class com.booksaw.betterTeams.database.api.TableBuilder
 
addColumn(String, DataType, String, boolean) - Method in class com.booksaw.betterTeams.database.api.TableBuilder
 
addColumn(String, DataType) - Method in class com.booksaw.betterTeams.database.api.TableBuilder
 
addColumn(String, DataType, String) - Method in class com.booksaw.betterTeams.database.api.TableBuilder
 
addField(String, String) - Method in class dev.ceymikey.injection.EmbedBuilder.Construct
 
addMessages(ConfigManager) - Static method in class com.booksaw.betterTeams.message.MessageManager
This method is used to provide the configuration file in which all the message references are stored, this method also loads the default prefix
addMetaStringList(List<String>, Team, String) - Method in class com.booksaw.betterTeams.commands.SubCommand
 
AddMoney - Class in com.booksaw.betterTeams.commands.teama.money
 
AddMoney() - Constructor for class com.booksaw.betterTeams.commands.teama.money.AddMoney
 
addPlayerStringList(List<String>, String) - Method in class com.booksaw.betterTeams.commands.SubCommand
This can be used during the tab complete process to get a string list of all players on the server
AddScore - Class in com.booksaw.betterTeams.commands.teama.score
 
AddScore() - Constructor for class com.booksaw.betterTeams.commands.teama.score.AddScore
 
addSubCommand(SubCommand) - Method in class com.booksaw.betterTeams.commands.ParentCommand
this method adds another command to the parent command
addSubCommand(SubCommand) - Method in class com.booksaw.betterTeams.commands.PermissionParentCommand
 
addSubCommands(SubCommand...) - Method in class com.booksaw.betterTeams.commands.ParentCommand
Add multiple subcommands (see ParentCommand.addSubCommand(SubCommand))
addTeamStringList(List<String>, String) - Method in class com.booksaw.betterTeams.commands.SubCommand
 
addTeamStringList(List<String>, String, Collection<UUID>, Collection<UUID>) - Method in class com.booksaw.betterTeams.commands.SubCommand
 
addToChestClaims(String, UUID) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SeparatedYamlStorageManager
 
addToPlayerLookup(UUID, UUID) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SeparatedYamlStorageManager
 
addToTeamLookup(String, UUID) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SeparatedYamlStorageManager
 
addWarp(Warp) - Method in class com.booksaw.betterTeams.Team
 
addWarp(Warp) - Method in class com.booksaw.betterTeams.team.storage.team.SQLTeamStorage
 
addWarp(Warp) - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
addWarp(Warp) - Method in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 
ADMIN - Enum constant in enum class com.booksaw.betterTeams.PlayerRank
This player has permissions to invite new players to the team and kick default users, but cannot ban people or change team settings
ADMINS - Enum constant in enum class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderOptionsEnum
 
AdminsPlaceholderProvider - Class in com.booksaw.betterTeams.integrations.placeholder.provider
 
AdminsPlaceholderProvider() - Constructor for class com.booksaw.betterTeams.integrations.placeholder.provider.AdminsPlaceholderProvider
 
adminViewers - Static variable in class com.booksaw.betterTeams.events.InventoryManagement
 
allColorsAllowed() - Static method in class com.booksaw.betterTeams.text.TextColorTagResolver
 
ALLIES - Enum constant in enum class com.booksaw.betterTeams.database.TableName
 
ALLY - Enum constant in enum class com.booksaw.betterTeams.RelationType
 
allyChat(Team, TeamPlayer, String, String) - Static method in class com.booksaw.betterTeams.message.ChatMessage
 
AllyChatCommand - Class in com.booksaw.betterTeams.commands.team
 
AllyChatCommand(ParentCommand) - Constructor for class com.booksaw.betterTeams.commands.team.AllyChatCommand
 
AllyCommand - Class in com.booksaw.betterTeams.commands.team
 
AllyCommand() - Constructor for class com.booksaw.betterTeams.commands.team.AllyCommand
 
AllyManagement - Class in com.booksaw.betterTeams.events
 
AllyManagement() - Constructor for class com.booksaw.betterTeams.events.AllyManagement
 
AllyRequestComponent - Class in com.booksaw.betterTeams.team
 
AllyRequestComponent() - Constructor for class com.booksaw.betterTeams.team.AllyRequestComponent
 
ALLYREQUESTS - Enum constant in enum class com.booksaw.betterTeams.database.TableName
 
AllySetComponent - Class in com.booksaw.betterTeams.team
 
AllySetComponent() - Constructor for class com.booksaw.betterTeams.team.AllySetComponent
 
AllyTeama - Class in com.booksaw.betterTeams.commands.teama
 
AllyTeama() - Constructor for class com.booksaw.betterTeams.commands.teama.AllyTeama
 
ALREADY_ANCHORED - Enum constant in enum class com.booksaw.betterTeams.team.AnchoredPlayerUUIDSetComponent.AnchorResult
The player is already anchored
ANCHOR - Enum constant in enum class com.booksaw.betterTeams.team.storage.team.StoredTeamValue
 
AnchorCommand - Class in com.booksaw.betterTeams.commands.team
This class handles the '/team anchor' command
AnchorCommand() - Constructor for class com.booksaw.betterTeams.commands.team.AnchorCommand
 
AnchoredPlayerUUIDSetComponent - Class in com.booksaw.betterTeams.team
 
AnchoredPlayerUUIDSetComponent() - Constructor for class com.booksaw.betterTeams.team.AnchoredPlayerUUIDSetComponent
 
AnchoredPlayerUUIDSetComponent.AnchorResult - Enum Class in com.booksaw.betterTeams.team
The result of using the add and remove methods of this enum's enclosing class
anchorPlayer(TeamPlayer) - Method in class com.booksaw.betterTeams.Team
Used for anchoring this player.
AnchorTeama - Class in com.booksaw.betterTeams.commands.teama
 
AnchorTeama() - Constructor for class com.booksaw.betterTeams.commands.teama.AnchorTeama
 
appendText(String) - Method in interface com.booksaw.betterTeams.integrations.hologram.HologramManager.LocalHologram
Appends a new line of text to the hologram.
applyPlaceholderProvider(Team, TeamPlayer) - Method in enum class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderOptionsEnum
 
applyPlaceholderProvider(Team, TeamPlayer, String) - Method in enum class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderOptionsEnum
 

B

BalCommand - Class in com.booksaw.betterTeams.commands.team
 
BalCommand() - Constructor for class com.booksaw.betterTeams.commands.team.BalCommand
 
BaltopCommand - Class in com.booksaw.betterTeams.commands.team
 
BaltopCommand() - Constructor for class com.booksaw.betterTeams.commands.team.BaltopCommand
 
BanCommand - Class in com.booksaw.betterTeams.commands.team
 
BanCommand() - Constructor for class com.booksaw.betterTeams.commands.team.BanCommand
 
banEvent(ClaimPlayerBanEvent) - Method in class com.booksaw.betterTeams.integrations.UltimateClaimsManager
 
banPlayer(OfflinePlayer) - Method in class com.booksaw.betterTeams.Team
This method is used to add a player to the list of players which are banned from the team
BANS - Enum constant in enum class com.booksaw.betterTeams.database.TableName
 
BanSetComponent - Class in com.booksaw.betterTeams.team
 
BanSetComponent() - Constructor for class com.booksaw.betterTeams.team.BanSetComponent
 
becomeNeutral(Team, boolean) - Method in class com.booksaw.betterTeams.Team
Used to become neutral to a team
becomeNeutral(UUID, boolean) - Method in class com.booksaw.betterTeams.Team
Used to become neutral to a team
BelowNameChangeEvent - Class in com.booksaw.betterTeams.customEvents
Used to track the details of a below name change event Unlike most other events in BetterTeams, this one cannot be cancelled!
BelowNameChangeEvent(Player, BelowNameChangeEvent.ChangeType) - Constructor for class com.booksaw.betterTeams.customEvents.BelowNameChangeEvent
 
BelowNameChangeEvent.ChangeType - Enum Class in com.booksaw.betterTeams.customEvents
 
BetterTeamsDatabase - Class in com.booksaw.betterTeams.database
 
BetterTeamsDatabase() - Constructor for class com.booksaw.betterTeams.database.BetterTeamsDatabase
 
BooksawCommand - Class in com.booksaw.betterTeams
Used to register a command which uses the sub command system
BooksawCommand(String, SubCommand, String, String, List<String>) - Constructor for class com.booksaw.betterTeams.BooksawCommand
 
BOOLEAN - Enum constant in enum class com.booksaw.betterTeams.database.api.DataType
 
BOOLEAN - Enum constant in enum class com.booksaw.betterTeams.team.storage.team.TeamStorageType
 
broadcastMessage(Message) - Method in class com.booksaw.betterTeams.team.TeamPlayerSetComponent
Sends the specified message to all team players stored in the list
broadcastTitle(Message) - Method in class com.booksaw.betterTeams.team.TeamPlayerSetComponent
Sends the specified title to all team players stored in the list
build() - Method in class dev.ceymikey.injection.EmbedBuilder.Construct
 
build(Function<K, V>) - Method in class com.booksaw.betterTeams.util.Cache.Builder
Builds a new Cache instance.
Builder() - Constructor for class com.booksaw.betterTeams.util.Cache.Builder
 
bungeeHexToAdventure(String) - Static method in class com.booksaw.betterTeams.text.LegacyTextUtils
 
bungeeHexToStandardHex(String) - Static method in class com.booksaw.betterTeams.text.LegacyTextUtils
 

C

Cache<K,V> - Class in com.booksaw.betterTeams.util
A simple cache implementation with expiration and size-based eviction.
Cache.Builder<K,V> - Class in com.booksaw.betterTeams.util
A builder for creating Cache instances.
calculate(Player, ContextConsumer) - Method in class com.booksaw.betterTeams.integrations.LuckPermsManager
 
cancel() - Method in class com.booksaw.betterTeams.PlayerTeleport
 
cancelled - Variable in class com.booksaw.betterTeams.customEvents.TeamEvent
 
CancelledEventException - Exception in com.booksaw.betterTeams.exceptions
 
CancelledEventException(Event) - Constructor for exception com.booksaw.betterTeams.exceptions.CancelledEventException
 
canDamage(Team) - Method in class com.booksaw.betterTeams.Team
Used to check if this team can damage members of the specified team
canDamage(Team, Player) - Method in class com.booksaw.betterTeams.Team
Used to check if this team can damage members of the specified team
canDamage(Player) - Method in class com.booksaw.betterTeams.Team
Used to check if a member of this team can damage the specified player
canDamage(Player, Player) - Method in class com.booksaw.betterTeams.Team
Used to check if a member of this team can damage the specified player
canOpenAllyChests() - Static method in class com.booksaw.betterTeams.Team
Used to get the config value checking if ally chests can be opened
canRegister() - Method in class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholders
 
canTeamPvp(Player) - Method in class com.booksaw.betterTeams.integrations.WorldGuardManagerV7
 
canTp() - Method in class com.booksaw.betterTeams.PlayerTeleport
 
CHAR - Enum constant in enum class com.booksaw.betterTeams.database.api.DataType
 
ChatCommand - Class in com.booksaw.betterTeams.commands.team
 
ChatCommand(ParentCommand) - Constructor for class com.booksaw.betterTeams.commands.team.ChatCommand
 
chatManagement - Variable in class com.booksaw.betterTeams.Main
 
ChatManagement - Class in com.booksaw.betterTeams.events
 
ChatManagement() - Constructor for class com.booksaw.betterTeams.events.ChatManagement
 
ChatMessage - Class in com.booksaw.betterTeams.message
 
ChatSpyTeama - Class in com.booksaw.betterTeams.commands.teama
 
ChatSpyTeama() - Constructor for class com.booksaw.betterTeams.commands.teama.ChatSpyTeama
 
checkAsync(String[]) - Method in class com.booksaw.betterTeams.commands.ParentCommand
 
checkAsync(String[]) - Method in class com.booksaw.betterTeams.commands.SubCommand
 
checkForUpdate() - Method in class com.booksaw.betterTeams.UpdateChecker
 
checkPointers(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.BooksawCommand
 
checkRank - Variable in class com.booksaw.betterTeams.commands.presets.TeamSubCommand
 
checkRank(TeamPlayer, PlayerRank) - Method in class com.booksaw.betterTeams.commands.presets.TeamSubCommand
 
checkRank(TeamPlayer) - Method in class com.booksaw.betterTeams.commands.presets.TeamSubCommand
 
ChestCheckCommand - Class in com.booksaw.betterTeams.commands.team.chest
 
ChestCheckCommand() - Constructor for class com.booksaw.betterTeams.commands.team.chest.ChestCheckCommand
 
ChestClaimCommand - Class in com.booksaw.betterTeams.commands.team.chest
 
ChestClaimCommand() - Constructor for class com.booksaw.betterTeams.commands.team.chest.ChestClaimCommand
 
ChestClaimComponent - Class in com.booksaw.betterTeams.team
 
ChestClaimComponent() - Constructor for class com.booksaw.betterTeams.team.ChestClaimComponent
 
CHESTCLAIMS - Enum constant in enum class com.booksaw.betterTeams.database.TableName
 
ChestClaimTeama - Class in com.booksaw.betterTeams.commands.teama.chest
 
ChestClaimTeama() - Constructor for class com.booksaw.betterTeams.commands.teama.chest.ChestClaimTeama
 
ChestDisableClaims - Class in com.booksaw.betterTeams.commands.teama.chest
 
ChestDisableClaims() - Constructor for class com.booksaw.betterTeams.commands.teama.chest.ChestDisableClaims
 
ChestEnableClaims - Class in com.booksaw.betterTeams.commands.teama.chest
 
ChestEnableClaims() - Constructor for class com.booksaw.betterTeams.commands.teama.chest.ChestEnableClaims
 
ChestManagement - Class in com.booksaw.betterTeams.events
 
ChestManagement() - Constructor for class com.booksaw.betterTeams.events.ChestManagement
 
ChestRemoveallCommand - Class in com.booksaw.betterTeams.commands.team.chest
 
ChestRemoveallCommand() - Constructor for class com.booksaw.betterTeams.commands.team.chest.ChestRemoveallCommand
 
ChestRemoveallTeama - Class in com.booksaw.betterTeams.commands.teama.chest
 
ChestRemoveallTeama() - Constructor for class com.booksaw.betterTeams.commands.teama.chest.ChestRemoveallTeama
 
ChestRemoveCommand - Class in com.booksaw.betterTeams.commands.team.chest
 
ChestRemoveCommand() - Constructor for class com.booksaw.betterTeams.commands.team.chest.ChestRemoveCommand
 
ChestRemoveTeama - Class in com.booksaw.betterTeams.commands.teama.chest
 
ChestRemoveTeama() - Constructor for class com.booksaw.betterTeams.commands.teama.chest.ChestRemoveTeama
 
claimStyle() - Method in class com.booksaw.betterTeams.text.TextColorTagResolver
 
clear() - Method in class com.booksaw.betterTeams.team.ChestClaimComponent
 
clear() - Method in class com.booksaw.betterTeams.team.SetTeamComponent
Clears all values from the list.
clearClaims() - Method in class com.booksaw.betterTeams.Team
 
clearLines() - Method in interface com.booksaw.betterTeams.integrations.hologram.HologramManager.LocalHologram
Clears all lines of text from the hologram.
closeConnection() - Method in class com.booksaw.betterTeams.database.api.Database
Used to close the connection to the database
COLOR - Enum constant in enum class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderOptionsEnum
 
COLOR - Enum constant in enum class com.booksaw.betterTeams.team.storage.team.StoredTeamValue
The color the team has set
ColorCommand - Class in com.booksaw.betterTeams.commands.team
 
ColorCommand() - Constructor for class com.booksaw.betterTeams.commands.team.ColorCommand
 
ColorPlaceholderProvider - Class in com.booksaw.betterTeams.integrations.placeholder.provider
 
ColorPlaceholderProvider() - Constructor for class com.booksaw.betterTeams.integrations.placeholder.provider.ColorPlaceholderProvider
 
ColorTeama - Class in com.booksaw.betterTeams.commands.teama
 
ColorTeama() - Constructor for class com.booksaw.betterTeams.commands.teama.ColorTeama
 
colorToAdventure(String) - Static method in class com.booksaw.betterTeams.text.LegacyTextUtils
 
colorToAdventure(ChatColor) - Static method in class com.booksaw.betterTeams.text.LegacyTextUtils
 
colorToAdventure(ChatColor, boolean) - Static method in class com.booksaw.betterTeams.text.LegacyTextUtils
 
com.booksaw.betterTeams - package com.booksaw.betterTeams
This package will contain most, if not all of the classes that you will require while hooking a plugin in with better teams.
com.booksaw.betterTeams.commands - package com.booksaw.betterTeams.commands
 
com.booksaw.betterTeams.commands.presets - package com.booksaw.betterTeams.commands.presets
 
com.booksaw.betterTeams.commands.team - package com.booksaw.betterTeams.commands.team
 
com.booksaw.betterTeams.commands.team.chest - package com.booksaw.betterTeams.commands.team.chest
 
com.booksaw.betterTeams.commands.teama - package com.booksaw.betterTeams.commands.teama
 
com.booksaw.betterTeams.commands.teama.chest - package com.booksaw.betterTeams.commands.teama.chest
 
com.booksaw.betterTeams.commands.teama.meta - package com.booksaw.betterTeams.commands.teama.meta
 
com.booksaw.betterTeams.commands.teama.money - package com.booksaw.betterTeams.commands.teama.money
 
com.booksaw.betterTeams.commands.teama.score - package com.booksaw.betterTeams.commands.teama.score
 
com.booksaw.betterTeams.cooldown - package com.booksaw.betterTeams.cooldown
 
com.booksaw.betterTeams.cost - package com.booksaw.betterTeams.cost
 
com.booksaw.betterTeams.customEvents - package com.booksaw.betterTeams.customEvents
 
com.booksaw.betterTeams.customEvents.post - package com.booksaw.betterTeams.customEvents.post
 
com.booksaw.betterTeams.database - package com.booksaw.betterTeams.database
 
com.booksaw.betterTeams.database.api - package com.booksaw.betterTeams.database.api
 
com.booksaw.betterTeams.events - package com.booksaw.betterTeams.events
 
com.booksaw.betterTeams.exceptions - package com.booksaw.betterTeams.exceptions
 
com.booksaw.betterTeams.integrations - package com.booksaw.betterTeams.integrations
 
com.booksaw.betterTeams.integrations.hologram - package com.booksaw.betterTeams.integrations.hologram
 
com.booksaw.betterTeams.integrations.placeholder - package com.booksaw.betterTeams.integrations.placeholder
 
com.booksaw.betterTeams.integrations.placeholder.provider - package com.booksaw.betterTeams.integrations.placeholder.provider
 
com.booksaw.betterTeams.message - package com.booksaw.betterTeams.message
 
com.booksaw.betterTeams.score - package com.booksaw.betterTeams.score
 
com.booksaw.betterTeams.team - package com.booksaw.betterTeams.team
 
com.booksaw.betterTeams.team.meta - package com.booksaw.betterTeams.team.meta
 
com.booksaw.betterTeams.team.storage - package com.booksaw.betterTeams.team.storage
 
com.booksaw.betterTeams.team.storage.convert - package com.booksaw.betterTeams.team.storage.convert
 
com.booksaw.betterTeams.team.storage.storageManager - package com.booksaw.betterTeams.team.storage.storageManager
 
com.booksaw.betterTeams.team.storage.team - package com.booksaw.betterTeams.team.storage.team
 
com.booksaw.betterTeams.text - package com.booksaw.betterTeams.text
 
com.booksaw.betterTeams.util - package com.booksaw.betterTeams.util
 
combineComponents(Component...) - Static method in class com.booksaw.betterTeams.util.ComponentUtil
 
CommandCooldown - Class in com.booksaw.betterTeams.cooldown
 
CommandCooldown(String, int) - Constructor for class com.booksaw.betterTeams.cooldown.CommandCooldown
Used within cooldown manager to track a new commands cooldown
CommandCost - Class in com.booksaw.betterTeams.cost
 
CommandCost(String, double) - Constructor for class com.booksaw.betterTeams.cost.CommandCost
Used within Cost manager to track a new commands Cost
CommandResponse - Class in com.booksaw.betterTeams
This class is used to the the response for a command, this tracks if the command was successful and what the message being sent to the user should be
CommandResponse(boolean) - Constructor for class com.booksaw.betterTeams.CommandResponse
Used when no message should be sent to the user
CommandResponse(boolean, Message) - Constructor for class com.booksaw.betterTeams.CommandResponse
Used when you want to send a more complex message to the user
CommandResponse(boolean, String) - Constructor for class com.booksaw.betterTeams.CommandResponse
Used for a basic successful command
CommandResponse(Message) - Constructor for class com.booksaw.betterTeams.CommandResponse
Used when you want to send a more complex message to the user
CommandResponse(String) - Constructor for class com.booksaw.betterTeams.CommandResponse
This method assumes that the command is not a success
ComponentHolderMessage - Interface in com.booksaw.betterTeams.message
 
ComponentUtil - Class in com.booksaw.betterTeams.util
 
ComponentUtil() - Constructor for class com.booksaw.betterTeams.util.ComponentUtil
 
CompositeMessage - Class in com.booksaw.betterTeams.message
Used when the program needs to send multiple messages to the user
CompositeMessage(Message...) - Constructor for class com.booksaw.betterTeams.message.CompositeMessage
 
CompositeMessage(List<Message>) - Constructor for class com.booksaw.betterTeams.message.CompositeMessage
 
config - Variable in class com.booksaw.betterTeams.ConfigManager
 
config - Variable in class com.booksaw.betterTeams.team.storage.team.SeparatedYamlTeamStorage
 
configManager - Variable in class com.booksaw.betterTeams.team.storage.team.SeparatedYamlTeamStorage
 
ConfigManager - Class in com.booksaw.betterTeams
 
ConfigManager(String, boolean) - Constructor for class com.booksaw.betterTeams.ConfigManager
 
ConfigManager(String, String) - Constructor for class com.booksaw.betterTeams.ConfigManager
Used to load / create a config file where the resource name is different from the destination path
Construct() - Constructor for class dev.ceymikey.injection.EmbedBuilder.Construct
 
contains(TeamPlayer) - Method in class com.booksaw.betterTeams.team.TeamPlayerSetComponent
 
contains(Location) - Method in class com.booksaw.betterTeams.team.LocationSetComponent
 
contains(OfflinePlayer) - Method in class com.booksaw.betterTeams.team.BanSetComponent
Used to check if the uuid of the specified player is stored within the ban list
contains(OfflinePlayer) - Method in class com.booksaw.betterTeams.team.TeamPlayerSetComponent
Checks if the given player is in this team
contains(T) - Method in class com.booksaw.betterTeams.team.SetTeamComponent
Used to check if the component provided is stored within this component
convert() - Method in class com.booksaw.betterTeams.team.storage.convert.Converter
 
convert() - Method in class com.booksaw.betterTeams.team.storage.convert.FlatFileToYaml
 
convert() - Method in class com.booksaw.betterTeams.team.storage.convert.YamlToSql
 
Converter - Class in com.booksaw.betterTeams.team.storage.convert
 
Converter() - Constructor for class com.booksaw.betterTeams.team.storage.convert.Converter
 
convertStorage() - Method in class com.booksaw.betterTeams.team.storage.convert.Converter
 
CooldownManager - Class in com.booksaw.betterTeams.cooldown
Used to track how long of a cooldown is required for a command
CooldownManager(String) - Constructor for class com.booksaw.betterTeams.cooldown.CooldownManager
 
CooldownManager.NoCooldown - Class in com.booksaw.betterTeams.cooldown
This class is returned when a command does not have a cooldown, this is used to avoid running many null checks throughout the program.
costFromTeam - Static variable in class com.booksaw.betterTeams.cost.CostManager
 
CostManager - Class in com.booksaw.betterTeams.cost
Used to track how long of a cost is required for a command
CostManager(String) - Constructor for class com.booksaw.betterTeams.cost.CostManager
 
CostManager.NoCost - Class in com.booksaw.betterTeams.cost
This class is returned when a command does not have a cost, this is used to avoid running many null checks throughout the program.
create(ClaimCreateEvent) - Method in class com.booksaw.betterTeams.integrations.UltimateClaimsManager
 
createClickableHelpMessage(String, String, String) - Method in class com.booksaw.betterTeams.commands.HelpCommand
 
createClickableHelpMiniMessage(String, String, String) - Method in class com.booksaw.betterTeams.commands.HelpCommand
 
CreateCommand - Class in com.booksaw.betterTeams.commands.team
This class handles the /team create [team] command
CreateCommand(ParentCommand) - Constructor for class com.booksaw.betterTeams.commands.team.CreateCommand
 
createHelpMessage(String, String, String) - Method in class com.booksaw.betterTeams.commands.HelpCommand
Used to create a formatted help message to explain what a command does to the user
createHelpMessage(String, String, String) - Method in class com.booksaw.betterTeams.message.HelpMessage
Used to create a formatted help message to explain what a command does to the user
createHolo(Location, HologramManager.HologramType) - Method in class com.booksaw.betterTeams.integrations.hologram.HologramManager
 
CreateHoloTeama - Class in com.booksaw.betterTeams.commands.teama
 
CreateHoloTeama() - Constructor for class com.booksaw.betterTeams.commands.teama.CreateHoloTeama
 
createLocalHolo(Location, HologramManager.HologramType) - Method in class com.booksaw.betterTeams.integrations.hologram.DHHologramManager
 
createLocalHolo(Location, HologramManager.HologramType) - Method in class com.booksaw.betterTeams.integrations.hologram.HDHologramManager
 
createLocalHolo(Location, HologramManager.HologramType) - Method in class com.booksaw.betterTeams.integrations.hologram.HologramManager
 
createNewTeam(String, Player) - Method in class com.booksaw.betterTeams.team.TeamManager
This method is used to create a new team with the specified name
createNewTeamStorage(Team) - Method in class com.booksaw.betterTeams.team.storage.storageManager.FlatfileStorageManager
 
createNewTeamStorage(Team) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SeparatedYamlStorageManager
 
createNewTeamStorage(Team) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SQLStorageManager
 
createNewTeamStorage(Team) - Method in class com.booksaw.betterTeams.team.TeamManager
Called when a new team is made
createTableIfNotExists(TableName, String) - Method in class com.booksaw.betterTeams.database.api.Database
Used to create a table if the table does not currently exist
CreateTeama - Class in com.booksaw.betterTeams.commands.teama
 
CreateTeama() - Constructor for class com.booksaw.betterTeams.commands.teama.CreateTeama
 
CreateTeamEvent - Class in com.booksaw.betterTeams.customEvents
An event which is called right before the creation of a Team
CreateTeamEvent(Team, Player) - Constructor for class com.booksaw.betterTeams.customEvents.CreateTeamEvent
 
createTeamStorage(Team) - Method in class com.booksaw.betterTeams.team.storage.storageManager.FlatfileStorageManager
 
createTeamStorage(Team) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SeparatedYamlStorageManager
 
createTeamStorage(Team) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SQLStorageManager
 
createTeamStorage(Team) - Method in class com.booksaw.betterTeams.team.TeamManager
Called when a team needs a storage manager to manage all information, this is called for preexisting teams
customSyntaxTeamChat(Team, TeamPlayer, String, String, String) - Static method in class com.booksaw.betterTeams.message.ChatMessage
 

D

DamageManagement - Class in com.booksaw.betterTeams.events
This class is used to ensure that members of the same team cannot hit each other
DamageManagement() - Constructor for class com.booksaw.betterTeams.events.DamageManagement
 
Database - Class in com.booksaw.betterTeams.database.api
API Class to managing databases
Database() - Constructor for class com.booksaw.betterTeams.database.api.Database
 
DataType - Enum Class in com.booksaw.betterTeams.database.api
 
death(Player, Team) - Method in class com.booksaw.betterTeams.score.ScoreManagement
 
DEATH - Enum constant in enum class com.booksaw.betterTeams.score.ScoreChange.ChangeType
 
DEFAULT - Enum constant in enum class com.booksaw.betterTeams.PlayerRank
The starting rank with the lowest number of permissions
DEFAULTMEMBERS - Enum constant in enum class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderOptionsEnum
 
DefaultMembersPlaceholderProvider - Class in com.booksaw.betterTeams.integrations.placeholder.provider
 
DefaultMembersPlaceholderProvider() - Constructor for class com.booksaw.betterTeams.integrations.placeholder.provider.DefaultMembersPlaceholderProvider
 
delete() - Method in interface com.booksaw.betterTeams.integrations.hologram.HologramManager.LocalHologram
Removes the hologram from the world.
deleteRecord(TableName, String) - Method in class com.booksaw.betterTeams.database.BetterTeamsDatabase
Used to delete a record from the specified table
deleteTeamHome() - Method in class com.booksaw.betterTeams.Team
 
deleteTeamStorage(Team) - Method in class com.booksaw.betterTeams.team.storage.storageManager.FlatfileStorageManager
 
deleteTeamStorage(Team) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SeparatedYamlStorageManager
 
deleteTeamStorage(Team) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SQLStorageManager
 
deleteTeamStorage(Team) - Method in class com.booksaw.betterTeams.team.TeamManager
Used when a team is disbanded, can be used to remove it from any team trackers
DelHome - Class in com.booksaw.betterTeams.commands.team
 
DelHome() - Constructor for class com.booksaw.betterTeams.commands.team.DelHome
 
delWarp(String) - Method in class com.booksaw.betterTeams.Team
 
DelwarpCommand - Class in com.booksaw.betterTeams.commands.team
 
DelwarpCommand() - Constructor for class com.booksaw.betterTeams.commands.team.DelwarpCommand
 
DelwarpTeama - Class in com.booksaw.betterTeams.commands.teama
 
DelwarpTeama() - Constructor for class com.booksaw.betterTeams.commands.teama.DelwarpTeama
 
DemoteCommand - Class in com.booksaw.betterTeams.commands.team
This class handles the command /team demote [player]
DemoteCommand() - Constructor for class com.booksaw.betterTeams.commands.team.DemoteCommand
 
demotePlayer(TeamPlayer) - Method in class com.booksaw.betterTeams.Team
This method is used to demote a player to the next applicable rank, this method does not check the demotion is valid but instead only promotes the player, see DemoteCommand to see validation
demotePlayer(TeamPlayer) - Method in class com.booksaw.betterTeams.team.storage.team.SQLTeamStorage
 
demotePlayer(TeamPlayer) - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
demotePlayer(TeamPlayer) - Method in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 
DemotePlayerEvent - Class in com.booksaw.betterTeams.customEvents
 
DemotePlayerEvent(Team, TeamPlayer, PlayerRank, PlayerRank) - Constructor for class com.booksaw.betterTeams.customEvents.DemotePlayerEvent
 
DemoteTeama - Class in com.booksaw.betterTeams.commands.teama
 
DemoteTeama() - Constructor for class com.booksaw.betterTeams.commands.teama.DemoteTeama
 
DepositCommand - Class in com.booksaw.betterTeams.commands.team
 
DepositCommand(ParentCommand) - Constructor for class com.booksaw.betterTeams.commands.team.DepositCommand
 
description - Static variable in class com.booksaw.betterTeams.commands.HelpCommand
 
DESCRIPTION - Enum constant in enum class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderOptionsEnum
 
DESCRIPTION - Enum constant in enum class com.booksaw.betterTeams.team.storage.team.StoredTeamValue
The description of the team
DescriptionCommand - Class in com.booksaw.betterTeams.commands.team
 
DescriptionCommand() - Constructor for class com.booksaw.betterTeams.commands.team.DescriptionCommand
 
DescriptionPlaceholderProvider - Class in com.booksaw.betterTeams.integrations.placeholder.provider
 
DescriptionPlaceholderProvider() - Constructor for class com.booksaw.betterTeams.integrations.placeholder.provider.DescriptionPlaceholderProvider
 
DescriptionTeama - Class in com.booksaw.betterTeams.commands.teama
 
DescriptionTeama() - Constructor for class com.booksaw.betterTeams.commands.teama.DescriptionTeama
 
deserializeIntoInventory(Inventory, String) - Static method in class com.booksaw.betterTeams.Utils
Deserializes inventory data from a YAML string and populates the provided inventory.
dev.ceymikey.exceptions - package dev.ceymikey.exceptions
 
dev.ceymikey.injection - package dev.ceymikey.injection
 
dev.ceymikey.json - package dev.ceymikey.json
 
DHHologramManager - Class in com.booksaw.betterTeams.integrations.hologram
 
DHHologramManager() - Constructor for class com.booksaw.betterTeams.integrations.hologram.DHHologramManager
 
disable() - Method in class com.booksaw.betterTeams.integrations.hologram.HologramManager
 
disable() - Static method in class com.booksaw.betterTeams.Team
Used to disable betterteams so the singleton is removed
disable() - Method in class com.booksaw.betterTeams.team.storage.storageManager.SQLStorageManager
 
disable() - Method in class com.booksaw.betterTeams.team.TeamManager
this can be overritten if any code needs to be run when onDisable is called
disband() - Method in class com.booksaw.betterTeams.Team
This command is used to disband a team, BE CAREFUL, this is irreversible
disband(Player) - Method in class com.booksaw.betterTeams.Team
This command is used to disband a team, BE CAREFUL, this is irreversible
DisbandCommand - Class in com.booksaw.betterTeams.commands.team
This class handles the /team disband command
DisbandCommand() - Constructor for class com.booksaw.betterTeams.commands.team.DisbandCommand
 
disbandEvent(PostDisbandTeamEvent) - Method in class com.booksaw.betterTeams.integrations.UltimateClaimsManager
 
disbandTeam(Team) - Method in class com.booksaw.betterTeams.team.TeamManager
Used to disband a team
DisbandTeama - Class in com.booksaw.betterTeams.commands.teama
 
DisbandTeama() - Constructor for class com.booksaw.betterTeams.commands.teama.DisbandTeama
 
DisbandTeamEvent - Class in com.booksaw.betterTeams.customEvents
 
DisbandTeamEvent(Team, Player) - Constructor for class com.booksaw.betterTeams.customEvents.DisbandTeamEvent
 
DiscordPayload - Class in dev.ceymikey.injection
 
displayBelowName(Player) - Method in class com.booksaw.betterTeams.events.MCTeamManagement
 
displayBelowNameForAll() - Method in class com.booksaw.betterTeams.events.MCTeamManagement
 
DISPLAYNAME - Enum constant in enum class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderOptionsEnum
 
DisplayNamePlaceholderProvider - Class in com.booksaw.betterTeams.integrations.placeholder.provider
 
DisplayNamePlaceholderProvider() - Constructor for class com.booksaw.betterTeams.integrations.placeholder.provider.DisplayNamePlaceholderProvider
 
div(Double) - Method in class com.booksaw.betterTeams.team.DoubleTeamComponent
 
div(Integer) - Method in class com.booksaw.betterTeams.team.IntTeamComponent
 
div(T) - Method in interface com.booksaw.betterTeams.team.VariableTeamComponent
Divide this variable by the given amount
DOUBLE - Enum constant in enum class com.booksaw.betterTeams.team.storage.team.TeamStorageType
 
DoubleTeamComponent - Class in com.booksaw.betterTeams.team
 
DoubleTeamComponent() - Constructor for class com.booksaw.betterTeams.team.DoubleTeamComponent
 
dumpItem(ItemStack) - Static method in class com.booksaw.betterTeams.Utils
Converts a single ItemStack into a YAML string representation.
dumpMessages() - Static method in class com.booksaw.betterTeams.message.MessageManager
Used to clear all messages from the cache
dumpMessageSender() - Static method in class com.booksaw.betterTeams.message.MessageManager
Used to clear the current MessageSender.

E

EchestCommand - Class in com.booksaw.betterTeams.commands.team
 
EchestCommand() - Constructor for class com.booksaw.betterTeams.commands.team.EchestCommand
 
EChestComponent - Class in com.booksaw.betterTeams.team
 
EChestComponent() - Constructor for class com.booksaw.betterTeams.team.EChestComponent
 
EChestComponent.EchestInventoryHolder - Class in com.booksaw.betterTeams.team
Inventory holder class given to all Echests controlled by the plugin
EchestInventoryHolder() - Constructor for class com.booksaw.betterTeams.team.EChestComponent.EchestInventoryHolder
 
EchestTeama - Class in com.booksaw.betterTeams.commands.teama
 
EchestTeama() - Constructor for class com.booksaw.betterTeams.commands.teama.EchestTeama
 
econ - Static variable in class com.booksaw.betterTeams.Main
 
EmbedBuilder - Class in dev.ceymikey.injection
This class is used to build the embed.
EmbedBuilder.Construct - Class in dev.ceymikey.injection
 
EmbedBuilder.Field - Class in dev.ceymikey.injection
 
EMPTY_STRING_ARRAY - Static variable in class com.booksaw.betterTeams.util.StringUtil
 
enable() - Static method in class com.booksaw.betterTeams.events.ChatManagement
 
enableClaims - Static variable in class com.booksaw.betterTeams.events.ChestManagement
 
escapeString(String) - Method in class dev.ceymikey.json.JsonElement
 
estimatePotentialContexts() - Method in class com.booksaw.betterTeams.integrations.LuckPermsManager
 
execute() - Method in class com.booksaw.betterTeams.database.api.TableBuilder
Execute the built command
execute(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.BooksawCommand
 
execute(Player) - Method in class com.booksaw.betterTeams.Warp
 
executeQuery(String, String...) - Method in class com.booksaw.betterTeams.database.api.Database
Used to execute an sql query
executeStatement(String, String...) - Method in class com.booksaw.betterTeams.database.api.Database
Used to execute an SQL statement
expireAfterAccess(Duration) - Method in class com.booksaw.betterTeams.util.Cache.Builder
Sets the expiration time after accessing an entry.
expireAfterWrite(Duration) - Method in class com.booksaw.betterTeams.util.Cache.Builder
Sets the expiration time after writing an entry.

F

FailedEndpointException - Exception in dev.ceymikey.exceptions
 
FailedEndpointException() - Constructor for exception dev.ceymikey.exceptions.FailedEndpointException
 
FALSE - Enum constant in enum class com.booksaw.betterTeams.events.MCTeamManagement.BelowNameType
 
Field(String, String) - Constructor for class dev.ceymikey.injection.EmbedBuilder.Field
 
filterNonNull(Collection<T>) - Static method in class com.booksaw.betterTeams.Utils
 
FLATFILE - Enum constant in enum class com.booksaw.betterTeams.team.storage.StorageType
FLATFILE is the storage method pre 4.0 where all team data is stored within a single file
FlatfileStorageManager - Class in com.booksaw.betterTeams.team.storage.storageManager
 
FlatfileStorageManager() - Constructor for class com.booksaw.betterTeams.team.storage.storageManager.FlatfileStorageManager
 
FlatfileTeamStorage - Class in com.booksaw.betterTeams.team.storage.team
 
FlatfileTeamStorage(Team, FlatfileStorageManager) - Constructor for class com.booksaw.betterTeams.team.storage.team.FlatfileTeamStorage
 
FlatFileToYaml - Class in com.booksaw.betterTeams.team.storage.convert
 
FlatFileToYaml() - Constructor for class com.booksaw.betterTeams.team.storage.convert.FlatFileToYaml
 
foliaLib - Variable in class com.booksaw.betterTeams.Main
FoliaLib instance for Folia/Paper/Spigot support
Formatter - Class in com.booksaw.betterTeams.text
 
fromString(String) - Method in class com.booksaw.betterTeams.team.LocationSetComponent
 
fromString(String) - Method in class com.booksaw.betterTeams.team.SetTeamComponent
Used to convert a string into the correct component for this type
fromString(String) - Method in class com.booksaw.betterTeams.team.TeamPlayerSetComponent
 
fromString(String) - Method in class com.booksaw.betterTeams.team.UuidSetComponent
 
fromString(String) - Method in class com.booksaw.betterTeams.team.WarpSetComponent
 
fullyCustom(CommandSender, String) - Method in class com.booksaw.betterTeams.commands.HelpCommand
Used to send a fully custom help message which is stored in a file

G

get() - Method in class com.booksaw.betterTeams.team.DoubleTeamComponent
 
get() - Method in class com.booksaw.betterTeams.team.EChestComponent
 
get() - Method in class com.booksaw.betterTeams.team.IntTeamComponent
 
get() - Method in class com.booksaw.betterTeams.team.MetaComponent
 
get() - Method in class com.booksaw.betterTeams.team.SetTeamComponent
 
get() - Method in interface com.booksaw.betterTeams.team.TeamComponent
 
get(String) - Method in class com.booksaw.betterTeams.team.meta.TeamMeta
Retrieves a metaData value by its key.
get(String) - Method in class com.booksaw.betterTeams.team.WarpSetComponent
 
get(K) - Method in class com.booksaw.betterTeams.util.Cache
Gets a value from the cache, loading it if necessary.
getAdventureDisplayName() - Method in class com.booksaw.betterTeams.Team
 
getAdventureDisplayName(boolean) - Method in class com.booksaw.betterTeams.Team
 
getAdventureTag() - Method in class com.booksaw.betterTeams.Team
 
getAdventureTag(boolean) - Method in class com.booksaw.betterTeams.Team
 
getAll() - Method in class com.booksaw.betterTeams.team.meta.TeamMeta
Returns an unmodifiable view of all metaData entries.
getAllies() - Method in class com.booksaw.betterTeams.customEvents.post.PostDisbandTeamEvent
 
getAllies() - Method in class com.booksaw.betterTeams.Team
the list of all UUIDS of teams that are allied with this team
getAllyChatSyntax(TeamPlayer) - Method in class com.booksaw.betterTeams.Team
 
getAllyList() - Method in class com.booksaw.betterTeams.team.storage.team.SQLTeamStorage
 
getAllyList() - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
getAllyList() - Method in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 
getAllyRequestList() - Method in class com.booksaw.betterTeams.team.storage.team.SQLTeamStorage
 
getAllyRequestList() - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
getAllyRequestList() - Method in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 
getAllyRequests() - Method in class com.booksaw.betterTeams.Team
 
getAmount() - Method in class com.booksaw.betterTeams.customEvents.post.PostTeamDepositEvent
 
getAmount() - Method in interface com.booksaw.betterTeams.customEvents.post.PostTeamMoneyEvent
 
getAmount() - Method in class com.booksaw.betterTeams.customEvents.post.PostTeamWithdrawEvent
 
getAmount() - Method in class com.booksaw.betterTeams.customEvents.TeamDepositEvent
 
getAmount() - Method in interface com.booksaw.betterTeams.customEvents.TeamMoneyEvent
 
getAmount() - Method in class com.booksaw.betterTeams.customEvents.TeamWithdrawEvent
 
getAnchoredPlayerList() - Method in class com.booksaw.betterTeams.team.storage.team.SQLTeamStorage
 
getAnchoredPlayerList() - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
getAnchoredPlayerList() - Method in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 
getAnchoredPlayers() - Method in class com.booksaw.betterTeams.Team
tracks and provides utility methods relating to anchored players of this team
getArgMessage(ParentCommand) - Method in class com.booksaw.betterTeams.commands.SubCommand
This method is used to load the help message from the file, or if there is not one, it will get the default message
getArguments() - Method in class com.booksaw.betterTeams.commands.HelpCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.ParentCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.SubCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.AllyChatCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.AllyCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.AnchorCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.BalCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.BaltopCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.BanCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.ChatCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.chest.ChestCheckCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.chest.ChestClaimCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.chest.ChestRemoveallCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.chest.ChestRemoveCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.ColorCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.CreateCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.DelHome
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.DelwarpCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.DemoteCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.DepositCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.DescriptionCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.DisbandCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.EchestCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.HomeCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.InfoCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.InviteCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.JoinCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.KickCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.LeaveCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.ListCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.NameCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.NeutralCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.OpenCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.PromoteCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.PvpCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.RankCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.RankupCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.SetAnchorCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.SethomeCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.SetOwnerCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.SetWarpCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.TagCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.TitleCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.TopCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.UnbanCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.WarpCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.WarpsCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.team.WithdrawCommand
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.AllyTeama
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.AnchorTeama
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.ChatSpyTeama
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestClaimTeama
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestDisableClaims
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestEnableClaims
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestRemoveallTeama
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestRemoveTeama
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.ColorTeama
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.CreateHoloTeama
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.CreateTeama
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.DelwarpTeama
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.DemoteTeama
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.DescriptionTeama
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.DisbandTeama
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.EchestTeama
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.HomeTeama
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.ImportmessagesTeama
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.InviteTeama
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.JoinTeama
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.LeaveTeama
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.meta.MetaGetTeama
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.meta.MetaRemoveTeama
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.meta.MetaSetTeama
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.money.AddMoney
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.money.RemoveMoney
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.money.SetMoney
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.NameTeama
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.NeutralTeama
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.OpenTeama
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.PromoteTeama
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.PurgeTeama
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.ReloadTeama
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.RemoveHoloTeama
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.score.AddScore
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.score.RemoveScore
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.score.SetScore
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.SetAnchorTeama
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.SetOwnerTeama
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.SetrankTeama
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.SetwarpTeama
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.TagTeama
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.TeleportTeama
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.TitleTeama
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.VersionTeama
 
getArguments() - Method in class com.booksaw.betterTeams.commands.teama.WarpTeama
 
getAuthor() - Method in class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholders
 
getBalance() - Method in class com.booksaw.betterTeams.Team
 
getBanList() - Method in class com.booksaw.betterTeams.team.storage.team.SQLTeamStorage
 
getBanList() - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
getBanList() - Method in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 
getBoolean(StoredTeamValue) - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
getBoolean(String) - Method in class com.booksaw.betterTeams.team.storage.team.SQLTeamStorage
 
getBoolean(String) - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
getBoolean(String) - Method in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 
getClaimCount() - Method in class com.booksaw.betterTeams.Team
 
getClaimedChests() - Method in class com.booksaw.betterTeams.team.storage.team.SQLTeamStorage
 
getClaimedChests() - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
getClaimedChests() - Method in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 
getClaimingLocation(Block) - Static method in class com.booksaw.betterTeams.Team
 
getClaimingLocation(Block) - Method in class com.booksaw.betterTeams.team.TeamManager
Used to get the claiming location, will check both parts of a double chest, it is assumed that the provided block is known to be a chest
getClaimingTeam(Block) - Static method in class com.booksaw.betterTeams.Team
 
getClaimingTeam(Block) - Method in class com.booksaw.betterTeams.team.TeamManager
Used to get the claiming team of a chest, will check both parts of a double chest, it is assumed that the provided block is known to be a chest
getClaimingTeam(Location) - Static method in class com.booksaw.betterTeams.Team
 
getClaimingTeam(Location) - Method in class com.booksaw.betterTeams.team.storage.storageManager.FlatfileStorageManager
 
getClaimingTeam(Location) - Method in class com.booksaw.betterTeams.team.TeamManager
Used to get the team which has claimed the provided chest, will return null if that location is not claimed
getClaimingTeamUUID(Location) - Method in class com.booksaw.betterTeams.team.storage.storageManager.FlatfileStorageManager
 
getClaimingTeamUUID(Location) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SeparatedYamlStorageManager
 
getClaimingTeamUUID(Location) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SQLStorageManager
 
getClaimingTeamUUID(Location) - Method in class com.booksaw.betterTeams.team.TeamManager
Used to get the UUID of the team which has claimed the provided chest, will return null if that location is not claimed
getClone() - Method in class com.booksaw.betterTeams.team.SetTeamComponent
Used to get a clone of the stored list, this can be used to avoid concurrent modification
getCloseColor() - Method in class com.booksaw.betterTeams.Team
 
getColor() - Method in class com.booksaw.betterTeams.Team
The color of the team
getColor() - Method in class dev.ceymikey.injection.EmbedBuilder
 
getCommand() - Method in class com.booksaw.betterTeams.commands.HelpCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.ParentCommand
Used to store what the parent command reference is
getCommand() - Method in class com.booksaw.betterTeams.commands.SubCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.AllyChatCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.AllyCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.AnchorCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.BalCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.BaltopCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.BanCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.ChatCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.chest.ChestCheckCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.chest.ChestClaimCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.chest.ChestRemoveallCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.chest.ChestRemoveCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.ColorCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.CreateCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.DelHome
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.DelwarpCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.DemoteCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.DepositCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.DescriptionCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.DisbandCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.EchestCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.HomeCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.InfoCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.InviteCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.JoinCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.KickCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.LeaveCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.ListCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.NameCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.NeutralCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.OpenCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.PromoteCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.PvpCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.RankCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.RankupCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.SetAnchorCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.SethomeCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.SetOwnerCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.SetWarpCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.TagCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.TitleCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.TopCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.UnbanCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.WarpCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.WarpsCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.team.WithdrawCommand
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.AllyTeama
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.AnchorTeama
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.ChatSpyTeama
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestClaimTeama
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestDisableClaims
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestEnableClaims
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestRemoveallTeama
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestRemoveTeama
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.ColorTeama
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.CreateHoloTeama
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.CreateTeama
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.DelwarpTeama
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.DemoteTeama
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.DescriptionTeama
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.DisbandTeama
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.EchestTeama
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.HomeTeama
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.ImportmessagesTeama
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.InviteTeama
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.JoinTeama
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.LeaveTeama
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.meta.MetaGetTeama
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.meta.MetaRemoveTeama
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.meta.MetaSetTeama
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.money.AddMoney
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.money.RemoveMoney
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.money.SetMoney
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.NameTeama
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.NeutralTeama
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.OpenTeama
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.PromoteTeama
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.PurgeTeama
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.ReloadTeama
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.RemoveHoloTeama
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.score.AddScore
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.score.RemoveScore
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.score.SetScore
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.SetAnchorTeama
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.SetOwnerTeama
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.SetrankTeama
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.SetwarpTeama
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.TagTeama
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.TeleportTeama
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.TitleTeama
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.VersionTeama
 
getCommand() - Method in class com.booksaw.betterTeams.commands.teama.WarpTeama
 
getCommand() - Method in class com.booksaw.betterTeams.cooldown.CommandCooldown
 
getCommand() - Method in class com.booksaw.betterTeams.cost.CommandCost
 
getCommandAndArgMessage(ParentCommand) - Method in class com.booksaw.betterTeams.commands.SubCommand
 
getCommandCost(String) - Method in class com.booksaw.betterTeams.cost.CostManager
 
getCommandSender() - Method in class com.booksaw.betterTeams.customEvents.LevelupTeamEvent
 
getCommandSender() - Method in class com.booksaw.betterTeams.customEvents.post.PostLevelupTeamEvent
 
getConfig() - Method in class com.booksaw.betterTeams.ConfigManager
 
getConfig() - Method in class com.booksaw.betterTeams.Main
 
getConfig() - Method in class com.booksaw.betterTeams.team.storage.team.FlatfileTeamStorage
 
getConfig() - Method in class com.booksaw.betterTeams.team.storage.team.SeparatedYamlTeamStorage
 
getConfig() - Method in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 
getConvertedList() - Method in class com.booksaw.betterTeams.team.SetTeamComponent
 
getConverter(StorageType, StorageType) - Static method in class com.booksaw.betterTeams.team.storage.convert.Converter
 
getCooldown() - Method in class com.booksaw.betterTeams.cooldown.CommandCooldown
 
getCooldown(String) - Method in class com.booksaw.betterTeams.cooldown.CooldownManager
 
getCost() - Method in class com.booksaw.betterTeams.cost.CommandCost
 
getCost() - Method in class com.booksaw.betterTeams.customEvents.LevelupTeamEvent
 
getCost() - Method in class com.booksaw.betterTeams.customEvents.post.PostLevelupTeamEvent
 
getCr() - Method in class com.booksaw.betterTeams.commands.presets.TeamSubCommand.TeamPlayerResult
 
getCurrentLevel() - Method in class com.booksaw.betterTeams.customEvents.LevelupTeamEvent
 
getCurrentLevel() - Method in class com.booksaw.betterTeams.customEvents.post.PostLevelupTeamEvent
 
getCurrentRank() - Method in class com.booksaw.betterTeams.customEvents.RankChangePlayerEvent
 
getDamagerTeam() - Method in class com.booksaw.betterTeams.customEvents.TeamDisallowedPvPEvent
 
getDatabase() - Method in class com.booksaw.betterTeams.team.storage.storageManager.SQLStorageManager
 
getDecimalPlaceFormattingString() - Static method in class com.booksaw.betterTeams.util.MoneyUtils
 
getDefaultMessages() - Static method in class com.booksaw.betterTeams.message.MessageManager
 
getDefaultMessagesConfigManager() - Static method in class com.booksaw.betterTeams.message.MessageManager
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.presets.TeamSubCommand
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.team.AllyChatCommand
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.team.AllyCommand
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.team.AnchorCommand
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.team.BalCommand
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.team.BanCommand
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.team.ChatCommand
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.team.chest.ChestClaimCommand
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.team.chest.ChestRemoveallCommand
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.team.chest.ChestRemoveCommand
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.team.ColorCommand
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.team.DelHome
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.team.DelwarpCommand
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.team.DemoteCommand
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.team.DepositCommand
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.team.DescriptionCommand
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.team.DisbandCommand
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.team.EchestCommand
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.team.HomeCommand
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.team.InviteCommand
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.team.KickCommand
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.team.LeaveCommand
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.team.NameCommand
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.team.NeutralCommand
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.team.OpenCommand
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.team.PromoteCommand
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.team.PvpCommand
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.team.RankupCommand
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.team.SetAnchorCommand
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.team.SethomeCommand
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.team.SetOwnerCommand
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.team.SetWarpCommand
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.team.TagCommand
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.team.TitleCommand
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.team.UnbanCommand
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.team.WarpCommand
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.team.WarpsCommand
 
getDefaultRank() - Method in class com.booksaw.betterTeams.commands.team.WithdrawCommand
 
getDescription() - Method in class com.booksaw.betterTeams.Team
The description of a team, used in /team info
getDescription() - Method in class dev.ceymikey.injection.EmbedBuilder
 
getDisplayName() - Method in class com.booksaw.betterTeams.Team
 
getDisplayName(boolean) - Method in class com.booksaw.betterTeams.Team
 
getDisplayName(ChatColor) - Method in class com.booksaw.betterTeams.Team
 
getDisplayName(ChatColor, boolean) - Method in class com.booksaw.betterTeams.Team
Used to get the current name of the team
getDouble(StoredTeamValue) - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
getDouble(String) - Method in class com.booksaw.betterTeams.team.storage.team.SQLTeamStorage
 
getDouble(String) - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
getDouble(String) - Method in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 
getEchest() - Method in class com.booksaw.betterTeams.Team
 
getEchestComponent() - Method in class com.booksaw.betterTeams.Team
 
getEchestContents(Inventory) - Method in class com.booksaw.betterTeams.team.storage.team.SQLTeamStorage
 
getEchestContents(Inventory) - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
getEchestContents(Inventory) - Method in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 
getEchestContents(Inventory, YamlConfiguration) - Method in class com.booksaw.betterTeams.team.storage.convert.YamlToSql
 
getEncrypPassword() - Method in class com.booksaw.betterTeams.Warp
 
getEnumValue(String) - Static method in enum class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderOptionsEnum
 
getFields() - Method in class dev.ceymikey.injection.EmbedBuilder
 
getFile() - Static method in class com.booksaw.betterTeams.message.MessageManager
 
getFilePath() - Method in class com.booksaw.betterTeams.ConfigManager
 
getFoliaLib() - Method in class com.booksaw.betterTeams.Main
FoliaLib instance for Folia/Paper/Spigot support
getFooterText() - Method in class dev.ceymikey.injection.EmbedBuilder
 
getFormat() - Method in class com.booksaw.betterTeams.customEvents.TeamSendMessageEvent
The format which will be used to format the message.
getFormattedDouble(double) - Static method in class com.booksaw.betterTeams.util.MoneyUtils
Get a formatted double using the default formatting in the config
getFormattedDouble(double, String, boolean) - Static method in class com.booksaw.betterTeams.util.MoneyUtils
Get a formatted string from a monetary amount
getFormattedMessage() - Method in class com.booksaw.betterTeams.customEvents.post.PostTeamSendMessageEvent
 
getFormattedMessage() - Method in class com.booksaw.betterTeams.customEvents.TeamSendMessageEvent
Using TeamSendMessageEvent.getFormat() and TeamSendMessageEvent.getRawMessage(), this method will format the raw message and return the formatted message using the current format.
getFormattedSenderName() - Method in class com.booksaw.betterTeams.customEvents.TeamSendMessageEvent
 
getFormattedShortDouble(double) - Static method in class com.booksaw.betterTeams.util.MoneyUtils
Get the short formatted version of the amount, i.e. 10.0K
getHandlerList() - Static method in class com.booksaw.betterTeams.customEvents.BelowNameChangeEvent
 
getHandlerList() - Static method in class com.booksaw.betterTeams.customEvents.CreateTeamEvent
 
getHandlerList() - Static method in class com.booksaw.betterTeams.customEvents.DemotePlayerEvent
 
getHandlerList() - Static method in class com.booksaw.betterTeams.customEvents.DisbandTeamEvent
 
getHandlerList() - Static method in class com.booksaw.betterTeams.customEvents.LevelupTeamEvent
 
getHandlerList() - Static method in class com.booksaw.betterTeams.customEvents.PlayerHomeAnchorEvent
 
getHandlerList() - Static method in class com.booksaw.betterTeams.customEvents.PlayerJoinTeamEvent
 
getHandlerList() - Static method in class com.booksaw.betterTeams.customEvents.PlayerLeaveTeamEvent
 
getHandlerList() - Static method in class com.booksaw.betterTeams.customEvents.post.PostCreateTeamEvent
 
getHandlerList() - Static method in class com.booksaw.betterTeams.customEvents.post.PostDemotePlayerEvent
 
getHandlerList() - Static method in class com.booksaw.betterTeams.customEvents.post.PostDisbandTeamEvent
 
getHandlerList() - Static method in class com.booksaw.betterTeams.customEvents.post.PostLevelupTeamEvent
 
getHandlerList() - Static method in class com.booksaw.betterTeams.customEvents.post.PostPlayerJoinTeamEvent
 
getHandlerList() - Static method in class com.booksaw.betterTeams.customEvents.post.PostPlayerLeaveTeamEvent
 
getHandlerList() - Static method in class com.booksaw.betterTeams.customEvents.post.PostPromotePlayerEvent
 
getHandlerList() - Static method in class com.booksaw.betterTeams.customEvents.post.PostPurgeEvent
 
getHandlerList() - Static method in class com.booksaw.betterTeams.customEvents.post.PostRelationChangeTeamEvent
 
getHandlerList() - Static method in class com.booksaw.betterTeams.customEvents.post.PostTeamColorChangeEvent
 
getHandlerList() - Static method in class com.booksaw.betterTeams.customEvents.post.PostTeamDepositEvent
 
getHandlerList() - Static method in class com.booksaw.betterTeams.customEvents.post.PostTeamNameChangeEvent
 
getHandlerList() - Static method in class com.booksaw.betterTeams.customEvents.post.PostTeamSendMessageEvent
 
getHandlerList() - Static method in class com.booksaw.betterTeams.customEvents.post.PostTeamTagChangeEvent
 
getHandlerList() - Static method in class com.booksaw.betterTeams.customEvents.post.PostTeamWithdrawEvent
 
getHandlerList() - Static method in class com.booksaw.betterTeams.customEvents.PromotePlayerEvent
 
getHandlerList() - Static method in class com.booksaw.betterTeams.customEvents.PurgeEvent
 
getHandlerList() - Static method in class com.booksaw.betterTeams.customEvents.RelationChangeTeamEvent
 
getHandlerList() - Static method in class com.booksaw.betterTeams.customEvents.TeamColorChangeEvent
 
getHandlerList() - Static method in class com.booksaw.betterTeams.customEvents.TeamDepositEvent
 
getHandlerList() - Static method in class com.booksaw.betterTeams.customEvents.TeamDisallowedPvPEvent
 
getHandlerList() - Static method in class com.booksaw.betterTeams.customEvents.TeamNameChangeEvent
 
getHandlerList() - Static method in class com.booksaw.betterTeams.customEvents.TeamSendMessageEvent
 
getHandlerList() - Static method in class com.booksaw.betterTeams.customEvents.TeamTagChangeEvent
 
getHandlerList() - Static method in class com.booksaw.betterTeams.customEvents.TeamWithdrawEvent
 
getHandlers() - Method in class com.booksaw.betterTeams.customEvents.BelowNameChangeEvent
 
getHandlers() - Method in class com.booksaw.betterTeams.customEvents.CreateTeamEvent
 
getHandlers() - Method in class com.booksaw.betterTeams.customEvents.DemotePlayerEvent
 
getHandlers() - Method in class com.booksaw.betterTeams.customEvents.DisbandTeamEvent
 
getHandlers() - Method in class com.booksaw.betterTeams.customEvents.LevelupTeamEvent
 
getHandlers() - Method in class com.booksaw.betterTeams.customEvents.PlayerHomeAnchorEvent
 
getHandlers() - Method in class com.booksaw.betterTeams.customEvents.PlayerJoinTeamEvent
 
getHandlers() - Method in class com.booksaw.betterTeams.customEvents.PlayerLeaveTeamEvent
 
getHandlers() - Method in class com.booksaw.betterTeams.customEvents.post.PostCreateTeamEvent
 
getHandlers() - Method in class com.booksaw.betterTeams.customEvents.post.PostDemotePlayerEvent
 
getHandlers() - Method in class com.booksaw.betterTeams.customEvents.post.PostDisbandTeamEvent
 
getHandlers() - Method in class com.booksaw.betterTeams.customEvents.post.PostLevelupTeamEvent
 
getHandlers() - Method in class com.booksaw.betterTeams.customEvents.post.PostPlayerJoinTeamEvent
 
getHandlers() - Method in class com.booksaw.betterTeams.customEvents.post.PostPlayerLeaveTeamEvent
 
getHandlers() - Method in class com.booksaw.betterTeams.customEvents.post.PostPromotePlayerEvent
 
getHandlers() - Method in class com.booksaw.betterTeams.customEvents.post.PostPurgeEvent
 
getHandlers() - Method in class com.booksaw.betterTeams.customEvents.post.PostRelationChangeTeamEvent
 
getHandlers() - Method in class com.booksaw.betterTeams.customEvents.post.PostTeamColorChangeEvent
 
getHandlers() - Method in class com.booksaw.betterTeams.customEvents.post.PostTeamDepositEvent
 
getHandlers() - Method in class com.booksaw.betterTeams.customEvents.post.PostTeamNameChangeEvent
 
getHandlers() - Method in class com.booksaw.betterTeams.customEvents.post.PostTeamSendMessageEvent
 
getHandlers() - Method in class com.booksaw.betterTeams.customEvents.post.PostTeamTagChangeEvent
 
getHandlers() - Method in class com.booksaw.betterTeams.customEvents.post.PostTeamWithdrawEvent
 
getHandlers() - Method in class com.booksaw.betterTeams.customEvents.PromotePlayerEvent
 
getHandlers() - Method in class com.booksaw.betterTeams.customEvents.PurgeEvent
 
getHandlers() - Method in class com.booksaw.betterTeams.customEvents.RelationChangeTeamEvent
 
getHandlers() - Method in class com.booksaw.betterTeams.customEvents.TeamColorChangeEvent
 
getHandlers() - Method in class com.booksaw.betterTeams.customEvents.TeamDepositEvent
 
getHandlers() - Method in class com.booksaw.betterTeams.customEvents.TeamDisallowedPvPEvent
 
getHandlers() - Method in class com.booksaw.betterTeams.customEvents.TeamNameChangeEvent
 
getHandlers() - Method in class com.booksaw.betterTeams.customEvents.TeamSendMessageEvent
 
getHandlers() - Method in class com.booksaw.betterTeams.customEvents.TeamTagChangeEvent
 
getHandlers() - Method in class com.booksaw.betterTeams.customEvents.TeamWithdrawEvent
 
getHelp() - Method in class com.booksaw.betterTeams.commands.HelpCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.ParentCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.SubCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.AllyChatCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.AllyCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.AnchorCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.BalCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.BaltopCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.BanCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.ChatCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.chest.ChestCheckCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.chest.ChestClaimCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.chest.ChestRemoveallCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.chest.ChestRemoveCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.ColorCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.CreateCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.DelHome
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.DelwarpCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.DemoteCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.DepositCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.DescriptionCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.DisbandCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.EchestCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.HomeCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.InfoCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.InviteCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.JoinCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.KickCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.LeaveCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.ListCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.NameCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.NeutralCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.OpenCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.PromoteCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.PvpCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.RankCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.RankupCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.SetAnchorCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.SethomeCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.SetOwnerCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.SetWarpCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.TagCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.TitleCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.TopCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.UnbanCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.WarpCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.WarpsCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.team.WithdrawCommand
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.AllyTeama
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.AnchorTeama
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.ChatSpyTeama
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestClaimTeama
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestDisableClaims
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestEnableClaims
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestRemoveallTeama
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestRemoveTeama
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.ColorTeama
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.CreateHoloTeama
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.CreateTeama
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.DelwarpTeama
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.DemoteTeama
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.DescriptionTeama
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.DisbandTeama
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.EchestTeama
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.HomeTeama
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.ImportmessagesTeama
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.InviteTeama
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.JoinTeama
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.LeaveTeama
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.meta.MetaGetTeama
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.meta.MetaRemoveTeama
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.meta.MetaSetTeama
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.money.AddMoney
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.money.RemoveMoney
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.money.SetMoney
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.NameTeama
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.NeutralTeama
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.OpenTeama
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.PromoteTeama
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.PurgeTeama
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.ReloadTeama
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.RemoveHoloTeama
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.score.AddScore
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.score.RemoveScore
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.score.SetScore
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.SetAnchorTeama
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.SetOwnerTeama
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.SetrankTeama
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.SetwarpTeama
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.TagTeama
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.TeleportTeama
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.TitleTeama
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.VersionTeama
 
getHelp() - Method in class com.booksaw.betterTeams.commands.teama.WarpTeama
 
getHelpMessage(ParentCommand) - Method in class com.booksaw.betterTeams.commands.SubCommand
This method is used to load the help message from the file, or if there is not one, it will get the default message
getHoloDetails() - Method in class com.booksaw.betterTeams.team.storage.storageManager.SQLStorageManager
 
getHoloDetails() - Method in class com.booksaw.betterTeams.team.storage.storageManager.YamlStorageManager
 
getHoloDetails() - Method in class com.booksaw.betterTeams.team.TeamManager
 
getID() - Method in class com.booksaw.betterTeams.Team
 
getIdentifier() - Method in class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholders
 
getInfoMessages(Team) - Static method in class com.booksaw.betterTeams.commands.team.InfoCommand
 
getInt(StoredTeamValue) - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
getInt(String) - Method in class com.booksaw.betterTeams.team.storage.team.SQLTeamStorage
 
getInt(String) - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
getInt(String) - Method in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 
getInventory() - Method in class com.booksaw.betterTeams.team.EChestComponent.EchestInventoryHolder
 
getInvitedPlayers() - Method in class com.booksaw.betterTeams.Team
This is a list of invited players to this team since the last restart of the server
getLanguage() - Static method in class com.booksaw.betterTeams.message.MessageManager
 
getLevel() - Method in class com.booksaw.betterTeams.Team
 
getLoadedTeamListClone() - Method in class com.booksaw.betterTeams.team.TeamManager
Used to get an clone of the loaded team list.
getLocation() - Method in class com.booksaw.betterTeams.customEvents.PlayerHomeAnchorEvent
 
getLocation() - Method in interface com.booksaw.betterTeams.integrations.hologram.HologramManager.LocalHologram
Returns the location of the hologram.
getLocation() - Method in class com.booksaw.betterTeams.Warp
 
getLocation(String) - Static method in class com.booksaw.betterTeams.integrations.hologram.HologramManager
 
getLocation(String) - Static method in class com.booksaw.betterTeams.team.LocationSetComponent
This method is used to convert a string into a location which can be stored for later use
getLocation(Chest) - Static method in class com.booksaw.betterTeams.events.ChestManagement
 
getMaxAdmins() - Method in class com.booksaw.betterTeams.Team
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.HelpCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.ParentCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.presets.MoneySubCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.presets.ScoreSubCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.SubCommand
return -1 if there is no cap
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.AllyChatCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.AllyCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.AnchorCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.BalCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.BaltopCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.BanCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.ChatCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.chest.ChestCheckCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.chest.ChestClaimCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.chest.ChestRemoveallCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.chest.ChestRemoveCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.ColorCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.CreateCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.DelHome
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.DelwarpCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.DemoteCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.DepositCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.DescriptionCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.DisbandCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.EchestCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.HomeCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.InfoCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.InviteCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.JoinCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.KickCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.LeaveCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.ListCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.NameCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.NeutralCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.OpenCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.PromoteCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.PvpCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.RankCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.RankupCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.SetAnchorCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.SethomeCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.SetOwnerCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.SetWarpCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.TagCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.TitleCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.TopCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.UnbanCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.WarpCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.WarpsCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.team.WithdrawCommand
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.AllyTeama
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.AnchorTeama
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.ChatSpyTeama
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestClaimTeama
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestDisableClaims
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestEnableClaims
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestRemoveallTeama
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestRemoveTeama
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.ColorTeama
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.CreateHoloTeama
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.CreateTeama
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.DelwarpTeama
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.DemoteTeama
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.DescriptionTeama
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.DisbandTeama
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.EchestTeama
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.HomeTeama
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.ImportmessagesTeama
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.InviteTeama
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.JoinTeama
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.LeaveTeama
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.meta.MetaGetTeama
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.meta.MetaRemoveTeama
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.meta.MetaSetTeama
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.NameTeama
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.NeutralTeama
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.OpenTeama
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.PromoteTeama
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.PurgeTeama
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.ReloadTeama
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.RemoveHoloTeama
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.SetAnchorTeama
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.SetOwnerTeama
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.SetrankTeama
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.SetwarpTeama
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.TagTeama
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.TeleportTeama
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.TitleTeama
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.VersionTeama
 
getMaximumArguments() - Method in class com.booksaw.betterTeams.commands.teama.WarpTeama
 
getMaxMoney() - Method in class com.booksaw.betterTeams.Team
 
getMaxOwners() - Method in class com.booksaw.betterTeams.Team
 
getMaxWarps() - Method in class com.booksaw.betterTeams.Team
 
getMembers() - Method in class com.booksaw.betterTeams.Team
tracks and provides utility methods relating to the members of this team
getMessage() - Method in interface com.booksaw.betterTeams.message.ComponentHolderMessage
 
getMessage() - Method in class com.booksaw.betterTeams.message.StaticComponentHolderMessage
 
getMessage(String) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
getMessage(String, Object...) - Static method in class com.booksaw.betterTeams.message.MessageManager
This is used to get the message from the provided location in the Configuration file, this does not add a prefix to the message
getMessage(OfflinePlayer, String, Object...) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
getMessages() - Method in class com.booksaw.betterTeams.message.CompositeMessage
 
getMessages() - Static method in class com.booksaw.betterTeams.message.MessageManager
Used to store all loaded messages
getMeta() - Method in class com.booksaw.betterTeams.Team
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.HelpCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.ParentCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.presets.MoneySubCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.presets.ScoreSubCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.SubCommand
Used to get the minimum number of arguments which need to be parsed into this command
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.AllyChatCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.AllyCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.AnchorCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.BalCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.BaltopCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.BanCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.ChatCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.chest.ChestCheckCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.chest.ChestClaimCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.chest.ChestRemoveallCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.chest.ChestRemoveCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.ColorCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.CreateCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.DelHome
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.DelwarpCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.DemoteCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.DepositCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.DescriptionCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.DisbandCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.EchestCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.HomeCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.InfoCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.InviteCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.JoinCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.KickCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.LeaveCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.ListCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.NameCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.NeutralCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.OpenCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.PromoteCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.PvpCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.RankCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.RankupCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.SetAnchorCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.SethomeCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.SetOwnerCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.SetWarpCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.TagCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.TitleCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.TopCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.UnbanCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.WarpCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.WarpsCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.team.WithdrawCommand
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.AllyTeama
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.AnchorTeama
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.ChatSpyTeama
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestClaimTeama
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestDisableClaims
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestEnableClaims
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestRemoveallTeama
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestRemoveTeama
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.ColorTeama
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.CreateHoloTeama
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.CreateTeama
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.DelwarpTeama
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.DemoteTeama
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.DescriptionTeama
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.DisbandTeama
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.EchestTeama
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.HomeTeama
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.ImportmessagesTeama
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.InviteTeama
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.JoinTeama
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.LeaveTeama
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.meta.MetaGetTeama
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.meta.MetaRemoveTeama
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.meta.MetaSetTeama
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.NameTeama
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.NeutralTeama
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.OpenTeama
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.PromoteTeama
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.PurgeTeama
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.ReloadTeama
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.RemoveHoloTeama
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.SetAnchorTeama
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.SetOwnerTeama
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.SetrankTeama
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.SetwarpTeama
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.TagTeama
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.TeleportTeama
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.TitleTeama
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.VersionTeama
 
getMinimumArguments() - Method in class com.booksaw.betterTeams.commands.teama.WarpTeama
 
getMoney() - Method in class com.booksaw.betterTeams.Team
 
getMoneyComponent() - Method in class com.booksaw.betterTeams.Team
 
getMoneyShortFormatted() - Method in class com.booksaw.betterTeams.team.MoneyComponent
 
getMyTeam(CommandSender) - Method in class com.booksaw.betterTeams.commands.presets.TeamSubCommand
 
getName() - Method in enum class com.booksaw.betterTeams.RelationType
 
getName() - Method in class com.booksaw.betterTeams.Team
The name of the team, this can be changed after the creation of a teams, so do not store references to it
getName() - Method in class com.booksaw.betterTeams.Warp
 
getNearestHologram(Location) - Method in class com.booksaw.betterTeams.integrations.hologram.HologramManager
 
getNewLevel() - Method in class com.booksaw.betterTeams.customEvents.LevelupTeamEvent
 
getNewLevel() - Method in class com.booksaw.betterTeams.customEvents.post.PostLevelupTeamEvent
 
getNewRank() - Method in class com.booksaw.betterTeams.customEvents.RankChangePlayerEvent
 
getNewRelation() - Method in class com.booksaw.betterTeams.customEvents.post.PostRelationChangeTeamEvent
 
getNewRelation() - Method in class com.booksaw.betterTeams.customEvents.RelationChangeTeamEvent
 
getNewTag() - Method in class com.booksaw.betterTeams.customEvents.post.PostTeamTagChangeEvent
 
getNewTeamColor() - Method in class com.booksaw.betterTeams.customEvents.post.PostTeamColorChangeEvent
 
getNewTeamColor() - Method in class com.booksaw.betterTeams.customEvents.TeamColorChangeEvent
 
getNewTeamManager() - Method in enum class com.booksaw.betterTeams.team.storage.StorageType
 
getNewTeamName() - Method in class com.booksaw.betterTeams.customEvents.post.PostTeamNameChangeEvent
 
getNewTeamName() - Method in class com.booksaw.betterTeams.customEvents.TeamNameChangeEvent
 
getNewTeamTag() - Method in class com.booksaw.betterTeams.customEvents.TeamTagChangeEvent
 
getNode() - Method in class com.booksaw.betterTeams.commands.HelpCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.ParentCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.SubCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.AllyChatCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.AllyCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.AnchorCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.BalCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.BaltopCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.BanCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.ChatCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.chest.ChestCheckCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.chest.ChestClaimCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.chest.ChestRemoveallCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.chest.ChestRemoveCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.ColorCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.CreateCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.DelHome
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.DelwarpCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.DemoteCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.DepositCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.DescriptionCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.DisbandCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.EchestCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.HomeCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.InfoCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.InviteCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.JoinCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.KickCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.LeaveCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.ListCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.NameCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.NeutralCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.OpenCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.PromoteCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.PvpCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.RankCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.RankupCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.SetAnchorCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.SethomeCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.SetOwnerCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.SetWarpCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.TagCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.TitleCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.TopCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.UnbanCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.WarpCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.WarpsCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.team.WithdrawCommand
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.AllyTeama
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.AnchorTeama
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.ChatSpyTeama
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestClaimTeama
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestDisableClaims
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestEnableClaims
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestRemoveallTeama
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestRemoveTeama
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.ColorTeama
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.CreateHoloTeama
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.CreateTeama
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.DelwarpTeama
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.DemoteTeama
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.DescriptionTeama
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.DisbandTeama
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.EchestTeama
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.HomeTeama
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.ImportmessagesTeama
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.InviteTeama
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.JoinTeama
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.LeaveTeama
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.meta.MetaGetTeama
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.meta.MetaRemoveTeama
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.meta.MetaSetTeama
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.money.AddMoney
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.money.RemoveMoney
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.money.SetMoney
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.NameTeama
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.NeutralTeama
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.OpenTeama
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.PromoteTeama
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.PurgeTeama
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.ReloadTeama
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.RemoveHoloTeama
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.score.AddScore
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.score.RemoveScore
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.score.SetScore
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.SetAnchorTeama
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.SetOwnerTeama
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.SetrankTeama
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.SetwarpTeama
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.TagTeama
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.TeleportTeama
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.TitleTeama
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.VersionTeama
 
getNode() - Method in class com.booksaw.betterTeams.commands.teama.WarpTeama
 
getOfflinePlayer(String) - Static method in class com.booksaw.betterTeams.Utils
Used to get an offline player, unlike the inbuilt method this will return null if the player is invalid.
getOfflinePlayers() - Method in class com.booksaw.betterTeams.team.TeamPlayerSetComponent
 
getOfflinePlayersString() - Method in class com.booksaw.betterTeams.team.TeamPlayerSetComponent
 
getOldTag() - Method in class com.booksaw.betterTeams.customEvents.post.PostTeamTagChangeEvent
 
getOldTeamColor() - Method in class com.booksaw.betterTeams.customEvents.post.PostTeamColorChangeEvent
 
getOldTeamName() - Method in class com.booksaw.betterTeams.customEvents.post.PostTeamNameChangeEvent
 
getOldTeamName() - Method in class com.booksaw.betterTeams.customEvents.TeamNameChangeEvent
 
getOnlineMembers() - Method in class com.booksaw.betterTeams.Team
Used to get a list of all the online players that are on this team
getOnlinePlayer() - Method in class com.booksaw.betterTeams.TeamPlayer
 
getOnlinePlayers() - Method in class com.booksaw.betterTeams.team.TeamPlayerSetComponent
 
getOnlinePlayersString() - Method in class com.booksaw.betterTeams.team.TeamPlayerSetComponent
 
getOnlineTeamPlayers() - Method in class com.booksaw.betterTeams.team.TeamPlayerSetComponent
 
getOpenColor() - Method in class com.booksaw.betterTeams.Team
 
getOriginalTag() - Method in class com.booksaw.betterTeams.Team
 
getOtherSide(Block) - Static method in class com.booksaw.betterTeams.events.ChestManagement
Used to get the other side of a DoubleChest
getOtherTeam() - Method in class com.booksaw.betterTeams.customEvents.post.PostRelationChangeTeamEvent
 
getOtherTeam() - Method in class com.booksaw.betterTeams.customEvents.RelationChangeTeamEvent
 
getParentEvent() - Method in class com.booksaw.betterTeams.customEvents.PlayerHomeAnchorEvent
 
getPlaceholder(String, Team, TeamPlayer) - Static method in class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderService
 
getPlaceholder(String, Team, TeamPlayer, String) - Static method in class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderService
 
getPlaceholderForTeam(Team, Function<TeamManager, String[]>) - Method in interface com.booksaw.betterTeams.integrations.placeholder.IndividualTeamPlaceholderProvider
 
getPlaceholderForTeam(Team) - Method in interface com.booksaw.betterTeams.integrations.placeholder.IndividualTeamPlaceholderProvider
 
getPlaceholderForTeam(Team) - Method in class com.booksaw.betterTeams.integrations.placeholder.provider.AdminsPlaceholderProvider
 
getPlaceholderForTeam(Team) - Method in class com.booksaw.betterTeams.integrations.placeholder.provider.ColorPlaceholderProvider
 
getPlaceholderForTeam(Team) - Method in class com.booksaw.betterTeams.integrations.placeholder.provider.DefaultMembersPlaceholderProvider
 
getPlaceholderForTeam(Team) - Method in class com.booksaw.betterTeams.integrations.placeholder.provider.DescriptionPlaceholderProvider
 
getPlaceholderForTeam(Team) - Method in class com.booksaw.betterTeams.integrations.placeholder.provider.DisplayNamePlaceholderProvider
 
getPlaceholderForTeam(Team) - Method in class com.booksaw.betterTeams.integrations.placeholder.provider.HasHomePlaceholderProvider
 
getPlaceholderForTeam(Team) - Method in class com.booksaw.betterTeams.integrations.placeholder.provider.LevelPlaceholderProvider
 
getPlaceholderForTeam(Team) - Method in class com.booksaw.betterTeams.integrations.placeholder.provider.MaxMembersPlaceholderProvider
 
getPlaceholderForTeam(Team) - Method in class com.booksaw.betterTeams.integrations.placeholder.provider.MaxMoneyPlaceholderProvider
 
getPlaceholderForTeam(Team) - Method in class com.booksaw.betterTeams.integrations.placeholder.provider.MaxWarpsPlaceholderProvider
 
getPlaceholderForTeam(Team) - Method in class com.booksaw.betterTeams.integrations.placeholder.provider.MembersPlaceholderProvider
 
getPlaceholderForTeam(Team) - Method in class com.booksaw.betterTeams.integrations.placeholder.provider.MoneyPlaceholderProvider
 
getPlaceholderForTeam(Team) - Method in class com.booksaw.betterTeams.integrations.placeholder.provider.MoneyShortPlaceholderProvider
 
getPlaceholderForTeam(Team) - Method in class com.booksaw.betterTeams.integrations.placeholder.provider.NamePlaceholderProvider
 
getPlaceholderForTeam(Team) - Method in class com.booksaw.betterTeams.integrations.placeholder.provider.OfflineListPlaceholderProvider
 
getPlaceholderForTeam(Team) - Method in class com.booksaw.betterTeams.integrations.placeholder.provider.OnlineListPlaceholderProvider
 
getPlaceholderForTeam(Team) - Method in class com.booksaw.betterTeams.integrations.placeholder.provider.OnlinePlaceholderProvider
 
getPlaceholderForTeam(Team) - Method in class com.booksaw.betterTeams.integrations.placeholder.provider.OpenPlaceholderProvider
 
getPlaceholderForTeam(Team) - Method in class com.booksaw.betterTeams.integrations.placeholder.provider.OwnersPlaceholderProvider
 
getPlaceholderForTeam(Team) - Method in class com.booksaw.betterTeams.integrations.placeholder.provider.PositionBalPlaceholderProvider
 
getPlaceholderForTeam(Team) - Method in class com.booksaw.betterTeams.integrations.placeholder.provider.PositionMembersPlaceholderProvider
 
getPlaceholderForTeam(Team) - Method in class com.booksaw.betterTeams.integrations.placeholder.provider.PositionScorePlaceholderProvider
 
getPlaceholderForTeam(Team) - Method in class com.booksaw.betterTeams.integrations.placeholder.provider.PvpPlaceholderProvider
 
getPlaceholderForTeam(Team) - Method in class com.booksaw.betterTeams.integrations.placeholder.provider.ScorePlaceholderProvider
 
getPlaceholderForTeam(Team) - Method in class com.booksaw.betterTeams.integrations.placeholder.provider.TagPlaceholderProvider
 
getPlaceholderForTeam(Team, String) - Method in interface com.booksaw.betterTeams.integrations.placeholder.IndividualTeamWithDataPlaceholderProvider
 
getPlaceholderForTeam(Team, String) - Method in class com.booksaw.betterTeams.integrations.placeholder.provider.MetaPlaceholderProvider
 
getPlaceholderForTeamPlayer(Team, TeamPlayer) - Method in interface com.booksaw.betterTeams.integrations.placeholder.IndividualTeamPlayerPlaceholderProvider
 
getPlaceholderForTeamPlayer(Team, TeamPlayer) - Method in class com.booksaw.betterTeams.integrations.placeholder.provider.RankPlaceholderProvider
 
getPlaceholderForTeamPlayer(Team, TeamPlayer) - Method in class com.booksaw.betterTeams.integrations.placeholder.provider.TeamChatPlaceholderProvider
 
getPlaceholderForTeamPlayer(Team, TeamPlayer) - Method in class com.booksaw.betterTeams.integrations.placeholder.provider.TitlePlaceholderProvider
 
getPlayer() - Method in class com.booksaw.betterTeams.commands.presets.TeamSubCommand.TeamPlayerResult
 
getPlayer() - Method in class com.booksaw.betterTeams.customEvents.BelowNameChangeEvent
 
getPlayer() - Method in class com.booksaw.betterTeams.customEvents.CreateTeamEvent
 
getPlayer() - Method in class com.booksaw.betterTeams.customEvents.DisbandTeamEvent
 
getPlayer() - Method in class com.booksaw.betterTeams.customEvents.post.PostCreateTeamEvent
 
getPlayer() - Method in class com.booksaw.betterTeams.customEvents.post.PostDisbandTeamEvent
 
getPlayer() - Method in class com.booksaw.betterTeams.customEvents.post.PostTeamNameChangeEvent
 
getPlayer() - Method in class com.booksaw.betterTeams.customEvents.TeamNameChangeEvent
 
getPlayer() - Method in class com.booksaw.betterTeams.customEvents.TeamPlayerEvent
 
getPlayer() - Method in class com.booksaw.betterTeams.TeamPlayer
 
getPlayerList() - Method in class com.booksaw.betterTeams.team.storage.team.SQLTeamStorage
 
getPlayerList() - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
getPlayerList() - Method in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 
getPlayerUUID() - Method in class com.booksaw.betterTeams.TeamPlayer
this is used to store the player that the object is associated with
getPrefix() - Static method in class com.booksaw.betterTeams.message.MessageManager
This is the prefix which goes before all messages related to this plugin
getPrefix() - Method in enum class com.booksaw.betterTeams.PlayerRank
 
getPrefix(ChatColor) - Method in class com.booksaw.betterTeams.TeamPlayer
 
getPrefixComponent() - Static method in class com.booksaw.betterTeams.message.MessageManager
 
getPreviousRelation() - Method in class com.booksaw.betterTeams.customEvents.post.PostRelationChangeTeamEvent
 
getPreviousRelation() - Method in class com.booksaw.betterTeams.customEvents.RelationChangeTeamEvent
 
getPrevMembers() - Method in class com.booksaw.betterTeams.customEvents.post.PostDisbandTeamEvent
 
getRank() - Method in class com.booksaw.betterTeams.TeamPlayer
The rank of the player within their team
getRank(int) - Static method in enum class com.booksaw.betterTeams.PlayerRank
 
getRank(PlayerRank) - Method in class com.booksaw.betterTeams.Team
Used to get all players which have the specified rank within the team
getRank(PlayerRank) - Method in class com.booksaw.betterTeams.team.TeamPlayerSetComponent
Get all team players with the specified rank
getRank(String) - Static method in enum class com.booksaw.betterTeams.PlayerRank
 
getRawMessage() - Method in class com.booksaw.betterTeams.customEvents.TeamSendMessageEvent
 
getRawMeta() - Method in class com.booksaw.betterTeams.team.storage.team.SQLTeamStorage
 
getRawMeta() - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
getRawMeta() - Method in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 
getRecipients() - Method in class com.booksaw.betterTeams.customEvents.post.PostTeamSendMessageEvent
 
getRecipients() - Method in class com.booksaw.betterTeams.customEvents.TeamSendMessageEvent
A mutable set of players which are going to receive a copy of the message.
getReference() - Method in enum class com.booksaw.betterTeams.team.storage.team.StoredTeamValue
Used to store the reference that the value is saved by
getReference(SubCommand) - Method in class com.booksaw.betterTeams.commands.ParentCommand
 
getRemaining(Player) - Method in class com.booksaw.betterTeams.cooldown.CommandCooldown
Used to get how long a player has remaining on the cooldown (to the nearest second)
getRemaining(Player) - Method in class com.booksaw.betterTeams.cooldown.CooldownManager.NoCooldown
 
getRequiredRank() - Method in class com.booksaw.betterTeams.commands.presets.TeamSubCommand
 
getResourceName() - Method in class com.booksaw.betterTeams.ConfigManager
 
getResult(String, TableName, String) - Method in class com.booksaw.betterTeams.database.BetterTeamsDatabase
Used to a specific column value from the
getScore() - Method in class com.booksaw.betterTeams.Team
 
getScoreboardTeam(Scoreboard) - Method in class com.booksaw.betterTeams.Team
Used throughout all below name management (showing team name above player name)
getScoreboardTeamOrNull() - Method in class com.booksaw.betterTeams.Team
Used to return the scoreboard team, and not create a new one if it does not exist
getScoreComponent() - Method in class com.booksaw.betterTeams.Team
 
getSectionHeading() - Method in class com.booksaw.betterTeams.team.AllyRequestComponent
 
getSectionHeading() - Method in class com.booksaw.betterTeams.team.AllySetComponent
 
getSectionHeading() - Method in class com.booksaw.betterTeams.team.AnchoredPlayerUUIDSetComponent
 
getSectionHeading() - Method in class com.booksaw.betterTeams.team.BanSetComponent
 
getSectionHeading() - Method in class com.booksaw.betterTeams.team.ChestClaimComponent
 
getSectionHeading() - Method in class com.booksaw.betterTeams.team.DoubleTeamComponent
 
getSectionHeading() - Method in class com.booksaw.betterTeams.team.IntTeamComponent
 
getSectionHeading() - Method in class com.booksaw.betterTeams.team.MemberSetComponent
 
getSectionHeading() - Method in class com.booksaw.betterTeams.team.MoneyComponent
 
getSectionHeading() - Method in class com.booksaw.betterTeams.team.ScoreComponent
 
getSectionHeading() - Method in class com.booksaw.betterTeams.team.SetTeamComponent
 
getSectionHeading() - Method in class com.booksaw.betterTeams.team.WarpSetComponent
 
getSender() - Method in class com.booksaw.betterTeams.customEvents.post.PostTeamSendMessageEvent
 
getSender() - Method in class com.booksaw.betterTeams.customEvents.TeamSendMessageEvent
 
getSenderNamePrefix() - Method in class com.booksaw.betterTeams.customEvents.TeamSendMessageEvent
 
getSerialized() - Method in class com.booksaw.betterTeams.team.meta.TeamMeta
Prepares the metadata for storage/serialization.
getSortedArray(HologramManager.HologramType) - Method in class com.booksaw.betterTeams.integrations.hologram.HologramManager
 
getSource() - Method in class com.booksaw.betterTeams.customEvents.TeamDisallowedPvPEvent
 
getSpyMessage() - Method in class com.booksaw.betterTeams.message.ChatMessage
 
getStorage() - Method in class com.booksaw.betterTeams.Team
 
getStorageClass() - Method in enum class com.booksaw.betterTeams.team.storage.team.TeamStorageType
 
getStorageType() - Method in enum class com.booksaw.betterTeams.team.storage.team.StoredTeamValue
The datatype of this variable
getStorageType(String) - Static method in enum class com.booksaw.betterTeams.team.storage.StorageType
 
getString(StoredTeamValue) - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
getString(String) - Method in class com.booksaw.betterTeams.team.storage.team.SQLTeamStorage
 
getString(String) - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
getString(String) - Method in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 
getString(Location) - Static method in class com.booksaw.betterTeams.integrations.hologram.HologramManager
 
getString(Location) - Static method in class com.booksaw.betterTeams.team.LocationSetComponent
This method is used to convert a location into a string which can be stored in a configuration file
getStringFormatting() - Method in class com.booksaw.betterTeams.team.MoneyComponent
 
getSubCommand() - Method in class com.booksaw.betterTeams.BooksawCommand
 
getSubCommands() - Method in class com.booksaw.betterTeams.commands.ParentCommand
Used to store all applicable sub commands
getSyntaxReference() - Method in enum class com.booksaw.betterTeams.integrations.hologram.HologramManager.HologramType
 
getTableInfo() - Method in class com.booksaw.betterTeams.database.api.TableBuilder
 
getTableName() - Method in class com.booksaw.betterTeams.database.api.TableBuilder
 
getTag() - Method in class com.booksaw.betterTeams.Team
 
getTag(boolean) - Method in class com.booksaw.betterTeams.Team
 
getTag(ChatColor) - Method in class com.booksaw.betterTeams.Team
 
getTag(ChatColor, boolean) - Method in class com.booksaw.betterTeams.Team
 
getTeam() - Method in class com.booksaw.betterTeams.customEvents.TeamEvent
 
getTeam() - Method in class com.booksaw.betterTeams.message.ChatMessage
 
getTeam(String) - Static method in class com.booksaw.betterTeams.Team
 
getTeam(String) - Method in class com.booksaw.betterTeams.team.TeamManager
Used to get the team by it's display name or a player within it
getTeam(UUID) - Static method in class com.booksaw.betterTeams.Team
 
getTeam(UUID) - Method in class com.booksaw.betterTeams.team.TeamManager
Used to get the team with the provided ID
getTeam(OfflinePlayer) - Static method in class com.booksaw.betterTeams.Team
 
getTeam(OfflinePlayer) - Method in class com.booksaw.betterTeams.team.TeamManager
Used to find the team that a specified player is in, this is the highest time complexity search to find a team (O(n^2)) so only use when the other provided methods are not possible
getTeamBalRank() - Method in class com.booksaw.betterTeams.Team
 
getTeamBooksawCommand() - Method in class com.booksaw.betterTeams.Main
 
getTeamByName(String) - Method in class com.booksaw.betterTeams.team.TeamManager
Used to get the team by its team name
getTeamByName(String) - Static method in class com.booksaw.betterTeams.Team
 
getTeamChatSyntax(TeamPlayer) - Method in class com.booksaw.betterTeams.Team
Used to get the chat syntax and apply placeholders when possible
getTeamCommand() - Method in class com.booksaw.betterTeams.Main
 
getTeamHome() - Method in class com.booksaw.betterTeams.Team
The location of the teams home (/team home)
getTeamLimit() - Method in class com.booksaw.betterTeams.Team
 
getTeamManager() - Static method in class com.booksaw.betterTeams.Team
 
getTeamNameLookupSize() - Method in class com.booksaw.betterTeams.team.storage.storageManager.SeparatedYamlStorageManager
 
getTeamPlaceholders() - Method in class com.booksaw.betterTeams.Main
 
getTeamPlayer() - Method in class com.booksaw.betterTeams.customEvents.TeamPlayerEvent
 
getTeamPlayer() - Method in class com.booksaw.betterTeams.message.ChatMessage
 
getTeamPlayer(OfflinePlayer) - Method in class com.booksaw.betterTeams.team.TeamPlayerSetComponent
Used to get the team player instance of that offline player
getTeamPlayer(Team, String) - Method in class com.booksaw.betterTeams.commands.presets.TeamSubCommand
 
getTeamPlayer(OfflinePlayer) - Method in class com.booksaw.betterTeams.Team
Used to get the teamPlayer version of an included player
getTeamRank() - Method in class com.booksaw.betterTeams.Team
 
getTeamSaveFile() - Static method in class com.booksaw.betterTeams.team.storage.team.SeparatedYamlTeamStorage
 
getTeamStorage() - Method in class com.booksaw.betterTeams.team.storage.storageManager.YamlStorageManager
 
getTeamUUID(String) - Method in class com.booksaw.betterTeams.team.storage.storageManager.FlatfileStorageManager
 
getTeamUUID(String) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SeparatedYamlStorageManager
 
getTeamUUID(String) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SQLStorageManager
 
getTeamUUID(String) - Method in class com.booksaw.betterTeams.team.TeamManager
Used to get the team uuid from the team name
getTeamUUID(OfflinePlayer) - Method in class com.booksaw.betterTeams.team.storage.storageManager.FlatfileStorageManager
 
getTeamUUID(OfflinePlayer) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SeparatedYamlStorageManager
 
getTeamUUID(OfflinePlayer) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SQLStorageManager
 
getTeamUUID(OfflinePlayer) - Method in class com.booksaw.betterTeams.team.TeamManager
Used to get the uuid of the team that the specified player is in
getThumbnailUrl() - Method in class dev.ceymikey.injection.EmbedBuilder
 
getTitle() - Method in class com.booksaw.betterTeams.TeamPlayer
Do not use this method (only should be used in the class Team, instead use Team.setTitle() as that will save the updated value)
getTitle() - Method in class dev.ceymikey.injection.EmbedBuilder
 
getType() - Method in class com.booksaw.betterTeams.customEvents.BelowNameChangeEvent
 
getType() - Method in class com.booksaw.betterTeams.events.MCTeamManagement
 
getType(String) - Static method in enum class com.booksaw.betterTeams.events.MCTeamManagement.BelowNameType
 
getUrl() - Method in class dev.ceymikey.injection.EmbedBuilder
 
getValue(HologramManager.HologramType, Team) - Method in class com.booksaw.betterTeams.integrations.hologram.HologramManager
 
getVersion() - Method in class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholders
 
getWarp(String) - Method in class com.booksaw.betterTeams.Team
Used to get a warp with the specified name
getWarps() - Method in class com.booksaw.betterTeams.Team
 
getWarps() - Method in class com.booksaw.betterTeams.team.storage.team.SQLTeamStorage
 
getWarps() - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
getWarps() - Method in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 

H

has(String) - Method in class com.booksaw.betterTeams.text.TextColorTagResolver
 
has(String) - Method in class com.booksaw.betterTeams.team.meta.TeamMeta
Checks if a metaData entry with the specified key exists.
hasBalance(Player) - Method in class com.booksaw.betterTeams.cost.CommandCost
 
hasBalance(Player) - Method in class com.booksaw.betterTeams.cost.CostManager.NoCost
 
hasColumn(TableName, String) - Method in class com.booksaw.betterTeams.database.api.Database
Checks if a column exists in the specified table.
hasExpired() - Method in class com.booksaw.betterTeams.score.ScoreChange
 
HASHOME - Enum constant in enum class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderOptionsEnum
 
HasHomePlaceholderProvider - Class in com.booksaw.betterTeams.integrations.placeholder.provider
 
HasHomePlaceholderProvider() - Constructor for class com.booksaw.betterTeams.integrations.placeholder.provider.HasHomePlaceholderProvider
 
hasMaxAllies() - Method in class com.booksaw.betterTeams.Team
 
hasPassword() - Method in class com.booksaw.betterTeams.Warp
 
hasRequested(Team) - Method in class com.booksaw.betterTeams.Team
Used to check if a team has sent an ally request for this team
hasRequested(UUID) - Method in class com.booksaw.betterTeams.Team
Used to check if a team has sent an ally request for this team
hasResult(TableName, String) - Method in class com.booksaw.betterTeams.database.BetterTeamsDatabase
Used to check if an SQL query has a result
HDHologramManager - Class in com.booksaw.betterTeams.integrations.hologram
 
HDHologramManager() - Constructor for class com.booksaw.betterTeams.integrations.hologram.HDHologramManager
 
HelpCommand - Class in com.booksaw.betterTeams.commands
 
HelpCommand(ParentCommand) - Constructor for class com.booksaw.betterTeams.commands.HelpCommand
 
HelpMessage - Class in com.booksaw.betterTeams.message
 
HelpMessage(SubCommand, String, ParentCommand) - Constructor for class com.booksaw.betterTeams.message.HelpMessage
 
HologramManager - Class in com.booksaw.betterTeams.integrations.hologram
 
HologramManager() - Constructor for class com.booksaw.betterTeams.integrations.hologram.HologramManager
 
HologramManager.HologramType - Enum Class in com.booksaw.betterTeams.integrations.hologram
 
HologramManager.LocalHologram - Interface in com.booksaw.betterTeams.integrations.hologram
 
holoManager - Static variable in class com.booksaw.betterTeams.integrations.hologram.HologramManager
 
HOME - Enum constant in enum class com.booksaw.betterTeams.team.storage.team.StoredTeamValue
The location of the team home (stored as a String)
HomeAnchorManagement - Class in com.booksaw.betterTeams.events
 
HomeAnchorManagement(Main) - Constructor for class com.booksaw.betterTeams.events.HomeAnchorManagement
 
HomeCommand - Class in com.booksaw.betterTeams.commands.team
 
HomeCommand() - Constructor for class com.booksaw.betterTeams.commands.team.HomeCommand
 
HomeTeama - Class in com.booksaw.betterTeams.commands.teama
 
HomeTeama() - Constructor for class com.booksaw.betterTeams.commands.teama.HomeTeama
 

I

ImportmessagesTeama - Class in com.booksaw.betterTeams.commands.teama
 
ImportmessagesTeama() - Constructor for class com.booksaw.betterTeams.commands.teama.ImportmessagesTeama
 
IndividualTeamPlaceholderProvider - Interface in com.booksaw.betterTeams.integrations.placeholder
 
IndividualTeamPlayerPlaceholderProvider - Interface in com.booksaw.betterTeams.integrations.placeholder
 
IndividualTeamWithDataPlaceholderProvider - Interface in com.booksaw.betterTeams.integrations.placeholder
Interface for placeholders that require additional data
InfoCommand - Class in com.booksaw.betterTeams.commands.team
This class handles the command /team info [team/player]
InfoCommand(ParentCommand) - Constructor for class com.booksaw.betterTeams.commands.team.InfoCommand
 
initialCapacity(int) - Method in class com.booksaw.betterTeams.util.Cache.Builder
Sets the initial capacity of the cache.
inject(EmbedBuilder) - Static method in class dev.ceymikey.injection.DiscordPayload
 
InjectionFailureException - Exception in dev.ceymikey.exceptions
 
InjectionFailureException() - Constructor for exception dev.ceymikey.exceptions.InjectionFailureException
 
insertRecord(TableName, String, String) - Method in class com.booksaw.betterTeams.database.BetterTeamsDatabase
Used to add a record into a table
insertRecordIfNotExists(TableName, String, String) - Method in class com.booksaw.betterTeams.database.BetterTeamsDatabase
 
INT - Enum constant in enum class com.booksaw.betterTeams.database.api.DataType
 
INTEGER - Enum constant in enum class com.booksaw.betterTeams.team.storage.team.TeamStorageType
 
IntTeamComponent - Class in com.booksaw.betterTeams.team
 
IntTeamComponent() - Constructor for class com.booksaw.betterTeams.team.IntTeamComponent
 
invalidate(K) - Method in class com.booksaw.betterTeams.util.Cache
Removes an entry from the cache.
invalidateAll() - Method in class com.booksaw.betterTeams.util.Cache
Removes all entries from the cache.
invalidateCache() - Method in class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholders
 
invalidateCache() - Method in class com.booksaw.betterTeams.team.storage.team.SQLTeamStorage
 
InventoryManagement - Class in com.booksaw.betterTeams.events
 
InventoryManagement() - Constructor for class com.booksaw.betterTeams.events.InventoryManagement
 
invite(UUID) - Method in class com.booksaw.betterTeams.Team
Used to create an invite for the included player to this team
InviteCommand - Class in com.booksaw.betterTeams.commands.team
 
InviteCommand() - Constructor for class com.booksaw.betterTeams.commands.team.InviteCommand
 
InviteTeama - Class in com.booksaw.betterTeams.commands.teama
 
InviteTeama() - Constructor for class com.booksaw.betterTeams.commands.teama.InviteTeama
 
isAdventure() - Method in class com.booksaw.betterTeams.Main
 
isAlly(Team) - Method in class com.booksaw.betterTeams.Team
Used to check if a team is in alliance with this team
isAlly(UUID) - Method in class com.booksaw.betterTeams.Team
Used to check if a team is in alliance with this team
isAnchored() - Method in class com.booksaw.betterTeams.Team
 
isAnchored() - Method in class com.booksaw.betterTeams.TeamPlayer
 
isBanned(OfflinePlayer) - Method in class com.booksaw.betterTeams.Team
This method searches the ban list to check if the player is banned
isCancelled() - Method in class com.booksaw.betterTeams.customEvents.PurgeEvent
 
isCancelled() - Method in class com.booksaw.betterTeams.customEvents.TeamEvent
 
isCancelled() - Method in interface com.booksaw.betterTeams.customEvents.TeamMoneyEvent
 
isClaimed(Location) - Method in class com.booksaw.betterTeams.Team
 
isComponentEmpty(Component) - Static method in class com.booksaw.betterTeams.Utils
 
isCorrectPassword(String) - Method in class com.booksaw.betterTeams.Warp
 
isCR() - Method in class com.booksaw.betterTeams.commands.presets.TeamSubCommand.TeamPlayerResult
 
isEmpty() - Method in class com.booksaw.betterTeams.team.SetTeamComponent
 
isEnabled(String) - Method in class com.booksaw.betterTeams.commands.PermissionParentCommand
 
isInAllyChat() - Method in class com.booksaw.betterTeams.TeamPlayer
 
isInTeam(OfflinePlayer) - Method in class com.booksaw.betterTeams.team.storage.storageManager.FlatfileStorageManager
 
isInTeam(OfflinePlayer) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SeparatedYamlStorageManager
 
isInTeam(OfflinePlayer) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SQLStorageManager
 
isInTeam(OfflinePlayer) - Method in class com.booksaw.betterTeams.team.TeamManager
Used to check if the specified player is in a team
isInTeamChat() - Method in class com.booksaw.betterTeams.TeamPlayer
 
isInvited(UUID) - Method in class com.booksaw.betterTeams.Team
Used to check if a player is invited to this team
isLoaded(UUID) - Method in class com.booksaw.betterTeams.team.TeamManager
 
isLogChat() - Method in class com.booksaw.betterTeams.team.TeamManager
If chat is being logged to the console
isMaxAdmins() - Method in class com.booksaw.betterTeams.Team
 
isMaxOwners() - Method in class com.booksaw.betterTeams.Team
 
isNeutral(Team) - Method in class com.booksaw.betterTeams.Team
 
isNeutral(UUID) - Method in class com.booksaw.betterTeams.Team
Used to check if the provided team is a neutral to the other team
isOnline() - Method in class com.booksaw.betterTeams.TeamPlayer
Checks if the player associated with this TeamPlayer is currently online.
isOpen() - Method in class com.booksaw.betterTeams.Team
If the team is open or invite only
isPlayerAnchored(TeamPlayer) - Method in class com.booksaw.betterTeams.Team
Used to check if the given team player is anchored within this team
isPlayerAnchored(OfflinePlayer) - Method in class com.booksaw.betterTeams.Team
 
isProtected() - Method in class com.booksaw.betterTeams.customEvents.TeamDisallowedPvPEvent
 
isPvp() - Method in class com.booksaw.betterTeams.Team
Tracks if the team has pvp enabled between team members
isScore() - Method in class com.booksaw.betterTeams.customEvents.LevelupTeamEvent
 
isScore() - Method in class com.booksaw.betterTeams.customEvents.post.PostLevelupTeamEvent
 
isSingleChest(Location, Location) - Static method in class com.booksaw.betterTeams.events.ChestManagement
Used to check the two locations after they were passed to getOtherSide
isSpam(ScoreChange.ChangeType, Player) - Static method in class com.booksaw.betterTeams.score.ScoreChange
 
isSpam(ScoreChange.ChangeType, Player, Player) - Static method in class com.booksaw.betterTeams.score.ScoreChange
Used to check if an action is a spam action, this will increase the timer if it is Returns false if it is not a spam kill
isTeam(String) - Method in class com.booksaw.betterTeams.team.storage.storageManager.FlatfileStorageManager
 
isTeam(String) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SeparatedYamlStorageManager
 
isTeam(String) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SQLStorageManager
 
isTeam(String) - Method in class com.booksaw.betterTeams.team.TeamManager
Used to check if a team exists with that name
isTeam(UUID) - Method in class com.booksaw.betterTeams.team.storage.storageManager.FlatfileStorageManager
 
isTeam(UUID) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SeparatedYamlStorageManager
 
isTeam(UUID) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SQLStorageManager
 
isTeam(UUID) - Method in class com.booksaw.betterTeams.team.TeamManager
Used to check if a team exists with that uuid
isTeamFull() - Method in class com.booksaw.betterTeams.Team
 
isUltimateClaimsEnabled() - Method in class com.booksaw.betterTeams.Main
If the ultimateClaims expansion has been enabled
isValidTeamName(String) - Static method in class com.booksaw.betterTeams.Team
Used to check if the provided team name is a valid name for a team
isVanished(Player) - Static method in class com.booksaw.betterTeams.Utils
Checks if a player is currently in vanished state by examining their metadata.

J

join(Player) - Method in class com.booksaw.betterTeams.Team
This is used when a player is joining the team
JoinCommand - Class in com.booksaw.betterTeams.commands.team
 
JoinCommand() - Constructor for class com.booksaw.betterTeams.commands.team.JoinCommand
 
JoinTeama - Class in com.booksaw.betterTeams.commands.teama
 
JoinTeama() - Constructor for class com.booksaw.betterTeams.commands.teama.JoinTeama
 
JsonArray - Class in dev.ceymikey.json
Simple JSON array builder
JsonArray(Object...) - Constructor for class dev.ceymikey.json.JsonArray
 
JsonElement - Class in dev.ceymikey.json
 
JsonElement() - Constructor for class dev.ceymikey.json.JsonElement
 
JsonObject - Class in dev.ceymikey.json
Simple JSON object builder
JsonObject() - Constructor for class dev.ceymikey.json.JsonObject
 

K

KickCommand - Class in com.booksaw.betterTeams.commands.team
 
KickCommand() - Constructor for class com.booksaw.betterTeams.commands.team.KickCommand
 
kickEvent(ClaimPlayerKickEvent) - Method in class com.booksaw.betterTeams.integrations.UltimateClaimsManager
 
kill(Player, Player, Team, Team) - Method in class com.booksaw.betterTeams.score.ScoreManagement
 
KILL - Enum constant in enum class com.booksaw.betterTeams.score.ScoreChange.ChangeType
 

L

LeaveCommand - Class in com.booksaw.betterTeams.commands.team
This class handles the /team leave command
LeaveCommand() - Constructor for class com.booksaw.betterTeams.commands.team.LeaveCommand
 
leaveEvent(ClaimMemberLeaveEvent) - Method in class com.booksaw.betterTeams.integrations.UltimateClaimsManager
 
LeaveTeama - Class in com.booksaw.betterTeams.commands.teama
 
LeaveTeama() - Constructor for class com.booksaw.betterTeams.commands.teama.LeaveTeama
 
legacy() - Static method in class com.booksaw.betterTeams.text.Formatter
 
LegacyTextUtils - Class in com.booksaw.betterTeams.text
 
LEVEL - Enum constant in enum class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderOptionsEnum
 
LEVEL - Enum constant in enum class com.booksaw.betterTeams.team.storage.team.StoredTeamValue
The level of the team
LevelPlaceholderProvider - Class in com.booksaw.betterTeams.integrations.placeholder.provider
 
LevelPlaceholderProvider() - Constructor for class com.booksaw.betterTeams.integrations.placeholder.provider.LevelPlaceholderProvider
 
LevelupTeamEvent - Class in com.booksaw.betterTeams.customEvents
 
LevelupTeamEvent(Team, int, int, int, boolean, Player) - Constructor for class com.booksaw.betterTeams.customEvents.LevelupTeamEvent
 
ListCommand - Class in com.booksaw.betterTeams.commands.team
 
ListCommand() - Constructor for class com.booksaw.betterTeams.commands.team.ListCommand
 
load(TeamStorage) - Method in class com.booksaw.betterTeams.team.AllyRequestComponent
 
load(TeamStorage) - Method in class com.booksaw.betterTeams.team.AllySetComponent
 
load(TeamStorage) - Method in class com.booksaw.betterTeams.team.AnchoredPlayerUUIDSetComponent
 
load(TeamStorage) - Method in class com.booksaw.betterTeams.team.BanSetComponent
 
load(TeamStorage) - Method in class com.booksaw.betterTeams.team.ChestClaimComponent
 
load(TeamStorage) - Method in class com.booksaw.betterTeams.team.DoubleTeamComponent
 
load(TeamStorage) - Method in class com.booksaw.betterTeams.team.EChestComponent
 
load(TeamStorage) - Method in class com.booksaw.betterTeams.team.IntTeamComponent
 
load(TeamStorage) - Method in class com.booksaw.betterTeams.team.MemberSetComponent
 
load(TeamStorage) - Method in class com.booksaw.betterTeams.team.MetaComponent
 
load(TeamStorage) - Method in interface com.booksaw.betterTeams.team.TeamComponent
Load the value stored in the config into this component
load(TeamStorage) - Method in class com.booksaw.betterTeams.team.WarpSetComponent
 
load(Iterable<String>) - Method in class com.booksaw.betterTeams.team.SetTeamComponent
 
load(Map<String, String>) - Method in class com.booksaw.betterTeams.team.meta.TeamMeta
Loads metaData from a raw map.
loadCustomConfigs() - Method in class com.booksaw.betterTeams.Main
 
loadedTeams - Variable in class com.booksaw.betterTeams.team.TeamManager
A list of all teams
loadTeam(UUID) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SeparatedYamlStorageManager
 
loadTeam(UUID) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SQLStorageManager
 
loadTeams() - Method in class com.booksaw.betterTeams.team.storage.storageManager.FlatfileStorageManager
 
loadTeams() - Method in class com.booksaw.betterTeams.team.storage.storageManager.SeparatedYamlStorageManager
 
loadTeams() - Method in class com.booksaw.betterTeams.team.storage.storageManager.SQLStorageManager
 
loadTeams() - Method in class com.booksaw.betterTeams.team.TeamManager
Used to load the stored values into the storage manager
LocationSetComponent - Class in com.booksaw.betterTeams.team
 
LocationSetComponent() - Constructor for class com.booksaw.betterTeams.team.LocationSetComponent
 
log(String) - Method in class com.booksaw.betterTeams.team.storage.convert.Converter
 
LuckPermsManager - Class in com.booksaw.betterTeams.integrations
 
LuckPermsManager(LuckPerms) - Constructor for class com.booksaw.betterTeams.integrations.LuckPermsManager
 

M

Main - Class in com.booksaw.betterTeams
Main class of the plugin, extends JavaPlugin
Main() - Constructor for class com.booksaw.betterTeams.Main
 
maximumSize(int) - Method in class com.booksaw.betterTeams.util.Cache.Builder
Sets the maximum size of the cache.
MAXMEMBERS - Enum constant in enum class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderOptionsEnum
 
MaxMembersPlaceholderProvider - Class in com.booksaw.betterTeams.integrations.placeholder.provider
 
MaxMembersPlaceholderProvider() - Constructor for class com.booksaw.betterTeams.integrations.placeholder.provider.MaxMembersPlaceholderProvider
 
MAXMONEY - Enum constant in enum class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderOptionsEnum
 
MaxMoneyPlaceholderProvider - Class in com.booksaw.betterTeams.integrations.placeholder.provider
 
MaxMoneyPlaceholderProvider() - Constructor for class com.booksaw.betterTeams.integrations.placeholder.provider.MaxMoneyPlaceholderProvider
 
MAXWARPS - Enum constant in enum class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderOptionsEnum
 
MaxWarpsPlaceholderProvider - Class in com.booksaw.betterTeams.integrations.placeholder.provider
 
MaxWarpsPlaceholderProvider() - Constructor for class com.booksaw.betterTeams.integrations.placeholder.provider.MaxWarpsPlaceholderProvider
 
MCTeamManagement - Class in com.booksaw.betterTeams.events
 
MCTeamManagement(MCTeamManagement.BelowNameType) - Constructor for class com.booksaw.betterTeams.events.MCTeamManagement
Used to track a list of all listeners
MCTeamManagement.BelowNameType - Enum Class in com.booksaw.betterTeams.events
 
MEMBERS - Enum constant in enum class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderOptionsEnum
 
MemberSetComponent - Class in com.booksaw.betterTeams.team
 
MemberSetComponent() - Constructor for class com.booksaw.betterTeams.team.MemberSetComponent
 
MembersPlaceholderProvider - Class in com.booksaw.betterTeams.integrations.placeholder.provider
 
MembersPlaceholderProvider() - Constructor for class com.booksaw.betterTeams.integrations.placeholder.provider.MembersPlaceholderProvider
 
message - Variable in class com.booksaw.betterTeams.message.StaticComponentHolderMessage
 
Message - Interface in com.booksaw.betterTeams.message
This class is used to handle the multiple types of message which the plugin contains
MessageManager - Class in com.booksaw.betterTeams.message
Used to control all communications to the user
MessagesManagement - Class in com.booksaw.betterTeams.events
 
MessagesManagement() - Constructor for class com.booksaw.betterTeams.events.MessagesManagement
 
META - Enum constant in enum class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderOptionsEnum
 
MetaComponent - Class in com.booksaw.betterTeams.team
 
MetaComponent() - Constructor for class com.booksaw.betterTeams.team.MetaComponent
 
MetaGetTeama - Class in com.booksaw.betterTeams.commands.teama.meta
 
MetaGetTeama() - Constructor for class com.booksaw.betterTeams.commands.teama.meta.MetaGetTeama
 
MetaPlaceholderProvider - Class in com.booksaw.betterTeams.integrations.placeholder.provider
 
MetaPlaceholderProvider() - Constructor for class com.booksaw.betterTeams.integrations.placeholder.provider.MetaPlaceholderProvider
 
MetaRemoveTeama - Class in com.booksaw.betterTeams.commands.teama.meta
 
MetaRemoveTeama() - Constructor for class com.booksaw.betterTeams.commands.teama.meta.MetaRemoveTeama
 
MetaSetTeama - Class in com.booksaw.betterTeams.commands.teama.meta
 
MetaSetTeama() - Constructor for class com.booksaw.betterTeams.commands.teama.meta.MetaSetTeama
 
MISSINGMESSAGES_FILENAME - Static variable in class com.booksaw.betterTeams.message.MessageManager
 
MONEY - Enum constant in enum class com.booksaw.betterTeams.integrations.hologram.HologramManager.HologramType
 
MONEY - Enum constant in enum class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderOptionsEnum
 
MONEY - Enum constant in enum class com.booksaw.betterTeams.team.storage.team.StoredTeamValue
The balance of the team
MoneyComponent - Class in com.booksaw.betterTeams.team
 
MoneyComponent() - Constructor for class com.booksaw.betterTeams.team.MoneyComponent
 
MoneyPlaceholderProvider - Class in com.booksaw.betterTeams.integrations.placeholder.provider
 
MoneyPlaceholderProvider() - Constructor for class com.booksaw.betterTeams.integrations.placeholder.provider.MoneyPlaceholderProvider
 
MONEYSHORT - Enum constant in enum class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderOptionsEnum
 
MoneyShortPlaceholderProvider - Class in com.booksaw.betterTeams.integrations.placeholder.provider
 
MoneyShortPlaceholderProvider() - Constructor for class com.booksaw.betterTeams.integrations.placeholder.provider.MoneyShortPlaceholderProvider
 
MoneySubCommand - Class in com.booksaw.betterTeams.commands.presets
 
MoneySubCommand() - Constructor for class com.booksaw.betterTeams.commands.presets.MoneySubCommand
 
MoneyUtils - Class in com.booksaw.betterTeams.util
Utility methods revolving around formatting money
MoneyUtils() - Constructor for class com.booksaw.betterTeams.util.MoneyUtils
 
mult(Double) - Method in class com.booksaw.betterTeams.team.DoubleTeamComponent
 
mult(Integer) - Method in class com.booksaw.betterTeams.team.IntTeamComponent
 
mult(T) - Method in interface com.booksaw.betterTeams.team.VariableTeamComponent
Multiply this variable by the given amount

N

name - Variable in class dev.ceymikey.injection.EmbedBuilder.Field
 
NAME - Enum constant in enum class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderOptionsEnum
 
NAME - Enum constant in enum class com.booksaw.betterTeams.team.storage.team.StoredTeamValue
the name of the team
NameCommand - Class in com.booksaw.betterTeams.commands.team
 
NameCommand() - Constructor for class com.booksaw.betterTeams.commands.team.NameCommand
 
NamePlaceholderProvider - Class in com.booksaw.betterTeams.integrations.placeholder.provider
 
NamePlaceholderProvider() - Constructor for class com.booksaw.betterTeams.integrations.placeholder.provider.NamePlaceholderProvider
 
NameTeama - Class in com.booksaw.betterTeams.commands.teama
 
NameTeama() - Constructor for class com.booksaw.betterTeams.commands.teama.NameTeama
 
needArg - Variable in enum class com.booksaw.betterTeams.database.api.DataType
 
needPlayer() - Method in class com.booksaw.betterTeams.commands.presets.NoTeamSubCommand
 
needPlayer() - Method in class com.booksaw.betterTeams.commands.presets.TeamSubCommand
 
needPlayer() - Method in class com.booksaw.betterTeams.commands.SubCommand
Used to check if the commandSender needs to be a player, defaults to false
needPlayer() - Method in class com.booksaw.betterTeams.commands.team.chest.ChestCheckCommand
 
needPlayer() - Method in class com.booksaw.betterTeams.commands.team.JoinCommand
 
needPlayer() - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestClaimTeama
 
needPlayer() - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestRemoveTeama
 
needPlayer() - Method in class com.booksaw.betterTeams.commands.teama.CreateHoloTeama
 
needPlayer() - Method in class com.booksaw.betterTeams.commands.teama.EchestTeama
 
needPlayer() - Method in class com.booksaw.betterTeams.commands.teama.HomeTeama
 
needPlayer() - Method in class com.booksaw.betterTeams.commands.teama.InviteTeama
 
needPlayer() - Method in class com.booksaw.betterTeams.commands.teama.SetwarpTeama
 
needPlayer() - Method in class com.booksaw.betterTeams.commands.teama.TeleportTeama
 
needPlayer() - Method in class com.booksaw.betterTeams.commands.teama.WarpTeama
 
needsUpdating(HologramManager.HologramType) - Method in class com.booksaw.betterTeams.integrations.hologram.HologramManager
 
NEUTRAL - Enum constant in enum class com.booksaw.betterTeams.RelationType
 
NeutralCommand - Class in com.booksaw.betterTeams.commands.team
 
NeutralCommand() - Constructor for class com.booksaw.betterTeams.commands.team.NeutralCommand
 
NeutralTeama - Class in com.booksaw.betterTeams.commands.teama
 
NeutralTeama() - Constructor for class com.booksaw.betterTeams.commands.teama.NeutralTeama
 
NoCooldown() - Constructor for class com.booksaw.betterTeams.cooldown.CooldownManager.NoCooldown
 
NoCost() - Constructor for class com.booksaw.betterTeams.cost.CostManager.NoCost
 
normalise(Location) - Static method in class com.booksaw.betterTeams.team.LocationSetComponent
Normalise the location to the 0,0,0 coords of the current block
NOT_ANCHORED - Enum constant in enum class com.booksaw.betterTeams.team.AnchoredPlayerUUIDSetComponent.AnchorResult
The player is not anchored
NOT_IN_TEAM - Enum constant in enum class com.booksaw.betterTeams.team.AnchoredPlayerUUIDSetComponent.AnchorResult
The player is not in the team
NoTeamSubCommand - Class in com.booksaw.betterTeams.commands.presets
This class can be extended for any sub commands which require players to be in a team
NoTeamSubCommand() - Constructor for class com.booksaw.betterTeams.commands.presets.NoTeamSubCommand
 

O

of(NamedTextColor...) - Static method in class com.booksaw.betterTeams.text.TextColorTagResolver
 
OFFLINELIST - Enum constant in enum class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderOptionsEnum
 
OfflineListPlaceholderProvider - Class in com.booksaw.betterTeams.integrations.placeholder.provider
 
OfflineListPlaceholderProvider() - Constructor for class com.booksaw.betterTeams.integrations.placeholder.provider.OfflineListPlaceholderProvider
 
onBreak(BlockBreakEvent) - Method in class com.booksaw.betterTeams.events.ChestManagement
 
onChat(AsyncPlayerChatEvent) - Method in class com.booksaw.betterTeams.events.ChatManagement
This detects when the player speaks and either adds a prefix or puts the message in the team chat
onClose(InventoryCloseEvent) - Method in class com.booksaw.betterTeams.events.InventoryManagement
 
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.presets.TeamSubCommand
This method is run if the player is in a team
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.team.AllyChatCommand
 
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.team.AllyCommand
 
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.team.AnchorCommand
 
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.team.BalCommand
 
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.team.BanCommand
 
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.team.ChatCommand
 
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.team.chest.ChestClaimCommand
 
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.team.chest.ChestRemoveallCommand
 
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.team.chest.ChestRemoveCommand
 
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.team.ColorCommand
 
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.team.DelHome
 
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.team.DelwarpCommand
 
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.team.DemoteCommand
 
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.team.DepositCommand
 
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.team.DescriptionCommand
 
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.team.DisbandCommand
 
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.team.EchestCommand
 
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.team.HomeCommand
 
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.team.InviteCommand
 
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.team.KickCommand
 
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.team.LeaveCommand
 
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.team.NameCommand
 
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.team.NeutralCommand
 
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.team.OpenCommand
 
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.team.PromoteCommand
 
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.team.PvpCommand
 
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.team.RankupCommand
 
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.team.SetAnchorCommand
 
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.team.SethomeCommand
 
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.team.SetOwnerCommand
 
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.team.SetWarpCommand
 
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.team.TagCommand
 
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.team.TitleCommand
 
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.team.UnbanCommand
 
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.team.WarpCommand
 
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.team.WarpsCommand
 
onCommand(TeamPlayer, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.team.WithdrawCommand
 
onCommand(CommandSender, Team, double) - Method in class com.booksaw.betterTeams.commands.presets.MoneySubCommand
 
onCommand(CommandSender, Team, double) - Method in class com.booksaw.betterTeams.commands.teama.money.AddMoney
 
onCommand(CommandSender, Team, double) - Method in class com.booksaw.betterTeams.commands.teama.money.RemoveMoney
 
onCommand(CommandSender, Team, double) - Method in class com.booksaw.betterTeams.commands.teama.money.SetMoney
 
onCommand(CommandSender, Team, int) - Method in class com.booksaw.betterTeams.commands.presets.ScoreSubCommand
 
onCommand(CommandSender, Team, int) - Method in class com.booksaw.betterTeams.commands.teama.score.AddScore
 
onCommand(CommandSender, Team, int) - Method in class com.booksaw.betterTeams.commands.teama.score.RemoveScore
 
onCommand(CommandSender, Team, int) - Method in class com.booksaw.betterTeams.commands.teama.score.SetScore
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.HelpCommand
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.ParentCommand
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.presets.MoneySubCommand
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.presets.NoTeamSubCommand
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.presets.ScoreSubCommand
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.presets.TeamSelectSubCommand
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.presets.TeamSubCommand
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.SubCommand
This method is called whenever the sub command is run, return the message (+ chat color if it should not be the default chat color)
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.BaltopCommand
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.chest.ChestCheckCommand
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.InfoCommand
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.ListCommand
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.RankCommand
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.TopCommand
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.AllyTeama
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.AnchorTeama
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.ChatSpyTeama
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestDisableClaims
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestEnableClaims
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestRemoveTeama
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.CreateHoloTeama
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.CreateTeama
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.DelwarpTeama
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.DemoteTeama
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.HomeTeama
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.ImportmessagesTeama
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.JoinTeama
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.LeaveTeama
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.NeutralTeama
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.PromoteTeama
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.PurgeTeama
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.ReloadTeama
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.RemoveHoloTeama
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.SetAnchorTeama
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.SetOwnerTeama
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.SetwarpTeama
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.TeleportTeama
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.TitleTeama
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.VersionTeama
 
onCommand(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.WarpTeama
 
onCommand(CommandSender, String, String[], boolean) - Method in class com.booksaw.betterTeams.commands.ParentCommand
 
onCommand(CommandSender, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.presets.TeamSelectSubCommand
This method is run if the player is in a team
onCommand(CommandSender, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestClaimTeama
 
onCommand(CommandSender, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestRemoveallTeama
 
onCommand(CommandSender, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.teama.ColorTeama
 
onCommand(CommandSender, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.teama.DescriptionTeama
 
onCommand(CommandSender, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.teama.DisbandTeama
 
onCommand(CommandSender, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.teama.EchestTeama
 
onCommand(CommandSender, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.teama.InviteTeama
 
onCommand(CommandSender, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.teama.meta.MetaGetTeama
 
onCommand(CommandSender, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.teama.meta.MetaRemoveTeama
 
onCommand(CommandSender, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.teama.meta.MetaSetTeama
 
onCommand(CommandSender, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.teama.NameTeama
 
onCommand(CommandSender, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.teama.OpenTeama
 
onCommand(CommandSender, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.teama.SetrankTeama
 
onCommand(CommandSender, String, String[], Team) - Method in class com.booksaw.betterTeams.commands.teama.TagTeama
 
onCommand(Player, String, String[]) - Method in class com.booksaw.betterTeams.commands.presets.NoTeamSubCommand
This method is run if the player is not in a team
onCommand(Player, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.CreateCommand
 
onCommand(Player, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.JoinCommand
 
onDamage(EntityDamageByEntityEvent) - Method in class com.booksaw.betterTeams.events.DamageManagement
This is used to cancel any events which would cause 2 players of the same team to damage each other
onDemote(PostDemotePlayerEvent) - Method in class com.booksaw.betterTeams.events.RankupEvents
 
onDisable() - Method in class com.booksaw.betterTeams.Main
 
onEnable() - Method in class com.booksaw.betterTeams.Main
 
onExplode(BlockExplodeEvent) - Method in class com.booksaw.betterTeams.events.ChestManagement
 
onExplode(EntityExplodeEvent) - Method in class com.booksaw.betterTeams.events.ChestManagement
 
onHopper(InventoryMoveItemEvent) - Method in class com.booksaw.betterTeams.events.ChestManagement
 
onJoin(PostPlayerJoinTeamEvent) - Method in class com.booksaw.betterTeams.integrations.UltimateClaimsManager
 
onJoin(PlayerJoinEvent) - Method in class com.booksaw.betterTeams.events.AllyManagement
 
onJoin(PlayerJoinEvent) - Method in class com.booksaw.betterTeams.events.ChestManagement
 
onJoin(PlayerJoinEvent) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SeparatedYamlStorageManager
 
onJoin(PlayerJoinEvent) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SQLStorageManager
 
onJoin(PlayerJoinEvent) - Method in class com.booksaw.betterTeams.UpdateChecker
 
onKill(PlayerDeathEvent) - Method in class com.booksaw.betterTeams.score.ScoreManagement
 
onLeave(PostPlayerLeaveTeamEvent) - Method in class com.booksaw.betterTeams.integrations.UltimateClaimsManager
 
onLeave(PlayerQuitEvent) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SeparatedYamlStorageManager
 
onLeave(PlayerQuitEvent) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SQLStorageManager
 
ONLINE - Enum constant in enum class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderOptionsEnum
 
ONLINELIST - Enum constant in enum class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderOptionsEnum
 
OnlineListPlaceholderProvider - Class in com.booksaw.betterTeams.integrations.placeholder.provider
 
OnlineListPlaceholderProvider() - Constructor for class com.booksaw.betterTeams.integrations.placeholder.provider.OnlineListPlaceholderProvider
 
OnlinePlaceholderProvider - Class in com.booksaw.betterTeams.integrations.placeholder.provider
 
OnlinePlaceholderProvider() - Constructor for class com.booksaw.betterTeams.integrations.placeholder.provider.OnlinePlaceholderProvider
 
onLoad() - Method in class com.booksaw.betterTeams.Main
 
onOpen(PlayerInteractEvent) - Method in class com.booksaw.betterTeams.events.ChestManagement
 
onPlaceholderRequest(Player, String) - Method in class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholders
 
onPostDisbandTeamEvent(PostDisbandTeamEvent) - Method in class com.booksaw.betterTeams.events.MessagesManagement
 
onPostPlayerJoinTeamEvent(PostPlayerJoinTeamEvent) - Method in class com.booksaw.betterTeams.events.MessagesManagement
 
onPostPlayerLeaveTeamEvent(PostPlayerLeaveTeamEvent) - Method in class com.booksaw.betterTeams.events.MessagesManagement
 
onPotion(PotionSplashEvent) - Method in class com.booksaw.betterTeams.events.DamageManagement
This method is used to detect if a negative potion is being thrown at members of the same team
onPromote(PostPromotePlayerEvent) - Method in class com.booksaw.betterTeams.events.RankupEvents
 
onPurge(PostPurgeEvent) - Method in class com.booksaw.betterTeams.score.ScoreManagement
 
onRankup(PostLevelupTeamEvent) - Method in class com.booksaw.betterTeams.events.RankupEvents
 
onRespawn(PlayerRespawnEvent) - Method in class com.booksaw.betterTeams.events.HomeAnchorManagement
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.HelpCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.ParentCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.SubCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.AllyChatCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.AllyCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.AnchorCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.BalCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.BaltopCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.BanCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.ChatCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.chest.ChestCheckCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.chest.ChestClaimCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.chest.ChestRemoveallCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.chest.ChestRemoveCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.ColorCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.CreateCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.DelHome
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.DelwarpCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.DemoteCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.DepositCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.DescriptionCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.DisbandCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.EchestCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.HomeCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.InfoCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.InviteCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.JoinCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.KickCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.LeaveCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.ListCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.NameCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.NeutralCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.OpenCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.PromoteCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.PvpCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.RankCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.RankupCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.SetAnchorCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.SethomeCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.SetOwnerCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.SetWarpCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.TagCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.TitleCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.TopCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.UnbanCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.WarpCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.WarpsCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.team.WithdrawCommand
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.AllyTeama
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.AnchorTeama
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.ChatSpyTeama
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestClaimTeama
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestDisableClaims
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestEnableClaims
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestRemoveallTeama
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestRemoveTeama
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.ColorTeama
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.CreateHoloTeama
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.CreateTeama
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.DelwarpTeama
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.DemoteTeama
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.DescriptionTeama
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.DisbandTeama
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.EchestTeama
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.HomeTeama
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.ImportmessagesTeama
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.InviteTeama
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.JoinTeama
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.LeaveTeama
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.meta.MetaGetTeama
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.meta.MetaRemoveTeama
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.meta.MetaSetTeama
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.money.AddMoney
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.money.RemoveMoney
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.money.SetMoney
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.NameTeama
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.NeutralTeama
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.OpenTeama
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.PromoteTeama
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.PurgeTeama
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.ReloadTeama
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.RemoveHoloTeama
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.score.AddScore
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.score.RemoveScore
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.score.SetScore
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.SetAnchorTeama
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.SetOwnerTeama
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.SetrankTeama
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.SetwarpTeama
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.TagTeama
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.TeleportTeama
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.TitleTeama
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.VersionTeama
 
onTabComplete(List<String>, CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.commands.teama.WarpTeama
 
onTeamChat(PostTeamSendMessageEvent) - Method in class com.booksaw.betterTeams.util.WebhookHandler
 
onTeamCreate(PostCreateTeamEvent) - Method in class com.booksaw.betterTeams.util.WebhookHandler
 
onTeamDisband(PostDisbandTeamEvent) - Method in class com.booksaw.betterTeams.util.WebhookHandler
 
onTeamPlayerLeft(PostPlayerLeaveTeamEvent) - Method in class com.booksaw.betterTeams.util.WebhookHandler
 
onTeamRename(PostTeamNameChangeEvent) - Method in class com.booksaw.betterTeams.util.WebhookHandler
 
onWin(KothWinEvent) - Method in class com.booksaw.betterTeams.integrations.ZKothManager
 
OPEN - Enum constant in enum class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderOptionsEnum
 
OPEN - Enum constant in enum class com.booksaw.betterTeams.team.storage.team.StoredTeamValue
If the team is open or not
OpenCommand - Class in com.booksaw.betterTeams.commands.team
This handles the command /team open
OpenCommand() - Constructor for class com.booksaw.betterTeams.commands.team.OpenCommand
 
OpenPlaceholderProvider - Class in com.booksaw.betterTeams.integrations.placeholder.provider
 
OpenPlaceholderProvider() - Constructor for class com.booksaw.betterTeams.integrations.placeholder.provider.OpenPlaceholderProvider
 
OpenTeama - Class in com.booksaw.betterTeams.commands.teama
 
OpenTeama() - Constructor for class com.booksaw.betterTeams.commands.teama.OpenTeama
 
OWNER - Enum constant in enum class com.booksaw.betterTeams.PlayerRank
The highest rank, this rank has full permissions over the team
OWNERS - Enum constant in enum class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderOptionsEnum
 
OwnersPlaceholderProvider - Class in com.booksaw.betterTeams.integrations.placeholder.provider
 
OwnersPlaceholderProvider() - Constructor for class com.booksaw.betterTeams.integrations.placeholder.provider.OwnersPlaceholderProvider
 

P

pack(String, String) - Static method in class com.booksaw.betterTeams.team.storage.convert.YamlToSql
 
ParentCommand - Class in com.booksaw.betterTeams.commands
This is used for any parent commands across the system
ParentCommand(CostManager, CooldownManager, String, boolean) - Constructor for class com.booksaw.betterTeams.commands.ParentCommand
 
ParentCommand(String) - Constructor for class com.booksaw.betterTeams.commands.ParentCommand
Creates a new parent command with a set of sub commands
parseAdventure(String) - Static method in class com.booksaw.betterTeams.text.LegacyTextUtils
 
parseAllAdventure(String) - Static method in class com.booksaw.betterTeams.text.LegacyTextUtils
 
PermissionParentCommand - Class in com.booksaw.betterTeams.commands
 
PermissionParentCommand(CostManager, CooldownManager, String) - Constructor for class com.booksaw.betterTeams.commands.PermissionParentCommand
 
PermissionParentCommand(String) - Constructor for class com.booksaw.betterTeams.commands.PermissionParentCommand
 
perms - Static variable in class com.booksaw.betterTeams.Main
 
persist() - Method in class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholders
 
placeholderAPI - Static variable in class com.booksaw.betterTeams.Main
 
player(Player) - Static method in class com.booksaw.betterTeams.text.Formatter
 
PlayerHomeAnchorEvent - Class in com.booksaw.betterTeams.customEvents
Called when a player is about to respawn at their team's home anchor.
PlayerHomeAnchorEvent(Team, TeamPlayer, Location, PlayerRespawnEvent) - Constructor for class com.booksaw.betterTeams.customEvents.PlayerHomeAnchorEvent
 
playerJoinEvent(PlayerJoinEvent) - Method in class com.booksaw.betterTeams.events.MCTeamManagement
 
playerJoinTeam(Team, TeamPlayer) - Method in class com.booksaw.betterTeams.team.storage.storageManager.FlatfileStorageManager
 
playerJoinTeam(Team, TeamPlayer) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SeparatedYamlStorageManager
 
playerJoinTeam(Team, TeamPlayer) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SQLStorageManager
 
playerJoinTeam(Team, TeamPlayer) - Method in class com.booksaw.betterTeams.team.TeamManager
Called when a player joins a team, this can be used to track the players location
PlayerJoinTeamEvent - Class in com.booksaw.betterTeams.customEvents
Called when a player joins a team
PlayerJoinTeamEvent(Team, TeamPlayer) - Constructor for class com.booksaw.betterTeams.customEvents.PlayerJoinTeamEvent
 
playerLeaveTeam(Team, TeamPlayer) - Method in class com.booksaw.betterTeams.team.storage.storageManager.FlatfileStorageManager
 
playerLeaveTeam(Team, TeamPlayer) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SeparatedYamlStorageManager
 
playerLeaveTeam(Team, TeamPlayer) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SQLStorageManager
 
playerLeaveTeam(Team, TeamPlayer) - Method in class com.booksaw.betterTeams.team.TeamManager
Called when a player leaves a team
PlayerLeaveTeamEvent - Class in com.booksaw.betterTeams.customEvents
 
PlayerLeaveTeamEvent(Team, TeamPlayer) - Constructor for class com.booksaw.betterTeams.customEvents.PlayerLeaveTeamEvent
 
PlayerRank - Enum Class in com.booksaw.betterTeams
This class is used to define all the possible ranks that a player can be within a team
PLAYERS - Enum constant in enum class com.booksaw.betterTeams.database.TableName
 
PlayerTeleport - Class in com.booksaw.betterTeams
A class to handle a teleport with a delay
PlayerTeleport(Player, Location, String) - Constructor for class com.booksaw.betterTeams.PlayerTeleport
This will start the cooldown (there is no delay)
plugin - Static variable in class com.booksaw.betterTeams.Main
 
POSITIONBAL - Enum constant in enum class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderOptionsEnum
 
PositionBalPlaceholderProvider - Class in com.booksaw.betterTeams.integrations.placeholder.provider
 
PositionBalPlaceholderProvider() - Constructor for class com.booksaw.betterTeams.integrations.placeholder.provider.PositionBalPlaceholderProvider
 
POSITIONMEMBERS - Enum constant in enum class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderOptionsEnum
 
PositionMembersPlaceholderProvider - Class in com.booksaw.betterTeams.integrations.placeholder.provider
 
PositionMembersPlaceholderProvider() - Constructor for class com.booksaw.betterTeams.integrations.placeholder.provider.PositionMembersPlaceholderProvider
 
POSITIONSCORE - Enum constant in enum class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderOptionsEnum
 
PositionScorePlaceholderProvider - Class in com.booksaw.betterTeams.integrations.placeholder.provider
 
PositionScorePlaceholderProvider() - Constructor for class com.booksaw.betterTeams.integrations.placeholder.provider.PositionScorePlaceholderProvider
 
PostCreateTeamEvent - Class in com.booksaw.betterTeams.customEvents.post
An event which is called immediately after a Team is successfully created.
PostCreateTeamEvent(Team, Player) - Constructor for class com.booksaw.betterTeams.customEvents.post.PostCreateTeamEvent
 
PostDemotePlayerEvent - Class in com.booksaw.betterTeams.customEvents.post
An event which is called after a player's rank has been lowered within their team.
PostDemotePlayerEvent(Team, TeamPlayer, PlayerRank, PlayerRank) - Constructor for class com.booksaw.betterTeams.customEvents.post.PostDemotePlayerEvent
 
PostDisbandTeamEvent - Class in com.booksaw.betterTeams.customEvents.post
An event which is called after a team has been disbanded.
PostDisbandTeamEvent(Team, Player, Set<UUID>, Set<TeamPlayer>) - Constructor for class com.booksaw.betterTeams.customEvents.post.PostDisbandTeamEvent
 
PostLevelupTeamEvent - Class in com.booksaw.betterTeams.customEvents.post
An event which is called after a team's level has been increased.
PostLevelupTeamEvent(Team, int, int, int, boolean, Player) - Constructor for class com.booksaw.betterTeams.customEvents.post.PostLevelupTeamEvent
 
PostPlayerJoinTeamEvent - Class in com.booksaw.betterTeams.customEvents.post
Called after a player has successfully joined a team.
PostPlayerJoinTeamEvent(Team, TeamPlayer) - Constructor for class com.booksaw.betterTeams.customEvents.post.PostPlayerJoinTeamEvent
 
PostPlayerLeaveTeamEvent - Class in com.booksaw.betterTeams.customEvents.post
An event which is called after a player has left their team.
PostPlayerLeaveTeamEvent(Team, TeamPlayer) - Constructor for class com.booksaw.betterTeams.customEvents.post.PostPlayerLeaveTeamEvent
 
PostPromotePlayerEvent - Class in com.booksaw.betterTeams.customEvents.post
An event which is called after a player's rank has been increased within their team.
PostPromotePlayerEvent(Team, TeamPlayer, PlayerRank, PlayerRank) - Constructor for class com.booksaw.betterTeams.customEvents.post.PostPromotePlayerEvent
 
PostPurgeEvent - Class in com.booksaw.betterTeams.customEvents.post
This event is called after a team purge has been completed.
PostPurgeEvent() - Constructor for class com.booksaw.betterTeams.customEvents.post.PostPurgeEvent
 
PostRelationChangeTeamEvent - Class in com.booksaw.betterTeams.customEvents.post
An event which is called right after the changing of a relation with a Team (ie: ally/neutral)
PostRelationChangeTeamEvent(Team, Team, RelationType, RelationType) - Constructor for class com.booksaw.betterTeams.customEvents.post.PostRelationChangeTeamEvent
 
PostTeamColorChangeEvent - Class in com.booksaw.betterTeams.customEvents.post
An event which is called after a Team's color has been changed.
PostTeamColorChangeEvent(Team, ChatColor, ChatColor) - Constructor for class com.booksaw.betterTeams.customEvents.post.PostTeamColorChangeEvent
 
PostTeamDepositEvent - Class in com.booksaw.betterTeams.customEvents.post
An event which is called after a player has deposited money into their Team's balance.
PostTeamDepositEvent(Team, TeamPlayer, double) - Constructor for class com.booksaw.betterTeams.customEvents.post.PostTeamDepositEvent
 
PostTeamMoneyEvent - Interface in com.booksaw.betterTeams.customEvents.post
 
PostTeamNameChangeEvent - Class in com.booksaw.betterTeams.customEvents.post
An event which is called after a Team's name has been changed.
PostTeamNameChangeEvent(Team, String, String, Player) - Constructor for class com.booksaw.betterTeams.customEvents.post.PostTeamNameChangeEvent
 
PostTeamSendMessageEvent - Class in com.booksaw.betterTeams.customEvents.post
An event which is called after a team message has been sent (notification only).
PostTeamSendMessageEvent(Team, TeamPlayer, String, Collection<TeamPlayer>) - Constructor for class com.booksaw.betterTeams.customEvents.post.PostTeamSendMessageEvent
Creates an event with the original data for the message.
PostTeamTagChangeEvent - Class in com.booksaw.betterTeams.customEvents.post
An event which is called after a Team's tag has been changed.
PostTeamTagChangeEvent(Team, String, String) - Constructor for class com.booksaw.betterTeams.customEvents.post.PostTeamTagChangeEvent
 
PostTeamWithdrawEvent - Class in com.booksaw.betterTeams.customEvents.post
An event which is called after a player has withdrawn money from their Team's balance.
PostTeamWithdrawEvent(Team, TeamPlayer, double) - Constructor for class com.booksaw.betterTeams.customEvents.post.PostTeamWithdrawEvent
 
prefix - Static variable in class com.booksaw.betterTeams.commands.HelpCommand
 
PREFIX - Enum constant in enum class com.booksaw.betterTeams.events.MCTeamManagement.BelowNameType
 
prefixComponents(Component, Component...) - Static method in class com.booksaw.betterTeams.util.ComponentUtil
 
process(String) - Method in class com.booksaw.betterTeams.text.Formatter
 
PromoteCommand - Class in com.booksaw.betterTeams.commands.team
This class handles the command /team promote [player]
PromoteCommand() - Constructor for class com.booksaw.betterTeams.commands.team.PromoteCommand
 
promotePlayer(TeamPlayer) - Method in class com.booksaw.betterTeams.Team
This method is used to promote a player to the next applicable rank, this method does not check the promotion is valid but instead only promotes the player, see PromoteCommand to see validation
promotePlayer(TeamPlayer) - Method in class com.booksaw.betterTeams.team.storage.team.SQLTeamStorage
 
promotePlayer(TeamPlayer) - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
promotePlayer(TeamPlayer) - Method in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 
PromotePlayerEvent - Class in com.booksaw.betterTeams.customEvents
 
PromotePlayerEvent(Team, TeamPlayer, PlayerRank, PlayerRank) - Constructor for class com.booksaw.betterTeams.customEvents.PromotePlayerEvent
 
promotePlayerToOwner(TeamPlayer) - Method in class com.booksaw.betterTeams.Team
 
PromoteTeama - Class in com.booksaw.betterTeams.commands.teama
 
PromoteTeama() - Constructor for class com.booksaw.betterTeams.commands.teama.PromoteTeama
 
PurgeEvent - Class in com.booksaw.betterTeams.customEvents
This command is called just before a purge occurs
PurgeEvent() - Constructor for class com.booksaw.betterTeams.customEvents.PurgeEvent
 
PurgeTeama - Class in com.booksaw.betterTeams.commands.teama
 
PurgeTeama() - Constructor for class com.booksaw.betterTeams.commands.teama.PurgeTeama
 
purgeTeamMoney() - Method in class com.booksaw.betterTeams.team.storage.storageManager.FlatfileStorageManager
 
purgeTeamMoney() - Method in class com.booksaw.betterTeams.team.storage.storageManager.SeparatedYamlStorageManager
 
purgeTeamMoney() - Method in class com.booksaw.betterTeams.team.storage.storageManager.SQLStorageManager
 
purgeTeamMoney() - Method in class com.booksaw.betterTeams.team.TeamManager
Used to reset the balance of all teams
purgeTeams(boolean, boolean) - Method in class com.booksaw.betterTeams.team.TeamManager
Used to reset all teams scores to 0
purgeTeamScore() - Method in class com.booksaw.betterTeams.team.storage.storageManager.FlatfileStorageManager
 
purgeTeamScore() - Method in class com.booksaw.betterTeams.team.storage.storageManager.SeparatedYamlStorageManager
 
purgeTeamScore() - Method in class com.booksaw.betterTeams.team.storage.storageManager.SQLStorageManager
 
purgeTeamScore() - Method in class com.booksaw.betterTeams.team.TeamManager
Used to reset the score of all teams
put(Object) - Method in class dev.ceymikey.json.JsonArray
 
put(String, Object) - Method in class dev.ceymikey.json.JsonObject
 
PVP - Enum constant in enum class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderOptionsEnum
 
PVP - Enum constant in enum class com.booksaw.betterTeams.team.storage.team.StoredTeamValue
If the team has pvp enabled or not
PvpCommand - Class in com.booksaw.betterTeams.commands.team
 
PvpCommand() - Constructor for class com.booksaw.betterTeams.commands.team.PvpCommand
 
PvpPlaceholderProvider - Class in com.booksaw.betterTeams.integrations.placeholder.provider
 
PvpPlaceholderProvider() - Constructor for class com.booksaw.betterTeams.integrations.placeholder.provider.PvpPlaceholderProvider
 

R

RANK - Enum constant in enum class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderOptionsEnum
 
RankChangePlayerEvent - Class in com.booksaw.betterTeams.customEvents
 
RankChangePlayerEvent(Team, TeamPlayer, PlayerRank, PlayerRank, boolean) - Constructor for class com.booksaw.betterTeams.customEvents.RankChangePlayerEvent
 
RankCommand - Class in com.booksaw.betterTeams.commands.team
 
RankCommand() - Constructor for class com.booksaw.betterTeams.commands.team.RankCommand
 
RankPlaceholderProvider - Class in com.booksaw.betterTeams.integrations.placeholder.provider
 
RankPlaceholderProvider() - Constructor for class com.booksaw.betterTeams.integrations.placeholder.provider.RankPlaceholderProvider
 
RankupCommand - Class in com.booksaw.betterTeams.commands.team
 
RankupCommand() - Constructor for class com.booksaw.betterTeams.commands.team.RankupCommand
 
RankupEvents - Class in com.booksaw.betterTeams.events
 
RankupEvents() - Constructor for class com.booksaw.betterTeams.events.RankupEvents
 
rebuildLookups() - Method in class com.booksaw.betterTeams.team.storage.storageManager.FlatfileStorageManager
 
rebuildLookups() - Method in class com.booksaw.betterTeams.team.storage.storageManager.SeparatedYamlStorageManager
 
rebuildLookups() - Method in class com.booksaw.betterTeams.team.storage.storageManager.SQLStorageManager
 
rebuildLookups() - Method in class com.booksaw.betterTeams.team.TeamManager
Can be called by a config option if the server is having difficulties.
ReferencedFormatMessage - Class in com.booksaw.betterTeams.message
Used when sending a message to the user which has a fixed format and is loaded from messages.yml
ReferencedFormatMessage(String, Object...) - Constructor for class com.booksaw.betterTeams.message.ReferencedFormatMessage
 
ReferenceMessage - Class in com.booksaw.betterTeams.message
This type of message is used when you are referencing a message stored in messages.yml
ReferenceMessage(String) - Constructor for class com.booksaw.betterTeams.message.ReferenceMessage
 
register() - Method in class com.booksaw.betterTeams.integrations.LuckPermsManager
 
registerEvent() - Method in class com.booksaw.betterTeams.events.HomeAnchorManagement
 
registerNewTeam(Team, Player) - Method in class com.booksaw.betterTeams.team.storage.storageManager.FlatfileStorageManager
 
registerNewTeam(Team, Player) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SeparatedYamlStorageManager
 
registerNewTeam(Team, Player) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SQLStorageManager
 
registerNewTeam(Team, Player) - Method in class com.booksaw.betterTeams.team.TeamManager
Called when a new team is registered, this can be used to register it in any full team trackers The team file will be fully prepared with the members within the team
RelationChangeTeamEvent - Class in com.booksaw.betterTeams.customEvents
An event which is called right before the changing of a relation with a Team (ie: ally/neutral)
RelationChangeTeamEvent(Team, Team, RelationType, RelationType) - Constructor for class com.booksaw.betterTeams.customEvents.RelationChangeTeamEvent
 
RelationType - Enum Class in com.booksaw.betterTeams
 
reload() - Method in class com.booksaw.betterTeams.Main
 
reloadHolo(HologramManager.LocalHologram, HologramManager.HologramType) - Method in class com.booksaw.betterTeams.integrations.hologram.HologramManager
 
ReloadTeama - Class in com.booksaw.betterTeams.commands.teama
 
ReloadTeama() - Constructor for class com.booksaw.betterTeams.commands.teama.ReloadTeama
 
remove(Team, TeamPlayer) - Method in class com.booksaw.betterTeams.team.AnchoredPlayerUUIDSetComponent
Recommended to use this remove over the void remove, as it does the corresponding checks
remove(Team, TeamPlayer) - Method in class com.booksaw.betterTeams.team.MemberSetComponent
 
remove(Team, Warp) - Method in class com.booksaw.betterTeams.team.WarpSetComponent
 
remove(Team, UUID) - Method in class com.booksaw.betterTeams.team.AllyRequestComponent
 
remove(Team, UUID) - Method in class com.booksaw.betterTeams.team.AllySetComponent
 
remove(Team, UUID) - Method in class com.booksaw.betterTeams.team.AnchoredPlayerUUIDSetComponent
 
remove(Team, UUID) - Method in class com.booksaw.betterTeams.team.BanSetComponent
 
remove(Team, Location) - Method in class com.booksaw.betterTeams.team.ChestClaimComponent
 
remove(Team, Location) - Method in class com.booksaw.betterTeams.team.LocationSetComponent
 
remove(Team, T) - Method in class com.booksaw.betterTeams.team.SetTeamComponent
Used to remove a component from this component list
remove(String) - Method in class com.booksaw.betterTeams.team.meta.TeamMeta
Removes a metaData entry by its key.
remove(Player) - Method in class com.booksaw.betterTeams.events.MCTeamManagement
 
remove(Player, boolean) - Method in class com.booksaw.betterTeams.events.MCTeamManagement
Used to remove the prefix / suffix from the specified player
REMOVE - Enum constant in enum class com.booksaw.betterTeams.customEvents.BelowNameChangeEvent.ChangeType
 
removeAll() - Method in class com.booksaw.betterTeams.events.MCTeamManagement
 
removeAll(boolean) - Method in class com.booksaw.betterTeams.events.MCTeamManagement
Used when the plugin is disabled
removeAlly(UUID) - Method in class com.booksaw.betterTeams.team.storage.team.SQLTeamStorage
 
removeAlly(UUID) - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
removeAlly(UUID) - Method in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 
removeAllyRequest(Team) - Method in class com.booksaw.betterTeams.Team
Used to remove an ally request from this team
removeAllyRequest(UUID) - Method in class com.booksaw.betterTeams.Team
Used to remove an ally request from this team
removeAllyRequest(UUID) - Method in class com.booksaw.betterTeams.team.storage.team.SQLTeamStorage
 
removeAllyRequest(UUID) - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
removeAllyRequest(UUID) - Method in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 
removeAndSaveMeta(String) - Method in class com.booksaw.betterTeams.Team
 
removeBan(UUID) - Method in class com.booksaw.betterTeams.team.storage.team.SQLTeamStorage
 
removeBan(UUID) - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
removeBan(UUID) - Method in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 
removeChestclaim(Location) - Method in class com.booksaw.betterTeams.team.storage.storageManager.FlatfileStorageManager
 
removeChestclaim(Location) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SeparatedYamlStorageManager
 
removeChestclaim(Location) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SQLStorageManager
 
removeChestclaim(Location) - Method in class com.booksaw.betterTeams.team.TeamManager
 
removeClaim(Location) - Method in class com.booksaw.betterTeams.Team
Used to remove a chest claim from this team
removeHolo(HologramManager.LocalHologram) - Method in class com.booksaw.betterTeams.integrations.hologram.HologramManager
 
RemoveHoloTeama - Class in com.booksaw.betterTeams.commands.teama
 
RemoveHoloTeama() - Constructor for class com.booksaw.betterTeams.commands.teama.RemoveHoloTeama
 
RemoveMoney - Class in com.booksaw.betterTeams.commands.teama.money
 
RemoveMoney() - Constructor for class com.booksaw.betterTeams.commands.teama.money.RemoveMoney
 
removePlayer(TeamPlayer) - Method in class com.booksaw.betterTeams.Team
Used to remove the given teamPlayer from the team, you must firstly be sure that the player is in this team (as it is not checked or caught in this method)
removePlayer(OfflinePlayer) - Method in class com.booksaw.betterTeams.Team
Used to remove the given player from the team, you must firstly be sure that the player is in this team (as it is not checked or caught in this method)
RemoveScore - Class in com.booksaw.betterTeams.commands.teama.score
 
RemoveScore() - Constructor for class com.booksaw.betterTeams.commands.teama.score.RemoveScore
 
removeWarp(Warp) - Method in class com.booksaw.betterTeams.team.storage.team.SQLTeamStorage
 
removeWarp(Warp) - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
removeWarp(Warp) - Method in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 
requiresData() - Method in enum class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderOptionsEnum
 
requiresData(String) - Static method in class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderService
 
resolve(String, ArgumentQueue, Context) - Method in class com.booksaw.betterTeams.text.TextColorTagResolver
 
resolveTeam(String) - Method in class com.booksaw.betterTeams.commands.presets.TeamSelectSubCommand
resolve a team from either a team name or a player name
runAsync(String[]) - Method in class com.booksaw.betterTeams.commands.ParentCommand
 
runAsync(String[]) - Method in class com.booksaw.betterTeams.commands.SubCommand
 
runAsync(String[]) - Method in class com.booksaw.betterTeams.commands.team.chest.ChestCheckCommand
 
runAsync(String[]) - Method in class com.booksaw.betterTeams.commands.team.chest.ChestClaimCommand
 
runAsync(String[]) - Method in class com.booksaw.betterTeams.commands.team.chest.ChestRemoveallCommand
 
runAsync(String[]) - Method in class com.booksaw.betterTeams.commands.team.chest.ChestRemoveCommand
 
runAsync(String[]) - Method in class com.booksaw.betterTeams.commands.team.DepositCommand
 
runAsync(String[]) - Method in class com.booksaw.betterTeams.commands.team.WithdrawCommand
 
runAsync(String[]) - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestClaimTeama
 
runAsync(String[]) - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestRemoveallTeama
 
runAsync(String[]) - Method in class com.booksaw.betterTeams.commands.teama.chest.ChestRemoveTeama
 
runAsync(String[]) - Method in class com.booksaw.betterTeams.commands.teama.CreateHoloTeama
 
runAsync(String[]) - Method in class com.booksaw.betterTeams.commands.teama.EchestTeama
 
runAsync(String[]) - Method in class com.booksaw.betterTeams.commands.teama.ReloadTeama
 
runAsync(String[]) - Method in class com.booksaw.betterTeams.commands.teama.RemoveHoloTeama
 
runCommand(Player) - Method in class com.booksaw.betterTeams.cooldown.CommandCooldown
Run when a player runs the command to track when they can next run the command
runCommand(Player) - Method in class com.booksaw.betterTeams.cooldown.CooldownManager.NoCooldown
 
runCommand(Player) - Method in class com.booksaw.betterTeams.cost.CommandCost
Run when a player runs the command to subtract the cost of the command
runCommand(Player) - Method in class com.booksaw.betterTeams.cost.CostManager.NoCost
 
runExecution(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.BooksawCommand
 
runTp() - Method in class com.booksaw.betterTeams.PlayerTeleport
 

S

save() - Method in class com.booksaw.betterTeams.ConfigManager
 
save(boolean) - Method in class com.booksaw.betterTeams.ConfigManager
 
save(TeamStorage) - Method in class com.booksaw.betterTeams.team.AllyRequestComponent
 
save(TeamStorage) - Method in class com.booksaw.betterTeams.team.AllySetComponent
 
save(TeamStorage) - Method in class com.booksaw.betterTeams.team.AnchoredPlayerUUIDSetComponent
 
save(TeamStorage) - Method in class com.booksaw.betterTeams.team.BanSetComponent
 
save(TeamStorage) - Method in class com.booksaw.betterTeams.team.ChestClaimComponent
 
save(TeamStorage) - Method in class com.booksaw.betterTeams.team.DoubleTeamComponent
 
save(TeamStorage) - Method in class com.booksaw.betterTeams.team.EChestComponent
 
save(TeamStorage) - Method in class com.booksaw.betterTeams.team.IntTeamComponent
 
save(TeamStorage) - Method in class com.booksaw.betterTeams.team.MemberSetComponent
 
save(TeamStorage) - Method in class com.booksaw.betterTeams.team.MetaComponent
 
save(TeamStorage) - Method in interface com.booksaw.betterTeams.team.TeamComponent
Store the loaded value to the configuration section
save(TeamStorage) - Method in class com.booksaw.betterTeams.team.WarpSetComponent
 
saveChestClaims() - Method in class com.booksaw.betterTeams.team.storage.storageManager.SeparatedYamlStorageManager
 
saveEchest() - Method in class com.booksaw.betterTeams.Team
 
saveFile() - Method in class com.booksaw.betterTeams.team.storage.team.FlatfileTeamStorage
 
saveFile() - Method in class com.booksaw.betterTeams.team.storage.team.SeparatedYamlTeamStorage
 
saveFile() - Method in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
Used to save whaver needs saving when a change is made
saveMeta(TeamMeta) - Method in class com.booksaw.betterTeams.team.storage.team.SQLTeamStorage
 
saveMeta(TeamMeta) - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
saveMeta(TeamMeta) - Method in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 
savePlayerLookup() - Method in class com.booksaw.betterTeams.team.storage.storageManager.SeparatedYamlStorageManager
 
saveResource(String, String, boolean) - Method in class com.booksaw.betterTeams.ConfigManager
 
saveTeamNameLookup() - Method in class com.booksaw.betterTeams.team.storage.storageManager.SeparatedYamlStorageManager
 
saveTeamsFile() - Method in class com.booksaw.betterTeams.team.storage.storageManager.SQLStorageManager
 
saveTeamsFile() - Method in class com.booksaw.betterTeams.team.storage.storageManager.YamlStorageManager
 
saveWarps() - Method in class com.booksaw.betterTeams.Team
Used to save all warps that this team has set
SCORE - Enum constant in enum class com.booksaw.betterTeams.integrations.hologram.HologramManager.HologramType
 
SCORE - Enum constant in enum class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderOptionsEnum
 
SCORE - Enum constant in enum class com.booksaw.betterTeams.team.storage.team.StoredTeamValue
The score of the team
ScoreChange - Class in com.booksaw.betterTeams.score
 
ScoreChange(ScoreChange.ChangeType, Player) - Constructor for class com.booksaw.betterTeams.score.ScoreChange
 
ScoreChange(ScoreChange.ChangeType, Player, Player) - Constructor for class com.booksaw.betterTeams.score.ScoreChange
 
ScoreChange.ChangeType - Enum Class in com.booksaw.betterTeams.score
 
ScoreComponent - Class in com.booksaw.betterTeams.team
 
ScoreComponent() - Constructor for class com.booksaw.betterTeams.team.ScoreComponent
 
ScoreManagement - Class in com.booksaw.betterTeams.score
 
ScoreManagement() - Constructor for class com.booksaw.betterTeams.score.ScoreManagement
 
ScorePlaceholderProvider - Class in com.booksaw.betterTeams.integrations.placeholder.provider
 
ScorePlaceholderProvider() - Constructor for class com.booksaw.betterTeams.integrations.placeholder.provider.ScorePlaceholderProvider
 
ScoreSubCommand - Class in com.booksaw.betterTeams.commands.presets
 
ScoreSubCommand() - Constructor for class com.booksaw.betterTeams.commands.presets.ScoreSubCommand
 
sectionToAmpersand(String) - Static method in class com.booksaw.betterTeams.text.LegacyTextUtils
 
select(String, TableName) - Method in class com.booksaw.betterTeams.database.BetterTeamsDatabase
 
selectInnerJoinGroupByOrder(String, TableName, TableName, String, String, String) - Method in class com.booksaw.betterTeams.database.BetterTeamsDatabase
 
selectInnerJoinOrder(String, TableName, TableName, String, String) - Method in class com.booksaw.betterTeams.database.BetterTeamsDatabase
 
selectOrder(String, TableName, String) - Method in class com.booksaw.betterTeams.database.BetterTeamsDatabase
 
selectWhere(String, TableName, String) - Method in class com.booksaw.betterTeams.database.BetterTeamsDatabase
 
selectWhereOrder(String, TableName, String, String) - Method in class com.booksaw.betterTeams.database.BetterTeamsDatabase
 
sendAllyMessage(TeamPlayer, String) - Method in class com.booksaw.betterTeams.Team
Used to send a message to all of the teams allies
sendFullMessage(Collection<? extends CommandSender>, String) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendFullMessage(Collection<? extends CommandSender>, String, boolean) - Static method in class com.booksaw.betterTeams.message.MessageManager
Used when sending a raw message to a group of command senders.
sendFullMessage(Collection<? extends CommandSender>, Component) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendFullMessage(Collection<? extends CommandSender>, Component, boolean) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendFullMessage(CommandSender, String) - Static method in class com.booksaw.betterTeams.message.MessageManager
Used when you are sending a user a message instead of a message loaded from a file
sendFullMessage(CommandSender, String, boolean) - Static method in class com.booksaw.betterTeams.message.MessageManager
Used when you are sending a user a message instead of a message loaded from a file
sendFullMessage(CommandSender, Component) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendFullMessage(CommandSender, Component, boolean) - Static method in class com.booksaw.betterTeams.message.MessageManager
Sends a full Component message to the given CommandSender
sendFullSubTitle(Collection<Player>, String) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendFullSubTitle(Collection<Player>, String, boolean) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendFullSubTitle(Collection<Player>, Component) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendFullSubTitle(Collection<Player>, Component, boolean) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendFullSubTitle(Player, String) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendFullSubTitle(Player, String, boolean) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendFullSubTitle(Player, Component) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendFullSubTitle(Player, Component, boolean) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendFullTitle(Collection<Player>, String) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendFullTitle(Collection<Player>, String, boolean) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendFullTitle(Collection<Player>, Component) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendFullTitle(Collection<Player>, Component, boolean) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendFullTitle(Player, String) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendFullTitle(Player, String, boolean) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendFullTitle(Player, Component) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendFullTitle(Player, Component, boolean) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendFullTitleAndSub(Collection<Player>, String, String) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendFullTitleAndSub(Collection<Player>, String, String, boolean, boolean) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendFullTitleAndSub(Collection<Player>, Component, Component) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendFullTitleAndSub(Collection<Player>, Component, Component, boolean, boolean) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendFullTitleAndSub(Player, String, String) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendFullTitleAndSub(Player, String, String, boolean, boolean) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendFullTitleAndSub(Player, Component, Component) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendFullTitleAndSub(Player, Component, Component, boolean, boolean) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendMessage(TeamPlayer, String) - Method in class com.booksaw.betterTeams.Team
Used when a player sends a message to the team chat
sendMessage(Collection<? extends CommandSender>) - Method in class com.booksaw.betterTeams.message.ChatMessage
 
sendMessage(Collection<? extends CommandSender>) - Method in class com.booksaw.betterTeams.message.CompositeMessage
 
sendMessage(Collection<? extends CommandSender>) - Method in class com.booksaw.betterTeams.message.HelpMessage
 
sendMessage(Collection<? extends CommandSender>) - Method in interface com.booksaw.betterTeams.message.Message
Used to send the message to a Collection of Players.
sendMessage(Collection<? extends CommandSender>) - Method in class com.booksaw.betterTeams.message.ReferencedFormatMessage
 
sendMessage(Collection<? extends CommandSender>) - Method in class com.booksaw.betterTeams.message.ReferenceMessage
 
sendMessage(Collection<? extends CommandSender>) - Method in class com.booksaw.betterTeams.message.StaticMessage
 
sendMessage(Collection<? extends CommandSender>) - Method in class com.booksaw.betterTeams.message.StaticReferencedFormatMessage
 
sendMessage(Collection<? extends CommandSender>) - Method in class com.booksaw.betterTeams.message.StaticReferenceMessage
 
sendMessage(Collection<? extends CommandSender>, boolean, String, Object...) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendMessage(Collection<? extends CommandSender>, OfflinePlayer, boolean, String, Object...) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendMessage(Collection<? extends CommandSender>, OfflinePlayer, String, Object...) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendMessage(Collection<? extends CommandSender>, String, Object...) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendMessage(CommandSender) - Method in class com.booksaw.betterTeams.message.ChatMessage
 
sendMessage(CommandSender) - Method in class com.booksaw.betterTeams.message.CompositeMessage
 
sendMessage(CommandSender) - Method in class com.booksaw.betterTeams.message.HelpMessage
 
sendMessage(CommandSender) - Method in interface com.booksaw.betterTeams.message.Message
Used to send the message.
sendMessage(CommandSender) - Method in class com.booksaw.betterTeams.message.ReferencedFormatMessage
 
sendMessage(CommandSender) - Method in class com.booksaw.betterTeams.message.ReferenceMessage
 
sendMessage(CommandSender) - Method in class com.booksaw.betterTeams.message.StaticMessage
 
sendMessage(CommandSender) - Method in class com.booksaw.betterTeams.message.StaticReferencedFormatMessage
 
sendMessage(CommandSender) - Method in class com.booksaw.betterTeams.message.StaticReferenceMessage
 
sendMessage(CommandSender, boolean, String, Object...) - Static method in class com.booksaw.betterTeams.message.MessageManager
Used to send a (formatted) message to the specified user
sendMessage(CommandSender, OfflinePlayer, boolean, String, Object...) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendMessage(CommandSender, OfflinePlayer, String, Object...) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendMessage(CommandSender, String, Object...) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendResponseMessage(CommandSender) - Method in class com.booksaw.betterTeams.CommandResponse
This method is used to send the message which has been set by the command
sendSpyMessage(Collection<? extends CommandSender>) - Method in class com.booksaw.betterTeams.message.ChatMessage
 
sendSpyMessage(CommandSender) - Method in class com.booksaw.betterTeams.message.ChatMessage
 
sendSubTitle(Collection<Player>, boolean, String, Object...) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendSubTitle(Collection<Player>, OfflinePlayer, boolean, String, Object...) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendSubTitle(Collection<Player>, OfflinePlayer, String, Object...) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendSubTitle(Collection<Player>, String, Object...) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendSubTitle(Player, boolean, String, Object...) - Static method in class com.booksaw.betterTeams.message.MessageManager
Used to send a (formatted) subtitle to the specified user
sendSubTitle(Player, OfflinePlayer, boolean, String, Object...) - Static method in class com.booksaw.betterTeams.message.MessageManager
Used to send a (formatted) subtitle to the specified user
sendSubTitle(Player, OfflinePlayer, String, Object...) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendSubTitle(Player, String, Object...) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendTitle(Collection<Player>) - Method in class com.booksaw.betterTeams.message.ChatMessage
 
sendTitle(Collection<Player>) - Method in class com.booksaw.betterTeams.message.CompositeMessage
 
sendTitle(Collection<Player>) - Method in class com.booksaw.betterTeams.message.HelpMessage
 
sendTitle(Collection<Player>) - Method in interface com.booksaw.betterTeams.message.Message
Used to send a title to a Collection of Players.
sendTitle(Collection<Player>) - Method in class com.booksaw.betterTeams.message.ReferencedFormatMessage
 
sendTitle(Collection<Player>) - Method in class com.booksaw.betterTeams.message.ReferenceMessage
 
sendTitle(Collection<Player>) - Method in class com.booksaw.betterTeams.message.StaticMessage
 
sendTitle(Collection<Player>) - Method in class com.booksaw.betterTeams.message.StaticReferencedFormatMessage
 
sendTitle(Collection<Player>) - Method in class com.booksaw.betterTeams.message.StaticReferenceMessage
 
sendTitle(Collection<Player>, boolean, String, Object...) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendTitle(Collection<Player>, OfflinePlayer, boolean, String, Object...) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendTitle(Collection<Player>, OfflinePlayer, String, Object...) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendTitle(Collection<Player>, String, Object...) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendTitle(Player) - Method in class com.booksaw.betterTeams.message.ChatMessage
 
sendTitle(Player) - Method in class com.booksaw.betterTeams.message.CompositeMessage
 
sendTitle(Player) - Method in class com.booksaw.betterTeams.message.HelpMessage
 
sendTitle(Player) - Method in interface com.booksaw.betterTeams.message.Message
Used to send a title to a Player.
sendTitle(Player) - Method in class com.booksaw.betterTeams.message.ReferencedFormatMessage
 
sendTitle(Player) - Method in class com.booksaw.betterTeams.message.ReferenceMessage
 
sendTitle(Player) - Method in class com.booksaw.betterTeams.message.StaticMessage
 
sendTitle(Player) - Method in class com.booksaw.betterTeams.message.StaticReferencedFormatMessage
 
sendTitle(Player) - Method in class com.booksaw.betterTeams.message.StaticReferenceMessage
 
sendTitle(Player, boolean, String, Object...) - Static method in class com.booksaw.betterTeams.message.MessageManager
Used to send a (formatted) title to the specified user
sendTitle(Player, OfflinePlayer, boolean, String, Object...) - Static method in class com.booksaw.betterTeams.message.MessageManager
Used to send a (formatted) title to the specified user
sendTitle(Player, OfflinePlayer, String, Object...) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendTitle(Player, String, Object...) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
sendWebhookMessage(String, String) - Method in class com.booksaw.betterTeams.util.WebhookHandler
 
SeparatedYamlStorageManager - Class in com.booksaw.betterTeams.team.storage.storageManager
 
SeparatedYamlStorageManager() - Constructor for class com.booksaw.betterTeams.team.storage.storageManager.SeparatedYamlStorageManager
 
SeparatedYamlTeamStorage - Class in com.booksaw.betterTeams.team.storage.team
 
SeparatedYamlTeamStorage(Team, SeparatedYamlStorageManager) - Constructor for class com.booksaw.betterTeams.team.storage.team.SeparatedYamlTeamStorage
 
serialize(Component) - Static method in class com.booksaw.betterTeams.text.LegacyTextUtils
 
serializeArray(List<Object>) - Method in class dev.ceymikey.json.JsonElement
 
serializeInventory(Inventory) - Static method in class com.booksaw.betterTeams.Utils
Serializes the contents of an inventory into a YAML string representation.
serializeObject(Map<String, Object>) - Method in class dev.ceymikey.json.JsonElement
 
serializeValue(Object) - Method in class dev.ceymikey.json.JsonElement
 
set - Variable in class com.booksaw.betterTeams.team.SetTeamComponent
 
set(TeamMeta) - Method in class com.booksaw.betterTeams.team.MetaComponent
 
set(StoredTeamValue, Object) - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
Used to store the given information at the given location
set(Double) - Method in class com.booksaw.betterTeams.team.DoubleTeamComponent
 
set(Integer) - Method in class com.booksaw.betterTeams.team.IntTeamComponent
 
set(Integer) - Method in class com.booksaw.betterTeams.team.ScoreComponent
 
set(String, TeamStorageType, Object) - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
Used to store the given information at the given location
set(String, Object) - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
Used to store the given information at the given location
set(String, String) - Method in class com.booksaw.betterTeams.team.meta.TeamMeta
Adds or updates a metaData entry.
set(Set<T>) - Method in class com.booksaw.betterTeams.team.SetTeamComponent
 
set(Inventory) - Method in class com.booksaw.betterTeams.team.EChestComponent
 
set(T) - Method in interface com.booksaw.betterTeams.team.TeamComponent
 
setAllyChat(boolean) - Method in class com.booksaw.betterTeams.TeamPlayer
 
setAllyList(List<String>) - Method in class com.booksaw.betterTeams.team.storage.team.SQLTeamStorage
 
setAllyList(List<String>) - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
setAllyList(List<String>) - Method in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 
setAllyRequestList(List<String>) - Method in class com.booksaw.betterTeams.team.storage.team.SQLTeamStorage
 
setAllyRequestList(List<String>) - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
setAllyRequestList(List<String>) - Method in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 
setAmount(double) - Method in class com.booksaw.betterTeams.customEvents.TeamDepositEvent
 
setAmount(double) - Method in interface com.booksaw.betterTeams.customEvents.TeamMoneyEvent
 
setAmount(double) - Method in class com.booksaw.betterTeams.customEvents.TeamWithdrawEvent
 
setAnchor(boolean) - Method in class com.booksaw.betterTeams.TeamPlayer
 
setAnchor(TeamPlayer, boolean) - Method in class com.booksaw.betterTeams.team.storage.team.SQLTeamStorage
 
setAnchor(TeamPlayer, boolean) - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
setAnchor(TeamPlayer, boolean) - Method in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 
SetAnchorCommand - Class in com.booksaw.betterTeams.commands.team
 
SetAnchorCommand() - Constructor for class com.booksaw.betterTeams.commands.team.SetAnchorCommand
 
setAnchored(boolean) - Method in class com.booksaw.betterTeams.Team
 
setAnchoredPlayerList(List<String>) - Method in class com.booksaw.betterTeams.team.storage.team.SQLTeamStorage
 
setAnchoredPlayerList(List<String>) - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
setAnchoredPlayerList(List<String>) - Method in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 
SetAnchorTeama - Class in com.booksaw.betterTeams.commands.teama
 
SetAnchorTeama() - Constructor for class com.booksaw.betterTeams.commands.teama.SetAnchorTeama
 
setAndSaveMeta(String, String) - Method in class com.booksaw.betterTeams.Team
 
setBanList(List<String>) - Method in class com.booksaw.betterTeams.team.storage.team.SQLTeamStorage
 
setBanList(List<String>) - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
setBanList(List<String>) - Method in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 
setCancelled(boolean) - Method in class com.booksaw.betterTeams.customEvents.PurgeEvent
 
setCancelled(boolean) - Method in class com.booksaw.betterTeams.customEvents.TeamEvent
 
setCancelled(boolean) - Method in interface com.booksaw.betterTeams.customEvents.TeamMoneyEvent
 
setClaimedChests(List<String>) - Method in class com.booksaw.betterTeams.team.storage.team.SQLTeamStorage
 
setClaimedChests(List<String>) - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
setClaimedChests(List<String>) - Method in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 
setColor(int) - Method in class dev.ceymikey.injection.EmbedBuilder.Construct
 
setColor(ChatColor) - Method in class com.booksaw.betterTeams.Team
Used to change the team color
setCost(int) - Method in class com.booksaw.betterTeams.customEvents.LevelupTeamEvent
 
setDescription(String) - Method in class com.booksaw.betterTeams.Team
Used to change the team description
setDescription(String) - Method in class dev.ceymikey.injection.EmbedBuilder.Construct
 
setEchestContents(Inventory) - Method in class com.booksaw.betterTeams.team.storage.team.SQLTeamStorage
 
setEchestContents(Inventory) - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
setEchestContents(Inventory) - Method in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 
setFooter(String) - Method in class dev.ceymikey.injection.EmbedBuilder.Construct
 
setFormat(String) - Method in class com.booksaw.betterTeams.customEvents.TeamSendMessageEvent
The format which will be used to format the message.
setHoloDetails(List<String>) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SQLStorageManager
 
setHoloDetails(List<String>) - Method in class com.booksaw.betterTeams.team.storage.storageManager.YamlStorageManager
 
setHoloDetails(List<String>) - Method in class com.booksaw.betterTeams.team.TeamManager
Used to store and save the updated hologram details
SethomeCommand - Class in com.booksaw.betterTeams.commands.team
 
SethomeCommand() - Constructor for class com.booksaw.betterTeams.commands.team.SethomeCommand
 
setLanguage(String) - Static method in class com.booksaw.betterTeams.message.MessageManager
 
setLevel(int) - Method in class com.booksaw.betterTeams.Team
 
setMoney(double) - Method in class com.booksaw.betterTeams.Team
 
SetMoney - Class in com.booksaw.betterTeams.commands.teama.money
 
SetMoney() - Constructor for class com.booksaw.betterTeams.commands.teama.money.SetMoney
 
setName(String, Player) - Method in class com.booksaw.betterTeams.Team
This is used to set the name of the team, it is important that you check that the name is unique before running this method
setNewLevel(int) - Method in class com.booksaw.betterTeams.customEvents.LevelupTeamEvent
 
setNewRank(PlayerRank) - Method in class com.booksaw.betterTeams.customEvents.RankChangePlayerEvent
 
setNewRelation(RelationType) - Method in class com.booksaw.betterTeams.customEvents.RelationChangeTeamEvent
 
setNewTeamColor(ChatColor) - Method in class com.booksaw.betterTeams.customEvents.TeamColorChangeEvent
 
setNewTeamName(String) - Method in class com.booksaw.betterTeams.customEvents.TeamNameChangeEvent
 
setNewTeamTag(String) - Method in class com.booksaw.betterTeams.customEvents.TeamTagChangeEvent
 
setOpen(boolean) - Method in class com.booksaw.betterTeams.Team
 
SetOwnerCommand - Class in com.booksaw.betterTeams.commands.team
 
SetOwnerCommand() - Constructor for class com.booksaw.betterTeams.commands.team.SetOwnerCommand
 
SetOwnerTeama - Class in com.booksaw.betterTeams.commands.teama
 
SetOwnerTeama() - Constructor for class com.booksaw.betterTeams.commands.teama.SetOwnerTeama
 
setPlaceholders(String, Object...) - Static method in class com.booksaw.betterTeams.util.StringUtil
Replaces indexed placeholders in the provided text with the corresponding replacement values.
setPlaceholders(Component, Component, String...) - Static method in class com.booksaw.betterTeams.util.ComponentUtil
 
setPlaceholders(Player, String) - Static method in class com.booksaw.betterTeams.util.StringUtil
 
setPlaceholders(OfflinePlayer, String, Object...) - Static method in class com.booksaw.betterTeams.util.StringUtil
 
setPlayerAnchor(TeamPlayer, boolean) - Method in class com.booksaw.betterTeams.Team
 
setPlayerAnchor(OfflinePlayer, boolean) - Method in class com.booksaw.betterTeams.Team
 
setPlayerList(List<String>) - Method in class com.booksaw.betterTeams.team.storage.team.SQLTeamStorage
 
setPlayerList(List<String>) - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
setPlayerList(List<String>) - Method in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 
setPvp(boolean) - Method in class com.booksaw.betterTeams.Team
 
setRank(PlayerRank) - Method in class com.booksaw.betterTeams.TeamPlayer
The rank of the player within their team
SetrankTeama - Class in com.booksaw.betterTeams.commands.teama
 
SetrankTeama(ParentCommand) - Constructor for class com.booksaw.betterTeams.commands.teama.SetrankTeama
 
setRawMessage(String) - Method in class com.booksaw.betterTeams.customEvents.TeamSendMessageEvent
 
setRequiredRank(PlayerRank) - Method in class com.booksaw.betterTeams.commands.presets.TeamSubCommand
 
setScore(boolean) - Method in class com.booksaw.betterTeams.customEvents.LevelupTeamEvent
 
setScore(int) - Method in class com.booksaw.betterTeams.Team
 
SetScore - Class in com.booksaw.betterTeams.commands.teama.score
 
SetScore() - Constructor for class com.booksaw.betterTeams.commands.teama.score.SetScore
 
setSenderNamePrefix(String) - Method in class com.booksaw.betterTeams.customEvents.TeamSendMessageEvent
 
setSubCommand(SubCommand) - Method in class com.booksaw.betterTeams.BooksawCommand
 
setTag(String) - Method in class com.booksaw.betterTeams.Team
 
setTeamBalRank(int) - Method in class com.booksaw.betterTeams.Team
 
setTeamChat(boolean) - Method in class com.booksaw.betterTeams.TeamPlayer
This stores if the team is messaging to the team chat or the global chat
SetTeamComponent<T> - Class in com.booksaw.betterTeams.team
 
SetTeamComponent() - Constructor for class com.booksaw.betterTeams.team.SetTeamComponent
 
setTeamHome(Location) - Method in class com.booksaw.betterTeams.Team
 
setTeamRank(int) - Method in class com.booksaw.betterTeams.Team
 
setThumbnailUrl(String) - Method in class dev.ceymikey.injection.EmbedBuilder.Construct
 
setTitle(TeamPlayer) - Method in class com.booksaw.betterTeams.team.storage.team.SQLTeamStorage
 
setTitle(TeamPlayer) - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
setTitle(TeamPlayer) - Method in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 
setTitle(TeamPlayer, String) - Method in class com.booksaw.betterTeams.Team
 
setTitle(String) - Method in class com.booksaw.betterTeams.TeamPlayer
Do not use this method (only should be used in the class Team, instead use Team.setTitle() as that will save the updated value)
setTitle(String) - Method in class dev.ceymikey.injection.EmbedBuilder.Construct
 
setupCommands() - Method in class com.booksaw.betterTeams.Main
 
setupConnection() - Method in class com.booksaw.betterTeams.database.api.Database
Used to setup a connection from the provided data
setupConnectionFromConfiguration(ConfigurationSection) - Method in class com.booksaw.betterTeams.database.api.Database
Used to setup a connection from the provided data
setupHelp() - Static method in class com.booksaw.betterTeams.commands.HelpCommand
 
setupListeners() - Method in class com.booksaw.betterTeams.Main
 
setupMessageSender(BukkitAudiences) - Static method in class com.booksaw.betterTeams.message.MessageManager
Used to instantiate a new MessageSender.
setupMetrics() - Method in class com.booksaw.betterTeams.Main
 
setupStorage() - Method in class com.booksaw.betterTeams.Main
 
setupTables() - Method in class com.booksaw.betterTeams.database.BetterTeamsDatabase
 
setupTeam(Team, String) - Method in class com.booksaw.betterTeams.events.MCTeamManagement
 
setupTeamManager(StorageType) - Static method in class com.booksaw.betterTeams.Team
 
setUrl(String) - Method in class dev.ceymikey.injection.EmbedBuilder.Construct
 
setValue(String, TeamStorageType, Object) - Method in class com.booksaw.betterTeams.team.storage.team.SQLTeamStorage
 
setValue(String, TeamStorageType, Object) - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
Used to set a value after checks have been made
setValue(String, TeamStorageType, Object) - Method in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 
SetWarpCommand - Class in com.booksaw.betterTeams.commands.team
 
SetWarpCommand() - Constructor for class com.booksaw.betterTeams.commands.team.SetWarpCommand
 
setWarps(List<String>) - Method in class com.booksaw.betterTeams.team.storage.team.SQLTeamStorage
 
setWarps(List<String>) - Method in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
setWarps(List<String>) - Method in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 
SetwarpTeama - Class in com.booksaw.betterTeams.commands.teama
 
SetwarpTeama() - Constructor for class com.booksaw.betterTeams.commands.teama.SetwarpTeama
 
size() - Method in class com.booksaw.betterTeams.team.SetTeamComponent
 
size() - Method in class com.booksaw.betterTeams.util.Cache
Returns the approximate number of entries in this cache.
sortTeamsByBalance() - Method in class com.booksaw.betterTeams.team.storage.storageManager.FlatfileStorageManager
 
sortTeamsByBalance() - Method in class com.booksaw.betterTeams.team.storage.storageManager.SeparatedYamlStorageManager
 
sortTeamsByBalance() - Method in class com.booksaw.betterTeams.team.storage.storageManager.SQLStorageManager
 
sortTeamsByBalance() - Method in class com.booksaw.betterTeams.team.TeamManager
This method is used to sort all the team names into an array ranking from highest to lowest
sortTeamsByMembers() - Method in class com.booksaw.betterTeams.team.storage.storageManager.FlatfileStorageManager
 
sortTeamsByMembers() - Method in class com.booksaw.betterTeams.team.storage.storageManager.SeparatedYamlStorageManager
 
sortTeamsByMembers() - Method in class com.booksaw.betterTeams.team.storage.storageManager.SQLStorageManager
 
sortTeamsByMembers() - Method in class com.booksaw.betterTeams.team.TeamManager
Used to sort all members from largest to smallest by number of members
sortTeamsByScore() - Method in class com.booksaw.betterTeams.team.storage.storageManager.FlatfileStorageManager
 
sortTeamsByScore() - Method in class com.booksaw.betterTeams.team.storage.storageManager.SeparatedYamlStorageManager
 
sortTeamsByScore() - Method in class com.booksaw.betterTeams.team.storage.storageManager.SQLStorageManager
 
sortTeamsByScore() - Method in class com.booksaw.betterTeams.team.TeamManager
This method is used to sort all the teams into an array ranking from highest score to lowest
source - Variable in class com.booksaw.betterTeams.score.ScoreChange
 
spams - Static variable in class com.booksaw.betterTeams.score.ScoreChange
 
spy - Variable in class com.booksaw.betterTeams.events.ChatManagement
 
spyQuit(PlayerQuitEvent) - Method in class com.booksaw.betterTeams.events.ChatManagement
 
SQL - Enum constant in enum class com.booksaw.betterTeams.team.storage.StorageType
SQL is where team data is stored in a mySQL database
SQLStorageManager - Class in com.booksaw.betterTeams.team.storage.storageManager
 
SQLStorageManager() - Constructor for class com.booksaw.betterTeams.team.storage.storageManager.SQLStorageManager
 
SQLTeamStorage - Class in com.booksaw.betterTeams.team.storage.team
 
SQLTeamStorage(SQLStorageManager, Team) - Constructor for class com.booksaw.betterTeams.team.storage.team.SQLTeamStorage
 
standardHexToAdventure(String) - Static method in class com.booksaw.betterTeams.text.LegacyTextUtils
 
startUpdates() - Method in class com.booksaw.betterTeams.integrations.hologram.HologramManager
 
StaticComponentHolderMessage - Class in com.booksaw.betterTeams.message
 
StaticComponentHolderMessage(String) - Constructor for class com.booksaw.betterTeams.message.StaticComponentHolderMessage
 
StaticComponentHolderMessage(Component) - Constructor for class com.booksaw.betterTeams.message.StaticComponentHolderMessage
 
StaticMessage - Class in com.booksaw.betterTeams.message
This class is used for any messages which should be sent as normal (literally just a message)
StaticMessage(String) - Constructor for class com.booksaw.betterTeams.message.StaticMessage
 
StaticMessage(String, boolean) - Constructor for class com.booksaw.betterTeams.message.StaticMessage
 
StaticReferencedFormatMessage - Class in com.booksaw.betterTeams.message
 
StaticReferencedFormatMessage(OfflinePlayer, String, Object...) - Constructor for class com.booksaw.betterTeams.message.StaticReferencedFormatMessage
 
StaticReferencedFormatMessage(String, Object...) - Constructor for class com.booksaw.betterTeams.message.StaticReferencedFormatMessage
 
StaticReferenceMessage - Class in com.booksaw.betterTeams.message
 
StaticReferenceMessage(String) - Constructor for class com.booksaw.betterTeams.message.StaticReferenceMessage
 
StorageType - Enum Class in com.booksaw.betterTeams.team.storage
 
StoredTeamValue - Enum Class in com.booksaw.betterTeams.team.storage.team
 
STRING - Enum constant in enum class com.booksaw.betterTeams.team.storage.team.TeamStorageType
 
StringUtil - Class in com.booksaw.betterTeams.util
 
sub(Double) - Method in class com.booksaw.betterTeams.team.DoubleTeamComponent
 
sub(Integer) - Method in class com.booksaw.betterTeams.team.IntTeamComponent
 
sub(T) - Method in interface com.booksaw.betterTeams.team.VariableTeamComponent
Subtract the given amount from this variable
SubCommand - Class in com.booksaw.betterTeams.commands
This class is used by any commands which are included within a command tree (for example /command subcommand)
SubCommand() - Constructor for class com.booksaw.betterTeams.commands.SubCommand
 
SUCCESS - Enum constant in enum class com.booksaw.betterTeams.team.AnchoredPlayerUUIDSetComponent.AnchorResult
The operation was successful
SUFFIX - Enum constant in enum class com.booksaw.betterTeams.events.MCTeamManagement.BelowNameType
 

T

tabComplete(CommandSender, String, String[]) - Method in class com.booksaw.betterTeams.BooksawCommand
 
TableBuilder - Class in com.booksaw.betterTeams.database.api
Class used to build a table from scratch NOTE THIS CLASS IS UNFINISHED
TableBuilder(Database, TableName) - Constructor for class com.booksaw.betterTeams.database.api.TableBuilder
 
TableName - Enum Class in com.booksaw.betterTeams.database
 
TAG - Enum constant in enum class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderOptionsEnum
 
TAG - Enum constant in enum class com.booksaw.betterTeams.team.storage.team.StoredTeamValue
The tag of the team
TagCommand - Class in com.booksaw.betterTeams.commands.team
 
TagCommand() - Constructor for class com.booksaw.betterTeams.commands.team.TagCommand
 
TagPlaceholderProvider - Class in com.booksaw.betterTeams.integrations.placeholder.provider
 
TagPlaceholderProvider() - Constructor for class com.booksaw.betterTeams.integrations.placeholder.provider.TagPlaceholderProvider
 
TagTeama - Class in com.booksaw.betterTeams.commands.teama
 
TagTeama() - Constructor for class com.booksaw.betterTeams.commands.teama.TagTeama
 
target - Variable in class com.booksaw.betterTeams.score.ScoreChange
 
team - Variable in class com.booksaw.betterTeams.customEvents.TeamEvent
 
team - Variable in class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
Team - Class in com.booksaw.betterTeams
This class is used to manage a team and all of it's participants
Team(String, UUID, Player) - Constructor for class com.booksaw.betterTeams.Team
Creates a new team with the provided name
Team(UUID) - Constructor for class com.booksaw.betterTeams.Team
this is used to load a team from the configuration file
TEAM - Enum constant in enum class com.booksaw.betterTeams.database.TableName
 
TEAM_META - Enum constant in enum class com.booksaw.betterTeams.database.TableName
 
TEAM_PVP_FLAG - Static variable in class com.booksaw.betterTeams.integrations.WorldGuardManagerV7
 
teamChat(Team, TeamPlayer, String) - Static method in class com.booksaw.betterTeams.message.ChatMessage
 
teamChat(Team, TeamPlayer, String, String) - Static method in class com.booksaw.betterTeams.message.ChatMessage
 
TEAMCHAT - Enum constant in enum class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderOptionsEnum
 
TeamChatPlaceholderProvider - Class in com.booksaw.betterTeams.integrations.placeholder.provider
 
TeamChatPlaceholderProvider() - Constructor for class com.booksaw.betterTeams.integrations.placeholder.provider.TeamChatPlaceholderProvider
 
TeamColorChangeEvent - Class in com.booksaw.betterTeams.customEvents
An event which is called right before the recoloring of a Team
TeamColorChangeEvent(Team, ChatColor) - Constructor for class com.booksaw.betterTeams.customEvents.TeamColorChangeEvent
 
TeamComponent<T> - Interface in com.booksaw.betterTeams.team
 
TeamDepositEvent - Class in com.booksaw.betterTeams.customEvents
An event which is called when a player deposits money into their Team's balance
TeamDepositEvent(Team, TeamPlayer, double) - Constructor for class com.booksaw.betterTeams.customEvents.TeamDepositEvent
 
TeamDisallowedPvPEvent - Class in com.booksaw.betterTeams.customEvents
An event called when determining whether to allow or disallow a pvp interaction between members of the same Team
TeamDisallowedPvPEvent(Team, Player, Team, boolean) - Constructor for class com.booksaw.betterTeams.customEvents.TeamDisallowedPvPEvent
 
TeamEvent - Class in com.booksaw.betterTeams.customEvents
Wrapper for all events which contain a team
TeamEvent(Team, boolean) - Constructor for class com.booksaw.betterTeams.customEvents.TeamEvent
 
TEAMLISTSTORAGELOC - Static variable in class com.booksaw.betterTeams.team.storage.storageManager.SQLStorageManager
 
TEAMLISTSTORAGELOC - Static variable in class com.booksaw.betterTeams.team.storage.storageManager.YamlStorageManager
 
teamManagement - Variable in class com.booksaw.betterTeams.Main
 
TeamManager - Class in com.booksaw.betterTeams.team
 
TeamManager() - Constructor for class com.booksaw.betterTeams.team.TeamManager
Used to create a new teamManager
TeamMeta - Class in com.booksaw.betterTeams.team.meta
This class manages custom metaData for a team.
TeamMeta() - Constructor for class com.booksaw.betterTeams.team.meta.TeamMeta
 
TeamMoneyEvent - Interface in com.booksaw.betterTeams.customEvents
 
teamNameChange(Team, String) - Method in class com.booksaw.betterTeams.team.storage.storageManager.FlatfileStorageManager
 
teamNameChange(Team, String) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SeparatedYamlStorageManager
 
teamNameChange(Team, String) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SQLStorageManager
 
teamNameChange(Team, String) - Method in class com.booksaw.betterTeams.team.TeamManager
Called when a team changes its name as this will effect the getTeam(String teamName) method
TeamNameChangeEvent - Class in com.booksaw.betterTeams.customEvents
An event which is called right before the renaming of a Team
TeamNameChangeEvent(Team, String, Player) - Constructor for class com.booksaw.betterTeams.customEvents.TeamNameChangeEvent
 
TeamPlaceholderOptionsEnum - Enum Class in com.booksaw.betterTeams.integrations.placeholder
 
TeamPlaceholders - Class in com.booksaw.betterTeams.integrations.placeholder
This class is used to set the placeholder values for placeholder API
TeamPlaceholders(Plugin) - Constructor for class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholders
 
TeamPlaceholderService - Class in com.booksaw.betterTeams.integrations.placeholder
Class to provide all placeholders in relation to a team
teamPlayer - Variable in class com.booksaw.betterTeams.customEvents.TeamPlayerEvent
 
TeamPlayer - Class in com.booksaw.betterTeams
This class is used to store all the information about a user in a team
TeamPlayer(String) - Constructor for class com.booksaw.betterTeams.TeamPlayer
Used to load player information relating to that player
TeamPlayer(OfflinePlayer, PlayerRank) - Constructor for class com.booksaw.betterTeams.TeamPlayer
Used to create a new player
TeamPlayer(OfflinePlayer, PlayerRank, String) - Constructor for class com.booksaw.betterTeams.TeamPlayer
 
TeamPlayer(OfflinePlayer, PlayerRank, String, boolean) - Constructor for class com.booksaw.betterTeams.TeamPlayer
 
TeamPlayerEvent - Class in com.booksaw.betterTeams.customEvents
 
TeamPlayerEvent(Team, TeamPlayer, boolean) - Constructor for class com.booksaw.betterTeams.customEvents.TeamPlayerEvent
 
TeamPlayerSetComponent - Class in com.booksaw.betterTeams.team
 
TeamPlayerSetComponent() - Constructor for class com.booksaw.betterTeams.team.TeamPlayerSetComponent
 
TEAMSAVEPATH - Static variable in class com.booksaw.betterTeams.team.storage.team.SeparatedYamlTeamStorage
The path to the folder which contains all team information
TeamSelectSubCommand - Class in com.booksaw.betterTeams.commands.presets
This class is used for admin commands which reference a specific team remember args[0] will be the team name
TeamSelectSubCommand() - Constructor for class com.booksaw.betterTeams.commands.presets.TeamSelectSubCommand
 
TeamSendMessageEvent - Class in com.booksaw.betterTeams.customEvents
An event which is called before a message is sent from a TeamPlayer to members of their Team.
TeamSendMessageEvent(Team, TeamPlayer, String, String, String, Collection<TeamPlayer>) - Constructor for class com.booksaw.betterTeams.customEvents.TeamSendMessageEvent
Creates an event with the original data for the message.
teamStorage - Variable in class com.booksaw.betterTeams.team.storage.storageManager.SQLStorageManager
 
teamStorage - Variable in class com.booksaw.betterTeams.team.storage.storageManager.YamlStorageManager
 
teamStorage - Variable in class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 
TeamStorage - Class in com.booksaw.betterTeams.team.storage.team
Used to manage the storage for a single team.
TeamStorage(Team) - Constructor for class com.booksaw.betterTeams.team.storage.team.TeamStorage
 
TeamStorageType - Enum Class in com.booksaw.betterTeams.team.storage.team
 
TeamSubCommand - Class in com.booksaw.betterTeams.commands.presets
This class can be extended for any sub commands which require players to be in a team
TeamSubCommand() - Constructor for class com.booksaw.betterTeams.commands.presets.TeamSubCommand
 
TeamSubCommand.TeamPlayerResult - Class in com.booksaw.betterTeams.commands.presets
 
TeamTagChangeEvent - Class in com.booksaw.betterTeams.customEvents
An event which is called right before the tag of a Team is changed
TeamTagChangeEvent(Team, String) - Constructor for class com.booksaw.betterTeams.customEvents.TeamTagChangeEvent
 
TeamUtil - Class in com.booksaw.betterTeams.util
 
TeamWithdrawEvent - Class in com.booksaw.betterTeams.customEvents
An event which is called when a player withdraws money from their Team's balance
TeamWithdrawEvent(Team, TeamPlayer, double) - Constructor for class com.booksaw.betterTeams.customEvents.TeamWithdrawEvent
 
TeleportTeama - Class in com.booksaw.betterTeams.commands.teama
 
TeleportTeama(ParentCommand) - Constructor for class com.booksaw.betterTeams.commands.teama.TeleportTeama
 
TextColorTagResolver - Class in com.booksaw.betterTeams.text
 
TITLE - Enum constant in enum class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderOptionsEnum
 
TitleCommand - Class in com.booksaw.betterTeams.commands.team
 
TitleCommand() - Constructor for class com.booksaw.betterTeams.commands.team.TitleCommand
 
TitlePlaceholderProvider - Class in com.booksaw.betterTeams.integrations.placeholder.provider
 
TitlePlaceholderProvider() - Constructor for class com.booksaw.betterTeams.integrations.placeholder.provider.TitlePlaceholderProvider
 
TitleTeama - Class in com.booksaw.betterTeams.commands.teama
 
TitleTeama() - Constructor for class com.booksaw.betterTeams.commands.teama.TitleTeama
 
toAdventure(String) - Static method in class com.booksaw.betterTeams.text.LegacyTextUtils
 
toAdventure(String, boolean, boolean, boolean, boolean) - Static method in class com.booksaw.betterTeams.text.LegacyTextUtils
 
toggleAnchor() - Method in class com.booksaw.betterTeams.Team
Toggle anchor status for this team
TopCommand - Class in com.booksaw.betterTeams.commands.team
 
TopCommand() - Constructor for class com.booksaw.betterTeams.commands.team.TopCommand
 
toString() - Method in enum class com.booksaw.betterTeams.database.TableName
 
toString() - Method in class com.booksaw.betterTeams.TeamPlayer
 
toString() - Method in class com.booksaw.betterTeams.Warp
 
toString() - Method in class dev.ceymikey.json.JsonArray
 
toString() - Method in class dev.ceymikey.json.JsonObject
 
toString(TeamPlayer) - Method in class com.booksaw.betterTeams.team.TeamPlayerSetComponent
 
toString(Warp) - Method in class com.booksaw.betterTeams.team.WarpSetComponent
 
toString(UUID) - Method in class com.booksaw.betterTeams.team.UuidSetComponent
 
toString(Location) - Method in class com.booksaw.betterTeams.team.LocationSetComponent
 
toString(T) - Method in class com.booksaw.betterTeams.team.SetTeamComponent
Used to convert a component of the list to a string for saving
transferEvent(ClaimTransferOwnershipEvent) - Method in class com.booksaw.betterTeams.integrations.UltimateClaimsManager
 
type - Variable in class com.booksaw.betterTeams.score.ScoreChange
 

U

UltimateClaimsManager - Class in com.booksaw.betterTeams.integrations
 
UltimateClaimsManager() - Constructor for class com.booksaw.betterTeams.integrations.UltimateClaimsManager
 
unanchorPlayer(TeamPlayer) - Method in class com.booksaw.betterTeams.Team
Used for unanchoring this player.
UnbanCommand - Class in com.booksaw.betterTeams.commands.team
 
UnbanCommand() - Constructor for class com.booksaw.betterTeams.commands.team.UnbanCommand
 
unbanPlayer(OfflinePlayer) - Method in class com.booksaw.betterTeams.Team
This method is used to remove a player from the list of players which are banned from the team
unloadTeam(UUID) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SeparatedYamlStorageManager
 
unloadTeam(UUID) - Method in class com.booksaw.betterTeams.team.storage.storageManager.SQLStorageManager
 
unregister() - Method in class com.booksaw.betterTeams.integrations.LuckPermsManager
 
unregisterEvent() - Method in class com.booksaw.betterTeams.events.HomeAnchorManagement
 
update() - Method in class com.booksaw.betterTeams.score.ScoreChange
 
UpdateChecker - Class in com.booksaw.betterTeams
 
UpdateChecker(JavaPlugin) - Constructor for class com.booksaw.betterTeams.UpdateChecker
 
updateFromDefaultSave() - Method in class com.booksaw.betterTeams.ConfigManager
 
updateFromDefaultSave(boolean) - Method in class com.booksaw.betterTeams.ConfigManager
 
updateRecord(TableName, String) - Method in class com.booksaw.betterTeams.database.BetterTeamsDatabase
Used to modify all records in a database
updateRecordWhere(TableName, String, String) - Method in class com.booksaw.betterTeams.database.BetterTeamsDatabase
Used to modify a record in the database
useHolograms - Variable in class com.booksaw.betterTeams.Main
 
useShortFormatting() - Static method in class com.booksaw.betterTeams.util.MoneyUtils
 
Utils - Class in com.booksaw.betterTeams
 
UuidSetComponent - Class in com.booksaw.betterTeams.team
 
UuidSetComponent() - Constructor for class com.booksaw.betterTeams.team.UuidSetComponent
 

V

value - Variable in enum class com.booksaw.betterTeams.PlayerRank
 
value - Variable in class com.booksaw.betterTeams.team.DoubleTeamComponent
 
value - Variable in class com.booksaw.betterTeams.team.IntTeamComponent
 
value - Variable in class dev.ceymikey.injection.EmbedBuilder.Field
 
valueOf(String) - Static method in enum class com.booksaw.betterTeams.customEvents.BelowNameChangeEvent.ChangeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.booksaw.betterTeams.database.api.DataType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.booksaw.betterTeams.database.TableName
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.booksaw.betterTeams.events.MCTeamManagement.BelowNameType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.booksaw.betterTeams.integrations.hologram.HologramManager.HologramType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderOptionsEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.booksaw.betterTeams.PlayerRank
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.booksaw.betterTeams.RelationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.booksaw.betterTeams.score.ScoreChange.ChangeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.booksaw.betterTeams.team.AnchoredPlayerUUIDSetComponent.AnchorResult
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.booksaw.betterTeams.team.storage.StorageType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.booksaw.betterTeams.team.storage.team.StoredTeamValue
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.booksaw.betterTeams.team.storage.team.TeamStorageType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.booksaw.betterTeams.customEvents.BelowNameChangeEvent.ChangeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.booksaw.betterTeams.database.api.DataType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.booksaw.betterTeams.database.TableName
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.booksaw.betterTeams.events.MCTeamManagement.BelowNameType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.booksaw.betterTeams.integrations.hologram.HologramManager.HologramType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.booksaw.betterTeams.integrations.placeholder.TeamPlaceholderOptionsEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.booksaw.betterTeams.PlayerRank
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.booksaw.betterTeams.RelationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.booksaw.betterTeams.score.ScoreChange.ChangeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.booksaw.betterTeams.team.AnchoredPlayerUUIDSetComponent.AnchorResult
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.booksaw.betterTeams.team.storage.StorageType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.booksaw.betterTeams.team.storage.team.StoredTeamValue
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.booksaw.betterTeams.team.storage.team.TeamStorageType
Returns an array containing the constants of this enum class, in the order they are declared.
VARCHAR - Enum constant in enum class com.booksaw.betterTeams.database.api.DataType
 
VariableTeamComponent<T> - Interface in com.booksaw.betterTeams.team
 
verifyTagName(String) - Static method in class com.booksaw.betterTeams.util.TeamUtil
 
verifyTeamName(String) - Static method in class com.booksaw.betterTeams.util.TeamUtil
 
VersionTeama - Class in com.booksaw.betterTeams.commands.teama
 
VersionTeama(String) - Constructor for class com.booksaw.betterTeams.commands.teama.VersionTeama
 

W

Warp - Class in com.booksaw.betterTeams
 
Warp(String[]) - Constructor for class com.booksaw.betterTeams.Warp
 
Warp(String, Location, String) - Constructor for class com.booksaw.betterTeams.Warp
 
WarpCommand - Class in com.booksaw.betterTeams.commands.team
 
WarpCommand() - Constructor for class com.booksaw.betterTeams.commands.team.WarpCommand
 
WARPS - Enum constant in enum class com.booksaw.betterTeams.database.TableName
 
WarpsCommand - Class in com.booksaw.betterTeams.commands.team
 
WarpsCommand() - Constructor for class com.booksaw.betterTeams.commands.team.WarpsCommand
 
WarpSetComponent - Class in com.booksaw.betterTeams.team
 
WarpSetComponent() - Constructor for class com.booksaw.betterTeams.team.WarpSetComponent
 
WarpTeama - Class in com.booksaw.betterTeams.commands.teama
 
WarpTeama() - Constructor for class com.booksaw.betterTeams.commands.teama.WarpTeama
 
wasSuccessful() - Method in class com.booksaw.betterTeams.CommandResponse
 
WebhookHandler - Class in com.booksaw.betterTeams.util
This is where we listen for the events and define the info for the webhook.
WebhookHandler() - Constructor for class com.booksaw.betterTeams.util.WebhookHandler
 
wgManagement - Variable in class com.booksaw.betterTeams.Main
 
WithdrawCommand - Class in com.booksaw.betterTeams.commands.team
 
WithdrawCommand(ParentCommand) - Constructor for class com.booksaw.betterTeams.commands.team.WithdrawCommand
 
WorldGuardManagerV7 - Class in com.booksaw.betterTeams.integrations
 
WorldGuardManagerV7() - Constructor for class com.booksaw.betterTeams.integrations.WorldGuardManagerV7
 

Y

YAML - Enum constant in enum class com.booksaw.betterTeams.team.storage.StorageType
YAML is where team data is all stored in individual team files along with teams.yml to contain pointers to the correct file
YamlStorageManager - Class in com.booksaw.betterTeams.team.storage.storageManager
 
YamlStorageManager() - Constructor for class com.booksaw.betterTeams.team.storage.storageManager.YamlStorageManager
 
YamlTeamStorage - Class in com.booksaw.betterTeams.team.storage.team
 
YamlTeamStorage(Team, YamlStorageManager) - Constructor for class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
 
YamlToSql - Class in com.booksaw.betterTeams.team.storage.convert
 
YamlToSql() - Constructor for class com.booksaw.betterTeams.team.storage.convert.YamlToSql
 

Z

ZKothManager - Class in com.booksaw.betterTeams.integrations
 
ZKothManager() - Constructor for class com.booksaw.betterTeams.integrations.ZKothManager
 
A B C D E F G H I J K L M N O P R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form