Index

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

A

ADD - Enum constant in enum class me.neznamy.tab.api.protocol.PacketPlayOutBoss.Action
 
ADD_PLAYER - Enum constant in enum class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo.EnumPlayerInfoAction
 
addDisabledPlayer(TabPlayer) - Method in class me.neznamy.tab.api.TabFeature
Adds specified player into list of players in disabled servers / worlds.
addExtra(IChatBaseComponent) - Method in class me.neznamy.tab.api.chat.DeserializedChatComponent
 
addExtra(IChatBaseComponent) - Method in class me.neznamy.tab.api.chat.IChatBaseComponent
Appends provided component as extra component
addExtra(IChatBaseComponent) - Method in class me.neznamy.tab.api.chat.WrappedChatComponent
 
addLine(String) - Method in interface me.neznamy.tab.api.scoreboard.Scoreboard
Adds line with specified text on the bottom of scoreboard.
addPlayer(TabPlayer) - Method in interface me.neznamy.tab.api.bossbar.BossBar
Registers this BossBar to specified player.
addUsedPlaceholder(String, TabFeature) - Method in interface me.neznamy.tab.api.placeholder.PlaceholderManager
Adds placeholder to list of used placeholders and assigns this feature as using it, which will then receive refresh() if values changes
addUsedPlaceholders(Collection<String>) - Method in class me.neznamy.tab.api.TabFeature
Registers this feature as one using specified placeholders
ADVENTURE - Enum constant in enum class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo.EnumGamemode
 
announceBossBar(String, int) - Method in interface me.neznamy.tab.api.bossbar.BossBarManager
Temporarily displays registered BossBar to all players for specified amount of time in milliseconds.
announceScoreboard(String, int) - Method in interface me.neznamy.tab.api.scoreboard.ScoreboardManager
Temporarily displays scoreboard to all players for specified amount of time (in milliseconds).
apply(A, B) - Method in interface me.neznamy.tab.api.util.BiFunctionWithException
 
applyCleanGradients(String) - Method in class me.neznamy.tab.api.chat.rgb.RGBUtils
Applies all gradient formats to text and returns it.
applyFormats(String) - Method in class me.neznamy.tab.api.chat.rgb.RGBUtils
Applies all RGB formats and gradients to text and returns it.
applyPattern(String, boolean) - Method in class me.neznamy.tab.api.chat.rgb.gradient.CMIGradient
 
applyPattern(String, boolean) - Method in class me.neznamy.tab.api.chat.rgb.gradient.CommonGradient
 
applyPattern(String, boolean) - Method in interface me.neznamy.tab.api.chat.rgb.gradient.GradientPattern
Applies gradients in provided text and returns text using only #RRGGBB
applyPattern(String, boolean) - Method in class me.neznamy.tab.api.chat.rgb.gradient.KyoriGradient
 
AQUA - Enum constant in enum class me.neznamy.tab.api.chat.EnumChatFormat
 
ArmorStand - Interface in me.neznamy.tab.api
 
ArmorStandManager - Interface in me.neznamy.tab.api
A helper class for easy management of armor stands of a player
asGradient(TextColor, String, TextColor) - Method in interface me.neznamy.tab.api.chat.rgb.gradient.GradientPattern
Returns gradient text based on start color, text and end color

B

BarColor - Enum Class in me.neznamy.tab.api.bossbar
An enum representing all available BossBar colors.
BarStyle - Enum Class in me.neznamy.tab.api.bossbar
An enum representing all available BossBar styles.
BiFunctionWithException<A,B,C> - Interface in me.neznamy.tab.api.util
An interface for BiFunction which can throw an exception.
BLACK - Enum constant in enum class me.neznamy.tab.api.chat.EnumChatFormat
 
BLUE - Enum constant in enum class me.neznamy.tab.api.bossbar.BarColor
 
BLUE - Enum constant in enum class me.neznamy.tab.api.chat.EnumChatFormat
 
BOLD - Enum constant in enum class me.neznamy.tab.api.chat.EnumChatFormat
 
BossBar - Interface in me.neznamy.tab.api.bossbar
An interface representing a BossBar line.
BossBarManager - Interface in me.neznamy.tab.api.bossbar
An interface allowing work with BossBars such as creating, sending and toggling.
build(PacketPlayOutBoss, ProtocolVersion) - Method in class me.neznamy.tab.api.protocol.PacketBuilder
Constructs platform-specific PacketPlayOutBoss class based on custom packet class
build(PacketPlayOutChat, ProtocolVersion) - Method in class me.neznamy.tab.api.protocol.PacketBuilder
Constructs platform-specific PacketPlayOutChat class based on custom packet class
build(PacketPlayOutPlayerInfo, ProtocolVersion) - Method in class me.neznamy.tab.api.protocol.PacketBuilder
Constructs platform-specific PacketPlayOutPlayerInfo class based on custom packet class
build(PacketPlayOutPlayerListHeaderFooter, ProtocolVersion) - Method in class me.neznamy.tab.api.protocol.PacketBuilder
Constructs platform-specific PacketPlayOutPlayerListHeaderFooter class based on custom packet class
build(PacketPlayOutScoreboardDisplayObjective, ProtocolVersion) - Method in class me.neznamy.tab.api.protocol.PacketBuilder
Constructs platform-specific PacketPlayOutScoreboardDisplayObjective class based on custom packet class
build(PacketPlayOutScoreboardObjective, ProtocolVersion) - Method in class me.neznamy.tab.api.protocol.PacketBuilder
Constructs platform-specific PacketPlayOutScoreboardObjective class based on custom packet class
build(PacketPlayOutScoreboardScore, ProtocolVersion) - Method in class me.neznamy.tab.api.protocol.PacketBuilder
Constructs platform-specific PacketPlayOutScoreboardScore class based on custom packet class
build(PacketPlayOutScoreboardTeam, ProtocolVersion) - Method in class me.neznamy.tab.api.protocol.PacketBuilder
Constructs platform-specific PacketPlayOutScoreboardTeam class based on custom packet class
build(TabPacket, ProtocolVersion) - Method in class me.neznamy.tab.api.protocol.PacketBuilder
Converts custom packet into platform-specific packet by calling a function from PacketBuilder.buildMap.
buildMap - Variable in class me.neznamy.tab.api.protocol.PacketBuilder
Function map turning custom packet class into platform-specific packets
BukkitFormat - Class in me.neznamy.tab.api.chat.rgb.format
Formatter for &x&R&R&G&G&B&B
BukkitFormat() - Constructor for class me.neznamy.tab.api.chat.rgb.format.BukkitFormat
 

C

cancel() - Method in interface me.neznamy.tab.api.task.RepeatingTask
 
CHANGE - Enum constant in enum class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardScore.Action
 
CHANGE_PAGE - Enum constant in enum class me.neznamy.tab.api.chat.ChatClickable.EnumClickAction
 
CHAT - Enum constant in enum class me.neznamy.tab.api.protocol.PacketPlayOutChat.ChatMessageType
 
ChatClickable - Class in me.neznamy.tab.api.chat
Class for click event action in chat component
ChatClickable(ChatClickable.EnumClickAction, String) - Constructor for class me.neznamy.tab.api.chat.ChatClickable
Constructs new instance with given action and value.
ChatClickable.EnumClickAction - Enum Class in me.neznamy.tab.api.chat
Enum for all possible click actions
ChatComponentEntity - Class in me.neznamy.tab.api.chat
 
ChatComponentEntity(String, UUID, String) - Constructor for class me.neznamy.tab.api.chat.ChatComponentEntity
 
ChatHoverable - Class in me.neznamy.tab.api.chat
Class for hover event action in chat component
ChatHoverable(ChatHoverable.EnumHoverAction, IChatBaseComponent) - Constructor for class me.neznamy.tab.api.chat.ChatHoverable
Constructs new instance with given action and value.
ChatHoverable.EnumHoverAction - Enum Class in me.neznamy.tab.api.chat
Enum for all possible hover actions
ChatModifier - Class in me.neznamy.tab.api.chat
 
ChatModifier() - Constructor for class me.neznamy.tab.api.chat.ChatModifier
 
ChatModifier(ChatModifier) - Constructor for class me.neznamy.tab.api.chat.ChatModifier
 
checkLoaded(TabPlayer) - Static method in class me.neznamy.tab.api.util.Preconditions
 
checkMaxLength(String, int, String) - Static method in class me.neznamy.tab.api.util.Preconditions
 
checkNotNull(Object, String) - Static method in class me.neznamy.tab.api.util.Preconditions
 
checkRange(Number, Number, Number, String) - Static method in class me.neznamy.tab.api.util.Preconditions
 
CMIFormat - Class in me.neznamy.tab.api.chat.rgb.format
Formatter for {#RRGGBB}
CMIFormat() - Constructor for class me.neznamy.tab.api.chat.rgb.format.CMIFormat
 
CMIGradient - Class in me.neznamy.tab.api.chat.rgb.gradient
 
CMIGradient() - Constructor for class me.neznamy.tab.api.chat.rgb.gradient.CMIGradient
 
color(String) - Static method in enum class me.neznamy.tab.api.chat.EnumChatFormat
Color translation method taken from bukkit, which converts '&' symbol into the actual color character if followed by a valid color character.
COLOR_CHAR - Static variable in enum class me.neznamy.tab.api.chat.EnumChatFormat
The symbol minecraft uses to colorize text
COLOR_STRING - Static variable in enum class me.neznamy.tab.api.chat.EnumChatFormat
The color symbol in form of a string
CommonGradient - Class in me.neznamy.tab.api.chat.rgb.gradient
 
CommonGradient(Pattern, Pattern, String, int, int, int, int) - Constructor for class me.neznamy.tab.api.chat.rgb.gradient.CommonGradient
 
ConfigurationFile - Class in me.neznamy.tab.api.config
Abstract class for configuration file
ConfigurationFile(InputStream, File) - Constructor for class me.neznamy.tab.api.config.ConfigurationFile
Constructs new instance and attempts to load specified configuration file.
contains(String[], String) - Method in class me.neznamy.tab.api.TabFeature
Returns true if list contains the specified element or element ends with "*" and element meeting that requirement is present, false otherwise.
containsPlayer(TabPlayer) - Method in interface me.neznamy.tab.api.bossbar.BossBar
Returns true if specified player can see this BossBar, false if not
convertMap(Map<String, Map<String, Map<String, Object>>>, String) - Method in interface me.neznamy.tab.api.PropertyConfiguration
Converts per-world or per-server map into a per-world or per-server map with values only belonging to entered group or user.
convertRGBtoLegacy(String) - Method in class me.neznamy.tab.api.chat.rgb.RGBUtils
Converts all hex codes in given string to legacy codes
convertToBukkitFormat(String, boolean) - Method in class me.neznamy.tab.api.chat.rgb.RGBUtils
Converts TAB's RGB format (#RRGGBB) into bukkit one (&x&r&r&g&g&b&b) for modern clients (1.16+), for legacy clients it will use the closest color.
COPY_TO_CLIPBOARD - Enum constant in enum class me.neznamy.tab.api.chat.ChatClickable.EnumClickAction
 
createBossBar(String, float, BarColor, BarStyle) - Method in interface me.neznamy.tab.api.bossbar.BossBarManager
Creates BossBar with specified parameters and registers it to BossBar manager, allowing to retrieve it later.
createBossBar(String, String, String, String) - Method in interface me.neznamy.tab.api.bossbar.BossBarManager
Creates BossBar with specified parameters and registers it to BossBar manager, allowing to retrieve it later.
createScoreboard(String, String, List<String>) - Method in interface me.neznamy.tab.api.scoreboard.ScoreboardManager
Creates new scoreboard, registers and returns it.
CREATIVE - Enum constant in enum class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo.EnumGamemode
 
cutTo(String, int) - Method in class me.neznamy.tab.api.protocol.PacketBuilder
Cuts given string to specified character length (or length-1 if last character is a color character) and translates RGB to legacy colors.

D

DARK_AQUA - Enum constant in enum class me.neznamy.tab.api.chat.EnumChatFormat
 
DARK_BLUE - Enum constant in enum class me.neznamy.tab.api.chat.EnumChatFormat
 
DARK_GRAY - Enum constant in enum class me.neznamy.tab.api.chat.EnumChatFormat
 
DARK_GREEN - Enum constant in enum class me.neznamy.tab.api.chat.EnumChatFormat
 
DARK_PURPLE - Enum constant in enum class me.neznamy.tab.api.chat.EnumChatFormat
 
DARK_RED - Enum constant in enum class me.neznamy.tab.api.chat.EnumChatFormat
 
debug(String) - Method in class me.neznamy.tab.api.TabAPI
Sends a debug message into console if the option is enabled in config.
decolor(String) - Static method in enum class me.neznamy.tab.api.chat.EnumChatFormat
Turns back the color symbol into '&' symbol in provided text.
deserialize(String) - Static method in class me.neznamy.tab.api.chat.IChatBaseComponent
Deserializes string and returns created component.
DeserializedChatComponent - Class in me.neznamy.tab.api.chat
A class representing a chat component that was serialized before, but deserialize was requested in PacketPlayOutPlayerInfo packet.
DeserializedChatComponent(String) - Constructor for class me.neznamy.tab.api.chat.DeserializedChatComponent
Constructs new instance with given parameter
destroy() - Method in interface me.neznamy.tab.api.ArmorStand
DeSpawns armor stand for everyone
destroy() - Method in interface me.neznamy.tab.api.ArmorStandManager
Sends destroy packet of all armor stands to everyone and clears nearby players list
destroy(TabPlayer) - Method in interface me.neznamy.tab.api.ArmorStand
DeSpawns armor stand for specified player
detectPlaceholders(String) - Method in interface me.neznamy.tab.api.placeholder.PlaceholderManager
Detects placeholders in text using %% pattern and returns list of all detected identifiers
disableArmorStands(TabPlayer) - Method in interface me.neznamy.tab.api.team.UnlimitedNametagManager
 
disabledServers - Variable in class me.neznamy.tab.api.TabFeature
Servers where the feature is disabled (or enabled if using whitelist mode)
disabledWorlds - Variable in class me.neznamy.tab.api.TabFeature
Worlds where the feature is disabled (or enabled if using whitelist mode)

E

enableArmorStands(TabPlayer) - Method in interface me.neznamy.tab.api.team.UnlimitedNametagManager
 
enableTriggerMode(Runnable, Runnable) - Method in interface me.neznamy.tab.api.placeholder.Placeholder
 
EnumChatFormat - Enum Class in me.neznamy.tab.api.chat
An enum containing all possible legacy color codes and magic codes.
EventBus - Interface in me.neznamy.tab.api.event
The event bus.
EventHandler<E> - Interface in me.neznamy.tab.api.event
A handler for an event.

F

FeatureManager - Interface in me.neznamy.tab.api
Feature manager allows registration and work with features.
file - Variable in class me.neznamy.tab.api.config.ConfigurationFile
File to use
findReplacement(String, String) - Method in interface me.neznamy.tab.api.placeholder.PlaceholderManager
 
fixHeader() - Method in class me.neznamy.tab.api.config.ConfigurationFile
Inserts header back into file.
forceRefresh() - Method in interface me.neznamy.tab.api.TabPlayer
Refreshes all visuals on the player
forceTeamName(TabPlayer, String) - Method in interface me.neznamy.tab.api.team.TeamManager
Forces new team name for the player until this method is called again with null argument and performs all actions to change player's team name
fromColoredText(String) - Static method in class me.neznamy.tab.api.chat.IChatBaseComponent
Returns organized component from colored text
fromFriendlyName(String) - Static method in enum class me.neznamy.tab.api.ProtocolVersion
Returns enum constant of entered version or UNKNOWN_SERVER_VERSION if unknown version
fromNetworkId(int) - Static method in enum class me.neznamy.tab.api.ProtocolVersion
Returns version from given network id
fromRGBExact(int, int, int) - Static method in enum class me.neznamy.tab.api.chat.EnumChatFormat
Returns enum value with exact red, green and blue values or null if no match was found
fromString(String) - Static method in class me.neznamy.tab.api.chat.TextColor
Reads the string as it appears in chat component and turns it into the color object.
fromString(String) - Method in interface me.neznamy.tab.api.PropertyConfiguration
Converts string into object.

G

GAME_INFO - Enum constant in enum class me.neznamy.tab.api.protocol.PacketPlayOutChat.ChatMessageType
 
get() - Method in class me.neznamy.tab.api.chat.WrappedChatComponent
Returns the original NMS component
get() - Method in interface me.neznamy.tab.api.Property
Returns last known value
getAction() - Method in class me.neznamy.tab.api.chat.ChatClickable
Returns click action defined in constructor
getAction() - Method in class me.neznamy.tab.api.chat.ChatHoverable
Returns hover action defined in constructor
getAction() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutBoss
Returns PacketPlayOutBoss.action
getAction() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo
Returns PacketPlayOutPlayerInfo.action
getAction() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardObjective
Returns PacketPlayOutScoreboardObjective.action
getAction() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardScore
Returns PacketPlayOutScoreboardScore.action
getAction() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardTeam
Returns PacketPlayOutScoreboardTeam.action
getActiveScoreboard(TabPlayer) - Method in interface me.neznamy.tab.api.scoreboard.ScoreboardManager
Returns player's currently displayed scoreboard.
getAllEntries() - Method in interface me.neznamy.tab.api.PropertyConfiguration
Returns set of all groups or users that have anything configured, either globally or in some world or server.
getAnnouncedBossBars() - Method in interface me.neznamy.tab.api.bossbar.BossBarManager
Returns list of BossBars which are currently being announced.
getBlue() - Method in enum class me.neznamy.tab.api.chat.EnumChatFormat
Returns blue value of this color code
getBlue() - Method in class me.neznamy.tab.api.chat.TextColor
Returns blue value
getBold() - Method in class me.neznamy.tab.api.chat.ChatModifier
 
getBoolean(String, boolean) - Method in class me.neznamy.tab.api.config.ConfigurationFile
Returns config option with specified path as Boolean.
getBossBar(String) - Method in interface me.neznamy.tab.api.bossbar.BossBarManager
Returns registered BossBar with given name.
getBossBar(UUID) - Method in interface me.neznamy.tab.api.bossbar.BossBarManager
Returns registered BossBar with specified UUID.
getBossBarManager() - Method in class me.neznamy.tab.api.TabAPI
Return BossBar manager instance if the feature is enabled.
getBukkitName() - Method in enum class me.neznamy.tab.api.bossbar.BarStyle
Returns name of this style in Bukkit API
getByChar(char) - Static method in enum class me.neznamy.tab.api.chat.EnumChatFormat
Returns enum value based on provided character or null if character is not valid
getChannel() - Method in interface me.neznamy.tab.api.TabPlayer
Returns player's netty channel.
getCharacter() - Method in enum class me.neznamy.tab.api.chat.EnumChatFormat
Returns character representing this color
getClickEvent() - Method in class me.neznamy.tab.api.chat.ChatModifier
 
getCollisionRule() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardTeam
Returns PacketPlayOutScoreboardTeam.collisionRule
getCollisionRule(TabPlayer) - Method in interface me.neznamy.tab.api.team.TeamManager
Returns forced collision rule or null if collision is not forced using setCollisionRule
getColor() - Method in interface me.neznamy.tab.api.bossbar.BossBar
Returns color of the BossBar as a string, which is either entered string containing placeholders or entered enum value converted to string
getColor() - Method in class me.neznamy.tab.api.chat.ChatModifier
 
getColor() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutBoss
Returns PacketPlayOutBoss.color
getColor() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardTeam
Returns PacketPlayOutScoreboardTeam.color
getConfig() - Method in class me.neznamy.tab.api.TabAPI
Returns TAB's config.yml file
getConfigurationSection(String) - Method in class me.neznamy.tab.api.config.ConfigurationFile
Returns config option with specified path as Map<K, V>.
getCurrentRawValue() - Method in interface me.neznamy.tab.api.Property
Returns temporary value (via API) if present, raw value otherwise
getCustomLineValue(TabPlayer, String) - Method in interface me.neznamy.tab.api.team.UnlimitedNametagManager
 
getCustomName(TabPlayer) - Method in interface me.neznamy.tab.api.TablistFormatManager
Returns custom name assigned using TablistFormatManager.setName(TabPlayer, String) method.
getCustomName(TabPlayer) - Method in interface me.neznamy.tab.api.team.UnlimitedNametagManager
 
getCustomPrefix(TabPlayer) - Method in interface me.neznamy.tab.api.TablistFormatManager
Returns prefix assigned using TablistFormatManager.setPrefix(TabPlayer, String) method.
getCustomPrefix(TabPlayer) - Method in interface me.neznamy.tab.api.team.TeamManager
 
getCustomSuffix(TabPlayer) - Method in interface me.neznamy.tab.api.TablistFormatManager
Returns suffix assigned using TablistFormatManager.setSuffix(TabPlayer, String) method.
getCustomSuffix(TabPlayer) - Method in interface me.neznamy.tab.api.team.TeamManager
 
getDefinedLines() - Method in interface me.neznamy.tab.api.team.UnlimitedNametagManager
 
getDisplayName() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo.PlayerInfoData
Returns PacketPlayOutPlayerInfo.PlayerInfoData.displayName
getDisplayName() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardObjective
Returns PacketPlayOutScoreboardObjective.displayName
getDouble(String, double) - Method in class me.neznamy.tab.api.config.ConfigurationFile
Returns config option with specified path as Double.
getEntityId() - Method in interface me.neznamy.tab.api.ArmorStand
Returns entity ID of this armor stand
getEntries() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo
Returns PacketPlayOutPlayerInfo.entries
getEventBus() - Method in class me.neznamy.tab.api.TabAPI
Gets the event bus for registering listeners for TAB events.
getExtra() - Method in class me.neznamy.tab.api.chat.DeserializedChatComponent
 
getExtra() - Method in class me.neznamy.tab.api.chat.IChatBaseComponent
Returns list of extra components.
getExtra() - Method in class me.neznamy.tab.api.chat.WrappedChatComponent
 
getFeature(String) - Method in interface me.neznamy.tab.api.FeatureManager
Returns feature handler by its name
getFeatureManager() - Method in class me.neznamy.tab.api.TabAPI
Returns feature manager instance
getFeatureName() - Method in class me.neznamy.tab.api.TabFeature
Returns name of the feature displayed in /tab cpu.
getFile() - Method in class me.neznamy.tab.api.config.ConfigurationFile
 
getFlags() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutBoss
Returns bitmask based on PacketPlayOutBoss.darkenScreen, PacketPlayOutBoss.playMusic and PacketPlayOutBoss.darkenScreen values.
getFont() - Method in class me.neznamy.tab.api.chat.ChatModifier
 
getFooter() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutPlayerListHeaderFooter
Returns PacketPlayOutPlayerListHeaderFooter.footer
getForcedTeamName(TabPlayer) - Method in interface me.neznamy.tab.api.team.TeamManager
Returns forced team name of player or null if not forced
getFormat() - Method in enum class me.neznamy.tab.api.chat.EnumChatFormat
Returns color char followed by color's character
getFormat(TabPlayer) - Method in interface me.neznamy.tab.api.Property
Returns value for defined viewer by applying relational placeholders to last known value
getFriendlyName() - Method in enum class me.neznamy.tab.api.ProtocolVersion
Returns user-friendly name of the version (such as 1.16.2 instead of V1_16_2)
getGamemode() - Method in interface me.neznamy.tab.api.TabPlayer
Returns GameMode of the player (0 for survival, 1 creative, 2 adventure, 3 spectator)
getGameMode() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo.PlayerInfoData
Returns PacketPlayOutPlayerInfo.PlayerInfoData.gameMode
getGlobalSettings(String) - Method in interface me.neznamy.tab.api.PropertyConfiguration
Returns map of global settings applied to specified group or user.
getGreen() - Method in enum class me.neznamy.tab.api.chat.EnumChatFormat
Returns green value of this color code
getGreen() - Method in class me.neznamy.tab.api.chat.TextColor
Returns green value
getGroup() - Method in interface me.neznamy.tab.api.TabPlayer
Returns player's primary permission group.
getGroups() - Method in class me.neznamy.tab.api.TabAPI
Returns TAB's group configuration
getHeader() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutPlayerListHeaderFooter
Returns PacketPlayOutPlayerListHeaderFooter.header
getHeaderFooterManager() - Method in class me.neznamy.tab.api.TabAPI
Returns header/footer manager instance if the feature is enabled.
getHexCode() - Method in enum class me.neznamy.tab.api.chat.EnumChatFormat
Returns hex code of this format, null if this is a magic code
getHexCode() - Method in class me.neznamy.tab.api.chat.TextColor
Returns the rgb combination as a 6-digit hex code string
getHoverEvent() - Method in class me.neznamy.tab.api.chat.ChatModifier
 
getId() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutBoss
Returns PacketPlayOutBoss.id
getIdentifier() - Method in interface me.neznamy.tab.api.event.plugin.PlaceholderRegisterEvent
 
getIdentifier() - Method in interface me.neznamy.tab.api.placeholder.Placeholder
 
getInstance() - Static method in class me.neznamy.tab.api.chat.rgb.RGBUtils
Returns instance of this class
getInstance() - Static method in class me.neznamy.tab.api.TabAPI
Returns API instance.
getInt(String) - Method in class me.neznamy.tab.api.config.ConfigurationFile
Returns config option with specified path as Integer.
getInt(String, Integer) - Method in class me.neznamy.tab.api.config.ConfigurationFile
Returns config option with specified path as Integer.
getInterval() - Method in interface me.neznamy.tab.api.task.RepeatingTask
 
getItalic() - Method in class me.neznamy.tab.api.chat.ChatModifier
 
getLastColors(String) - Static method in enum class me.neznamy.tab.api.chat.EnumChatFormat
Code taken from bukkit, which returns last color codes used in provided text.
getLastValue() - Method in interface me.neznamy.tab.api.placeholder.ServerPlaceholder
Returns last known value of the placeholder.
getLastValue(TabPlayer) - Method in interface me.neznamy.tab.api.placeholder.PlayerPlaceholder
Returns last known value for given player.
getLastValue(TabPlayer, TabPlayer) - Method in interface me.neznamy.tab.api.placeholder.RelationalPlaceholder
Returns last known value for given players.
getLatency() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo.PlayerInfoData
Returns PacketPlayOutPlayerInfo.PlayerInfoData.latency
getLegacyColor() - Method in class me.neznamy.tab.api.chat.TextColor
Returns the closest legacy color of this color object.
getLines() - Method in interface me.neznamy.tab.api.scoreboard.Scoreboard
Returns list of lines in this scoreboard in the order they appear in game (first line is on top).
getMagicCodes() - Method in class me.neznamy.tab.api.chat.ChatModifier
 
getMessage() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutChat
Returns PacketPlayOutChat.message
getMinorVersion() - Method in enum class me.neznamy.tab.api.ProtocolVersion
Returns minor version of this release, such as 8 for 1.8.x or 13 for 1.13.x
getModifier() - Method in class me.neznamy.tab.api.chat.DeserializedChatComponent
 
getModifier() - Method in class me.neznamy.tab.api.chat.IChatBaseComponent
Returns chat modifier of this component
getModifier() - Method in class me.neznamy.tab.api.chat.WrappedChatComponent
 
getName() - Method in interface me.neznamy.tab.api.bossbar.BossBar
Returns name of this BossBar.
getName() - Method in class me.neznamy.tab.api.config.ConfigurationFile
Returns simple name of the file
getName() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutBoss
Returns PacketPlayOutBoss.name
getName() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo.PlayerInfoData
Returns PacketPlayOutPlayerInfo.PlayerInfoData.name
getName() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardTeam
Returns PacketPlayOutScoreboardTeam.name
getName() - Method in interface me.neznamy.tab.api.scoreboard.Scoreboard
Returns internal name of this scoreboard.
getName() - Method in interface me.neznamy.tab.api.TabPlayer
Returns player's name
getNameTagVisibility() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardTeam
Returns PacketPlayOutScoreboardTeam.nameTagVisibility
getNetworkId() - Method in enum class me.neznamy.tab.api.ProtocolVersion
Returns the version's network id
getNickname() - Method in interface me.neznamy.tab.api.TabPlayer
Returns player's game profile name as seen by other players.
getObfuscated() - Method in class me.neznamy.tab.api.chat.ChatModifier
 
getObject(String) - Method in class me.neznamy.tab.api.config.ConfigurationFile
Returns config option with specified path.
getObject(String[]) - Method in class me.neznamy.tab.api.config.ConfigurationFile
 
getObject(String, Object) - Method in class me.neznamy.tab.api.config.ConfigurationFile
Gets config option with specified path.
getObjectiveName() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardDisplayObjective
Returns PacketPlayOutScoreboardDisplayObjective.objectiveName
getObjectiveName() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardObjective
Returns PacketPlayOutScoreboardObjective.objectiveName
getObjectiveName() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardScore
Returns PacketPlayOutScoreboardScore.objectiveName
getOffset() - Method in interface me.neznamy.tab.api.ArmorStand
Returns offset of the armor stand
getOnlinePlayers() - Method in class me.neznamy.tab.api.TabAPI
Returns collection of all online players.
getOptions() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardTeam
Returns PacketPlayOutScoreboardTeam.options
getOriginalLineValue(TabPlayer, String) - Method in interface me.neznamy.tab.api.team.UnlimitedNametagManager
 
getOriginalName(TabPlayer) - Method in interface me.neznamy.tab.api.TablistFormatManager
Returns player's original name applied using plugin's internal logic.
getOriginalName(TabPlayer) - Method in interface me.neznamy.tab.api.team.UnlimitedNametagManager
 
getOriginalPrefix(TabPlayer) - Method in interface me.neznamy.tab.api.TablistFormatManager
Returns player's original prefix applied using plugin's internal logic.
getOriginalPrefix(TabPlayer) - Method in interface me.neznamy.tab.api.team.TeamManager
 
getOriginalRawValue() - Method in interface me.neznamy.tab.api.Property
Returns original raw value ignoring API calls
getOriginalSuffix(TabPlayer) - Method in interface me.neznamy.tab.api.TablistFormatManager
Returns player's original suffix applied using plugin's internal logic.
getOriginalSuffix(TabPlayer) - Method in interface me.neznamy.tab.api.team.TeamManager
 
getOverlay() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutBoss
Returns PacketPlayOutBoss.overlay
getPct() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutBoss
Returns PacketPlayOutBoss.pct
getPerServerSettings(String) - Method in interface me.neznamy.tab.api.PropertyConfiguration
Returns map of per-server settings of specified group or user.
getPerWorldSettings(String) - Method in interface me.neznamy.tab.api.PropertyConfiguration
Returns map of per-world settings of specified group or user.
getPing() - Method in interface me.neznamy.tab.api.TabPlayer
Returns player's ping calculated by server
getPlaceholderManager() - Method in class me.neznamy.tab.api.TabAPI
Returns PlaceholderManager instance
getPlayer() - Method in interface me.neznamy.tab.api.event.player.PlayerLoadEvent
Gets the player that was loaded.
getPlayer() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardScore
Returns PacketPlayOutScoreboardScore.player
getPlayer() - Method in interface me.neznamy.tab.api.TabPlayer
Returns platform-specific entity
getPlayer(String) - Method in class me.neznamy.tab.api.TabAPI
Returns player object from given name
getPlayer(UUID) - Method in class me.neznamy.tab.api.TabAPI
Returns player object from given UUID
getPlayerCache() - Method in class me.neznamy.tab.api.TabAPI
Returns TAB's cache file used to store player toggle data
getPlayerPrefix() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardTeam
Returns PacketPlayOutScoreboardTeam.playerPrefix
getPlayers() - Method in interface me.neznamy.tab.api.bossbar.BossBar
Returns list of players who can see this BossBar.
getPlayers() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardTeam
Returns PacketPlayOutScoreboardTeam.players
getPlayerSuffix() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardTeam
Returns PacketPlayOutScoreboardTeam.playerSuffix
getProgress() - Method in interface me.neznamy.tab.api.bossbar.BossBar
Returns progress of the BossBar as a string, which is either entered string containing placeholders or entered number converted to string
getProperty() - Method in interface me.neznamy.tab.api.ArmorStand
Returns property for armor stand's name
getProperty(String) - Method in interface me.neznamy.tab.api.TabPlayer
Returns player's property by name
getProperty(String, String, String, String) - Method in interface me.neznamy.tab.api.PropertyConfiguration
Gets property of group or user.
getRed() - Method in enum class me.neznamy.tab.api.chat.EnumChatFormat
Returns red value of this color code
getRed() - Method in class me.neznamy.tab.api.chat.TextColor
Returns red value
getRefresh() - Method in interface me.neznamy.tab.api.placeholder.Placeholder
 
getRefreshDisplayName() - Method in class me.neznamy.tab.api.TabFeature
Returns text to display in /tab cpu of this feature refreshing visuals
getRegisteredBossBars() - Method in interface me.neznamy.tab.api.bossbar.BossBarManager
Returns a map of all registered BossBars.
getRegisteredScoreboards() - Method in interface me.neznamy.tab.api.scoreboard.ScoreboardManager
Returns map of registered scoreboards via config and API.
getRenderType() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardObjective
Returns PacketPlayOutScoreboardObjective.renderType
getScore() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardScore
Returns PacketPlayOutScoreboardScore.score
getScoreboardManager() - Method in class me.neznamy.tab.api.TabAPI
Returns scoreboard manager instance if the feature is enabled.
getServer() - Method in interface me.neznamy.tab.api.TabPlayer
Returns player's current server name on BungeeCord (on bukkit this returns "N/A")
getServerVersion() - Method in class me.neznamy.tab.api.TabAPI
Returns server version.
getSignature() - Method in class me.neznamy.tab.api.protocol.Skin
Returns skin signature
getSkin() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo.PlayerInfoData
Returns PacketPlayOutPlayerInfo.PlayerInfoData.skin
getSkin() - Method in interface me.neznamy.tab.api.TabPlayer
Returns player's skin data
getSlot() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardDisplayObjective
Returns PacketPlayOutScoreboardDisplayObjective.slot
getStrikethrough() - Method in class me.neznamy.tab.api.chat.ChatModifier
 
getString(String) - Method in class me.neznamy.tab.api.config.ConfigurationFile
Returns config option with specified path as String.
getString(String, String) - Method in class me.neznamy.tab.api.config.ConfigurationFile
Returns config option with specified path as String.
getStringList(String) - Method in class me.neznamy.tab.api.config.ConfigurationFile
Returns config option with specified path as List<String>.
getStringList(String, List<String>) - Method in class me.neznamy.tab.api.config.ConfigurationFile
Returns config option with specified path as List<String>.
getStyle() - Method in interface me.neznamy.tab.api.bossbar.BossBar
Returns style of the BossBar as a string, which is either entered string containing placeholders or entered enum value converted to string
getTablistFormatManager() - Method in class me.neznamy.tab.api.TabAPI
Returns Tablist name format manager instance if the feature is enabled.
getTablistUUID() - Method in interface me.neznamy.tab.api.TabPlayer
Returns player's uuid used in TabList.
getTargetVersion() - Method in class me.neznamy.tab.api.chat.ChatModifier
 
getTeamManager() - Method in class me.neznamy.tab.api.TabAPI
Returns team manager instance if the feature is enabled.
getTeamName() - Method in interface me.neznamy.tab.api.TabPlayer
Returns name of player's scoreboard team or null if NameTag feature is disabled
getTeamNameNote() - Method in interface me.neznamy.tab.api.TabPlayer
Returns user-friendly explanation of team name
getTemporaryValue() - Method in interface me.neznamy.tab.api.Property
Returns current temporary value
getText() - Method in class me.neznamy.tab.api.chat.DeserializedChatComponent
 
getText() - Method in class me.neznamy.tab.api.chat.IChatBaseComponent
Returns text of this component
getText() - Method in class me.neznamy.tab.api.chat.WrappedChatComponent
 
getText() - Method in interface me.neznamy.tab.api.scoreboard.Line
Returns configured raw text of this line.
getThreadManager() - Method in class me.neznamy.tab.api.TabAPI
Returns TAB's Thread manager, which allows task submitting
getTitle() - Method in interface me.neznamy.tab.api.bossbar.BossBar
Returns current title of the BossBar in raw format.
getTitle() - Method in interface me.neznamy.tab.api.scoreboard.Scoreboard
Returns raw title of this scoreboard.
getType() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutChat
Returns PacketPlayOutChat.type
getUnderlined() - Method in class me.neznamy.tab.api.chat.ChatModifier
 
getUniqueId() - Method in interface me.neznamy.tab.api.bossbar.BossBar
Returns randomly generated uuid of this BossBar used internally to match the BossBar in client with packets or with Bukkit API BossBar instances.
getUniqueId() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo.PlayerInfoData
Returns PacketPlayOutPlayerInfo.PlayerInfoData.uniqueId
getUniqueId() - Method in interface me.neznamy.tab.api.TabPlayer
Returns player's UUID
getUsedPlaceholders() - Method in interface me.neznamy.tab.api.placeholder.PlaceholderManager
 
getUsers() - Method in class me.neznamy.tab.api.TabAPI
Returns TAB's user configuration
getValue() - Method in class me.neznamy.tab.api.chat.ChatClickable
Returns click action defined in constructor
getValue() - Method in class me.neznamy.tab.api.chat.ChatHoverable
Returns hover value defined in constructor
getValue() - Method in class me.neznamy.tab.api.protocol.Skin
Returns skin value
getValues() - Method in class me.neznamy.tab.api.config.ConfigurationFile
Returns the root value map
getVersion() - Method in interface me.neznamy.tab.api.TabPlayer
Returns player's protocol version
getWorld() - Method in interface me.neznamy.tab.api.TabPlayer
Returns player's current world name (on BungeeCord this requires bridge installed)
GOLD - Enum constant in enum class me.neznamy.tab.api.chat.EnumChatFormat
 
GradientPattern - Interface in me.neznamy.tab.api.chat.rgb.gradient
Abstract class for applying different gradient patterns
GRAY - Enum constant in enum class me.neznamy.tab.api.chat.EnumChatFormat
 
GREEN - Enum constant in enum class me.neznamy.tab.api.bossbar.BarColor
 
GREEN - Enum constant in enum class me.neznamy.tab.api.chat.EnumChatFormat
 

H

handle(E) - Method in interface me.neznamy.tab.api.event.EventHandler
Called when the given event is fired from an event bus.
hasBossBarVisible(TabPlayer) - Method in interface me.neznamy.tab.api.bossbar.BossBarManager
Returns true if player can see BossBars, false if toggled via command or API.
hasConfigOption(String) - Method in class me.neznamy.tab.api.config.ConfigurationFile
Returns true if the file has option with specified path, false if not.
hasCustomScoreboard(TabPlayer) - Method in interface me.neznamy.tab.api.scoreboard.ScoreboardManager
Returns true if player has custom scoreboard set using ScoreboardManager.showScoreboard(TabPlayer, Scoreboard), false if not.
hasDisabledArmorStands(TabPlayer) - Method in interface me.neznamy.tab.api.team.UnlimitedNametagManager
 
hasHiddenNametag(TabPlayer) - Method in interface me.neznamy.tab.api.team.TeamManager
Return whether player has hidden NameTag or not
hasHiddenNametag(TabPlayer, TabPlayer) - Method in interface me.neznamy.tab.api.team.TeamManager
Returns true if NameTag is hidden for specified viewer, false if not
hasHiddenNameTagVisibilityView(TabPlayer) - Method in interface me.neznamy.tab.api.team.TeamManager
Returns true if player has hidden nametags by either calling TeamManager.toggleNameTagVisibilityView(TabPlayer, boolean) or using a command, false if not.
hasInvisibilityPotion() - Method in interface me.neznamy.tab.api.TabPlayer
Returns true if player has invisibility potion, false if not.
hasPermission(String) - Method in interface me.neznamy.tab.api.TabPlayer
Performs platform-specific API call to check for permission and returns the result
hasScoreboardVisible(TabPlayer) - Method in interface me.neznamy.tab.api.scoreboard.ScoreboardManager
Returns true if player has scoreboard enabled, false if disabled (toggled) using either toggle command, ScoreboardManager.toggleScoreboard(TabPlayer, boolean) or ScoreboardManager.setScoreboardVisible(TabPlayer, boolean, boolean).
hasStaticOffset() - Method in interface me.neznamy.tab.api.ArmorStand
Returns true if offset is static, false if not
hasTeamHandlingPaused(TabPlayer) - Method in interface me.neznamy.tab.api.team.TeamManager
Returns true if team handling is paused for this player using pauseTeamHandling(), false if not, or it was resumed already using resumeTeamHandling
hasTemporaryGroup() - Method in interface me.neznamy.tab.api.TabPlayer
Returns temporary group applied to the player using TabPlayer.setTemporaryGroup(String).
header - Variable in class me.neznamy.tab.api.config.ConfigurationFile
Comments on top of the file
HeaderFooterManager - Interface in me.neznamy.tab.api
 
HEARTS - Enum constant in enum class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardObjective.EnumScoreboardHealthDisplay
 
hideNametag(TabPlayer) - Method in interface me.neznamy.tab.api.team.TeamManager
Makes player's NameTag globally invisible
hideNametag(TabPlayer, TabPlayer) - Method in interface me.neznamy.tab.api.team.TeamManager
Hides player's NameTag for specified player until it's shown again
HtmlFormat - Class in me.neznamy.tab.api.chat.rgb.format
Formatter for #
HtmlFormat() - Constructor for class me.neznamy.tab.api.chat.rgb.format.HtmlFormat
 

I

IChatBaseComponent - Class in me.neznamy.tab.api.chat
A class representing the n.m.s.IChatBaseComponent class to make work with it much easier
IChatBaseComponent() - Constructor for class me.neznamy.tab.api.chat.IChatBaseComponent
Constructs a new empty component
IChatBaseComponent(String) - Constructor for class me.neznamy.tab.api.chat.IChatBaseComponent
Constructs new instance with given text
IChatBaseComponent(IChatBaseComponent) - Constructor for class me.neznamy.tab.api.chat.IChatBaseComponent
Constructs a new component which is a clone of provided component
INTEGER - Enum constant in enum class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardObjective.EnumScoreboardHealthDisplay
 
isBedrockPlayer() - Method in interface me.neznamy.tab.api.TabPlayer
Returns true if this is a bedrock player, false if not
isBold() - Method in class me.neznamy.tab.api.chat.ChatModifier
Returns true if bold is defined and set to true, false otherwise
isCreateWorldFog() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutBoss
Returns PacketPlayOutBoss.createWorldFog
isDarkenScreen() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutBoss
Returns PacketPlayOutBoss.darkenScreen
isDisabled(String, String) - Method in class me.neznamy.tab.api.TabFeature
Returns true if world or server is disabled, false if not
isDisabledPlayer(TabPlayer) - Method in class me.neznamy.tab.api.TabFeature
Returns true if player is currently located in a server or world, which is marked as disabled, false if not
isDisguised() - Method in interface me.neznamy.tab.api.TabPlayer
Returns true if player is disguised using LibsDisguises, false if not
isFeatureEnabled(String) - Method in interface me.neznamy.tab.api.FeatureManager
Returns whether a feature with said name is registered or not
isHexCode(String) - Method in class me.neznamy.tab.api.chat.rgb.RGBUtils
Returns true if entered string is a valid 6-digit combination of hexadecimal numbers, false if not
isItalic() - Method in class me.neznamy.tab.api.chat.ChatModifier
Returns true if italic is defined and set to true, false otherwise
isJoin() - Method in interface me.neznamy.tab.api.event.player.PlayerLoadEvent
Returns true if player was loaded because they joined, false if the player was loaded because tab reload command was executed
isLegacyColorForced() - Method in class me.neznamy.tab.api.chat.TextColor
Returns true if legacy color was forced with a constructor, false if not
isLoaded() - Method in interface me.neznamy.tab.api.TabPlayer
Returns true once the player is successfully loaded (onJoin method ran through all methods)
isObfuscated() - Method in class me.neznamy.tab.api.chat.ChatModifier
Returns true if obfuscation is defined and set to true, false otherwise
isOnline() - Method in interface me.neznamy.tab.api.TabPlayer
Calls platform-specific method and returns the result
isPlayMusic() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutBoss
Returns PacketPlayOutBoss.playMusic
isStrikethrough() - Method in class me.neznamy.tab.api.chat.ChatModifier
Returns true if strikethrough is defined and set to true, false otherwise
isUnderlined() - Method in class me.neznamy.tab.api.chat.ChatModifier
Returns true if underlined is defined and set to true, false otherwise
isVanished() - Method in interface me.neznamy.tab.api.TabPlayer
Checks if player is vanished using any supported vanish plugin and returns the result.
ITALIC - Enum constant in enum class me.neznamy.tab.api.chat.EnumChatFormat
 

J

jsonOrCut(String, ProtocolVersion, int) - Method in class me.neznamy.tab.api.protocol.PacketBuilder
If clientVersion is >= 1.13, creates a component from given text and returns it as a serialized component, which BungeeCord uses.

K

KyoriFormat - Class in me.neznamy.tab.api.chat.rgb.format
Formatter for <#RRGGBB>
KyoriFormat() - Constructor for class me.neznamy.tab.api.chat.rgb.format.KyoriFormat
 
KyoriGradient - Class in me.neznamy.tab.api.chat.rgb.gradient
Gradient applier for <gradient:#RRGGBB:#RRGGBB>Text</gradient> and <gradient:#RRGGBB|L:#RRGGBB>Text</gradient>
KyoriGradient() - Constructor for class me.neznamy.tab.api.chat.rgb.gradient.KyoriGradient
 

L

lastColorsOf(String) - Static method in enum class me.neznamy.tab.api.chat.EnumChatFormat
Returns enum value of last colors used in given string.
LIGHT_PURPLE - Enum constant in enum class me.neznamy.tab.api.chat.EnumChatFormat
 
Line - Interface in me.neznamy.tab.api.scoreboard
An interface allowing to work with a line of text in scoreboard.
load() - Method in class me.neznamy.tab.api.TabFeature
Loads all online players and sends packets
loadPropertyFromConfig(TabFeature, String) - Method in interface me.neznamy.tab.api.TabPlayer
Loads property from config using standard property loading algorithm
loadPropertyFromConfig(TabFeature, String, String) - Method in interface me.neznamy.tab.api.TabPlayer
Loads property from config using standard property loading algorithm.
logError(String, Throwable) - Method in class me.neznamy.tab.api.TabAPI
Logs an error into errors.log file

M

me.neznamy.tab.api - package me.neznamy.tab.api
 
me.neznamy.tab.api.bossbar - package me.neznamy.tab.api.bossbar
 
me.neznamy.tab.api.chat - package me.neznamy.tab.api.chat
 
me.neznamy.tab.api.chat.rgb - package me.neznamy.tab.api.chat.rgb
 
me.neznamy.tab.api.chat.rgb.format - package me.neznamy.tab.api.chat.rgb.format
 
me.neznamy.tab.api.chat.rgb.gradient - package me.neznamy.tab.api.chat.rgb.gradient
 
me.neznamy.tab.api.config - package me.neznamy.tab.api.config
 
me.neznamy.tab.api.event - package me.neznamy.tab.api.event
 
me.neznamy.tab.api.event.player - package me.neznamy.tab.api.event.player
 
me.neznamy.tab.api.event.plugin - package me.neznamy.tab.api.event.plugin
 
me.neznamy.tab.api.placeholder - package me.neznamy.tab.api.placeholder
 
me.neznamy.tab.api.protocol - package me.neznamy.tab.api.protocol
 
me.neznamy.tab.api.scoreboard - package me.neznamy.tab.api.scoreboard
 
me.neznamy.tab.api.task - package me.neznamy.tab.api.task
 
me.neznamy.tab.api.team - package me.neznamy.tab.api.team
 
me.neznamy.tab.api.util - package me.neznamy.tab.api.util
 

N

NOT_SET - Enum constant in enum class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo.EnumGamemode
 
NOTCHED_10 - Enum constant in enum class me.neznamy.tab.api.bossbar.BarStyle
 
NOTCHED_12 - Enum constant in enum class me.neznamy.tab.api.bossbar.BarStyle
 
NOTCHED_20 - Enum constant in enum class me.neznamy.tab.api.bossbar.BarStyle
 
NOTCHED_6 - Enum constant in enum class me.neznamy.tab.api.bossbar.BarStyle
 

O

OBFUSCATED - Enum constant in enum class me.neznamy.tab.api.chat.EnumChatFormat
 
onClick(ChatClickable.EnumClickAction, String) - Method in class me.neznamy.tab.api.chat.ChatModifier
 
onClickChangePage(int) - Method in class me.neznamy.tab.api.chat.ChatModifier
Sets click action to CHANGE_PAGE and page id to given value
onClickCopyToClipBoard(String) - Method in class me.neznamy.tab.api.chat.ChatModifier
Sets click action to COPY_TO_CLIPBOARD and text to provided value
onClickOpenUrl(String) - Method in class me.neznamy.tab.api.chat.ChatModifier
Sets click action to OPEN_URL and url to given value
onClickRunCommand(String) - Method in class me.neznamy.tab.api.chat.ChatModifier
Sets click action to RUN_COMMAND and command to given value
onClickSuggestCommand(String) - Method in class me.neznamy.tab.api.chat.ChatModifier
Sets click action to SUGGEST_COMMAND and command to given value
onCommand(TabPlayer, String) - Method in class me.neznamy.tab.api.TabFeature
Processes command from player.
onDisplayObjective(TabPlayer, PacketPlayOutScoreboardDisplayObjective) - Method in class me.neznamy.tab.api.TabFeature
Processes the packet send and returns true if packet should be cancelled
onHover(ChatHoverable.EnumHoverAction, IChatBaseComponent) - Method in class me.neznamy.tab.api.chat.ChatModifier
 
onHoverShowEntity(String, UUID, String) - Method in class me.neznamy.tab.api.chat.ChatModifier
Sets hover action to SHOW_ENTITY and entity data to given values
onHoverShowItem(String) - Method in class me.neznamy.tab.api.chat.ChatModifier
Sets hover action to SHOW_ITEM and item to given value
onHoverShowText(IChatBaseComponent) - Method in class me.neznamy.tab.api.chat.ChatModifier
Sets hover action to SHOW_TEXT and text to given value
onJoin(TabPlayer) - Method in class me.neznamy.tab.api.TabFeature
Processes join event
onLoginPacket(TabPlayer) - Method in class me.neznamy.tab.api.TabFeature
Processes login packet, only available on BungeeCord
onObjective(TabPlayer, PacketPlayOutScoreboardObjective) - Method in class me.neznamy.tab.api.TabFeature
Processes the packet send
onPacketReceive(TabPlayer, Object) - Method in class me.neznamy.tab.api.TabFeature
Processes raw packet sent by client
onPacketSend(TabPlayer, Object) - Method in class me.neznamy.tab.api.TabFeature
Processes raw packet sent to client
onPlayerInfo(TabPlayer, PacketPlayOutPlayerInfo) - Method in class me.neznamy.tab.api.TabFeature
Processes the packet send and possibly modifies it
onQuit(TabPlayer) - Method in class me.neznamy.tab.api.TabFeature
Processes quit event
onServerChange(TabPlayer, String, String) - Method in class me.neznamy.tab.api.TabFeature
Processes server switch
onVanishStatusChange(TabPlayer) - Method in class me.neznamy.tab.api.TabFeature
Processes vanish status change of player
onWorldChange(TabPlayer, String, String) - Method in class me.neznamy.tab.api.TabFeature
Processes world switch
OPEN_URL - Enum constant in enum class me.neznamy.tab.api.chat.ChatClickable.EnumClickAction
 
optimizedComponent(String) - Static method in class me.neznamy.tab.api.chat.IChatBaseComponent
Returns the most optimized component based on text.
overridesMethod(String) - Method in class me.neznamy.tab.api.TabFeature
Returns true if method with specified name is overridden in the implementation, false if not

P

PacketBuilder - Class in me.neznamy.tab.api.protocol
A class for packet building, methods are overridden in platform-specific builders which extend this class to build actual packets.
PacketBuilder() - Constructor for class me.neznamy.tab.api.protocol.PacketBuilder
Constructs new instance and fills PacketBuilder.buildMap with abstract build methods of packets present on all platforms.
PacketPlayOutBoss - Class in me.neznamy.tab.api.protocol
A class representing platform specific packet class
PacketPlayOutBoss(UUID) - Constructor for class me.neznamy.tab.api.protocol.PacketPlayOutBoss
Constructs new instance with given parameters and PacketPlayOutBoss.Action.REMOVE action
PacketPlayOutBoss(UUID, boolean, boolean, boolean) - Constructor for class me.neznamy.tab.api.protocol.PacketPlayOutBoss
Constructs new instance with given parameters and PacketPlayOutBoss.Action.UPDATE_PROPERTIES action
PacketPlayOutBoss(UUID, float) - Constructor for class me.neznamy.tab.api.protocol.PacketPlayOutBoss
Constructs new instance with given parameters and PacketPlayOutBoss.Action.UPDATE_PCT action
PacketPlayOutBoss(UUID, String) - Constructor for class me.neznamy.tab.api.protocol.PacketPlayOutBoss
Constructs new instance with given parameters and PacketPlayOutBoss.Action.UPDATE_NAME action
PacketPlayOutBoss(UUID, String, float, BarColor, BarStyle) - Constructor for class me.neznamy.tab.api.protocol.PacketPlayOutBoss
Constructs new instance with given parameters and PacketPlayOutBoss.Action.ADD action
PacketPlayOutBoss(UUID, BarColor, BarStyle) - Constructor for class me.neznamy.tab.api.protocol.PacketPlayOutBoss
Constructs new instance with given parameters and PacketPlayOutBoss.Action.UPDATE_STYLE action
PacketPlayOutBoss.Action - Enum Class in me.neznamy.tab.api.protocol
An enum representing all valid boss packet actions.
PacketPlayOutChat - Class in me.neznamy.tab.api.protocol
A class representing platform specific packet class
PacketPlayOutChat(IChatBaseComponent, PacketPlayOutChat.ChatMessageType) - Constructor for class me.neznamy.tab.api.protocol.PacketPlayOutChat
Constructs new instance with given parameters
PacketPlayOutChat.ChatMessageType - Enum Class in me.neznamy.tab.api.protocol
An enum representing positions of a chat message Calling ordinal() will return type's network ID.
PacketPlayOutPlayerInfo - Class in me.neznamy.tab.api.protocol
A class representing platform specific packet class
PacketPlayOutPlayerInfo(PacketPlayOutPlayerInfo.EnumPlayerInfoAction, List<PacketPlayOutPlayerInfo.PlayerInfoData>) - Constructor for class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo
Constructs new instance with given parameters.
PacketPlayOutPlayerInfo(PacketPlayOutPlayerInfo.EnumPlayerInfoAction, PacketPlayOutPlayerInfo.PlayerInfoData...) - Constructor for class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo
Constructs new instance with given parameters.
PacketPlayOutPlayerInfo.EnumGamemode - Enum Class in me.neznamy.tab.api.protocol
An enum representing GameMode
PacketPlayOutPlayerInfo.EnumPlayerInfoAction - Enum Class in me.neznamy.tab.api.protocol
En enum representing packet action Calling ordinal() will return action's network ID.
PacketPlayOutPlayerInfo.PlayerInfoData - Class in me.neznamy.tab.api.protocol
A subclass representing player list entry
PacketPlayOutPlayerListHeaderFooter - Class in me.neznamy.tab.api.protocol
A class representing platform specific packet class
PacketPlayOutPlayerListHeaderFooter(String, String) - Constructor for class me.neznamy.tab.api.protocol.PacketPlayOutPlayerListHeaderFooter
Constructs new instance with given parameters.
PacketPlayOutPlayerListHeaderFooter(IChatBaseComponent, IChatBaseComponent) - Constructor for class me.neznamy.tab.api.protocol.PacketPlayOutPlayerListHeaderFooter
Constructs new instance with given parameters.
PacketPlayOutScoreboardDisplayObjective - Class in me.neznamy.tab.api.protocol
A class representing platform specific packet class
PacketPlayOutScoreboardDisplayObjective(int, String) - Constructor for class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardDisplayObjective
Constructs new instance with given parameters
PacketPlayOutScoreboardObjective - Class in me.neznamy.tab.api.protocol
A class representing platform specific packet class
PacketPlayOutScoreboardObjective(int, String, String, PacketPlayOutScoreboardObjective.EnumScoreboardHealthDisplay) - Constructor for class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardObjective
Constructs new instance with given parameters.
PacketPlayOutScoreboardObjective(String) - Constructor for class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardObjective
Constructs new packet with given objective name and 1 (unregister) action.
PacketPlayOutScoreboardObjective.EnumScoreboardHealthDisplay - Enum Class in me.neznamy.tab.api.protocol
An enum representing available display types.
PacketPlayOutScoreboardScore - Class in me.neznamy.tab.api.protocol
A class representing platform specific packet class
PacketPlayOutScoreboardScore(PacketPlayOutScoreboardScore.Action, String, String, int) - Constructor for class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardScore
Constructs new instance with given parameters
PacketPlayOutScoreboardScore.Action - Enum Class in me.neznamy.tab.api.protocol
An enum representing action types
PacketPlayOutScoreboardTeam - Class in me.neznamy.tab.api.protocol
A class representing platform specific packet class
PacketPlayOutScoreboardTeam(String) - Constructor for class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardTeam
Constructs new instance with given parameters and 1 (REMOVE) action
PacketPlayOutScoreboardTeam(String, String, String, String, String, int) - Constructor for class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardTeam
Constructs new instance with given parameters and 2 (UPDATE_TEAM_INFO) action
PacketPlayOutScoreboardTeam(String, String, String, String, String, Collection<String>, int) - Constructor for class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardTeam
Constructs new instance with given parameters and 0 (CREATE) action
PacketPlayOutScoreboardTeam(String, Collection<String>, boolean) - Constructor for class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardTeam
Constructs new instance with given parameters and 3 (ADD_PLAYERS) if add is true, 4 (REMOVE_PLAYERS) if add is false action.
pauseTeamHandling(TabPlayer) - Method in interface me.neznamy.tab.api.team.TeamManager
Unregisters player's team and no longer handles it, as well as disables anti-override for teams.
PINK - Enum constant in enum class me.neznamy.tab.api.bossbar.BarColor
 
Placeholder - Interface in me.neznamy.tab.api.placeholder
 
PlaceholderManager - Interface in me.neznamy.tab.api.placeholder
 
PlaceholderRegisterEvent - Interface in me.neznamy.tab.api.event.plugin
 
PlayerInfoData(String, UUID, Skin, int, PacketPlayOutPlayerInfo.EnumGamemode, IChatBaseComponent) - Constructor for class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo.PlayerInfoData
Constructs new instance with given parameters.
PlayerInfoData(UUID) - Constructor for class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo.PlayerInfoData
Constructs new instance with given parameter.
PlayerInfoData(UUID, int) - Constructor for class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo.PlayerInfoData
Constructs new instance with given parameters.
PlayerInfoData(UUID, IChatBaseComponent) - Constructor for class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo.PlayerInfoData
Constructs new instance with given parameters.
PlayerInfoData(UUID, PacketPlayOutPlayerInfo.EnumGamemode) - Constructor for class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo.PlayerInfoData
Constructs new instance with given parameters.
PlayerLoadEvent - Interface in me.neznamy.tab.api.event.player
Called when the player has been fully loaded by TAB.
PlayerPlaceholder - Interface in me.neznamy.tab.api.placeholder
 
Preconditions - Class in me.neznamy.tab.api.util
 
PROGRESS - Enum constant in enum class me.neznamy.tab.api.bossbar.BarStyle
 
Property - Interface in me.neznamy.tab.api
An interface representing a property assigned to a player, which may contain placeholders and can be changed using the API.
PropertyConfiguration - Interface in me.neznamy.tab.api
Interface representing user or group configuration.
ProtocolVersion - Enum Class in me.neznamy.tab.api
Enum class representing all possibly used protocol versions
PROXY - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
PURPLE - Enum constant in enum class me.neznamy.tab.api.bossbar.BarColor
 

R

readDisplayObjective(Object) - Method in class me.neznamy.tab.api.protocol.PacketBuilder
Converts platform-specific instance of display objective packet into PacketPlayOutScoreboardDisplayObjective object.
readObjective(Object) - Method in class me.neznamy.tab.api.protocol.PacketBuilder
Converts platform-specific instance of objective packet into PacketPlayOutScoreboardObjective object.
readPlayerInfo(Object, ProtocolVersion) - Method in class me.neznamy.tab.api.protocol.PacketBuilder
Converts platform-specific instance of player info packet into PacketPlayOutPlayerInfo object.
RED - Enum constant in enum class me.neznamy.tab.api.bossbar.BarColor
 
RED - Enum constant in enum class me.neznamy.tab.api.chat.EnumChatFormat
 
reformat(String) - Method in class me.neznamy.tab.api.chat.rgb.format.BukkitFormat
 
reformat(String) - Method in class me.neznamy.tab.api.chat.rgb.format.CMIFormat
 
reformat(String) - Method in class me.neznamy.tab.api.chat.rgb.format.HtmlFormat
 
reformat(String) - Method in class me.neznamy.tab.api.chat.rgb.format.KyoriFormat
 
reformat(String) - Method in interface me.neznamy.tab.api.chat.rgb.format.RGBFormatter
Reformats RGB codes in provided text into #RRGGBB format
reformat(String) - Method in class me.neznamy.tab.api.chat.rgb.format.UnnamedFormat1
 
refresh() - Method in interface me.neznamy.tab.api.ArmorStand
Updates armor stand's name if needed
refresh(boolean) - Method in interface me.neznamy.tab.api.ArmorStandManager
 
refresh(TabPlayer, boolean) - Method in class me.neznamy.tab.api.TabFeature
Performs refresh of specified player
register(Class<E>, EventHandler<E>) - Method in interface me.neznamy.tab.api.event.EventBus
Registers the given handler to this event bus.
register(Object) - Method in interface me.neznamy.tab.api.event.EventBus
Scans the given listener for any method that is annotated with Subscribe and registers it as a listener to this event bus.
registerFeature(String, TabFeature) - Method in interface me.neznamy.tab.api.FeatureManager
Registers a feature, which will start receiving events
registerPlayerPlaceholder(String, int, Function<TabPlayer, Object>) - Method in interface me.neznamy.tab.api.placeholder.PlaceholderManager
Registers a player placeholder (placeholder with player-specific output)
registerRelationalPlaceholder(String, int, BiFunction<TabPlayer, TabPlayer, Object>) - Method in interface me.neznamy.tab.api.placeholder.PlaceholderManager
Registers a relational placeholder (different output for each player pair)
registerServerPlaceholder(String, int, Supplier<Object>) - Method in interface me.neznamy.tab.api.placeholder.PlaceholderManager
Registers a server placeholder (placeholder with same output for all players)
RelationalPlaceholder - Interface in me.neznamy.tab.api.placeholder
 
remove(String) - Method in interface me.neznamy.tab.api.PropertyConfiguration
Removes all data applied to specified group or user.
REMOVE - Enum constant in enum class me.neznamy.tab.api.protocol.PacketPlayOutBoss.Action
 
REMOVE - Enum constant in enum class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardScore.Action
 
REMOVE_PLAYER - Enum constant in enum class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo.EnumPlayerInfoAction
 
removeDisabledPlayer(TabPlayer) - Method in class me.neznamy.tab.api.TabFeature
Removes specified player from list of players in disabled servers / worlds
removeLine(int) - Method in interface me.neznamy.tab.api.scoreboard.Scoreboard
Removes line with specified index.
removePlayer(TabPlayer) - Method in interface me.neznamy.tab.api.bossbar.BossBar
Unregisters this BossBar from specified player.
RepeatingTask - Interface in me.neznamy.tab.api.task
 
request() - Method in interface me.neznamy.tab.api.placeholder.ServerPlaceholder
Calls the placeholder request function and returns the output.
request(TabPlayer) - Method in interface me.neznamy.tab.api.placeholder.PlayerPlaceholder
Calls the placeholder request function and returns the output.
request(TabPlayer, TabPlayer) - Method in interface me.neznamy.tab.api.placeholder.RelationalPlaceholder
Calls the placeholder request function and returns the output.
RESET - Enum constant in enum class me.neznamy.tab.api.chat.EnumChatFormat
 
resetFooter(TabPlayer) - Method in interface me.neznamy.tab.api.HeaderFooterManager
 
resetHeader(TabPlayer) - Method in interface me.neznamy.tab.api.HeaderFooterManager
 
resetHeaderAndFooter(TabPlayer) - Method in interface me.neznamy.tab.api.HeaderFooterManager
 
resetLine(TabPlayer, String) - Method in interface me.neznamy.tab.api.team.UnlimitedNametagManager
 
resetName(TabPlayer) - Method in interface me.neznamy.tab.api.TablistFormatManager
Resets player's custom name previously assigned using TablistFormatManager.setName(TabPlayer, String) method.
resetName(TabPlayer) - Method in interface me.neznamy.tab.api.team.UnlimitedNametagManager
 
resetPrefix(TabPlayer) - Method in interface me.neznamy.tab.api.TablistFormatManager
Resets player's prefix previously assigned using TablistFormatManager.setPrefix(TabPlayer, String) method.
resetPrefix(TabPlayer) - Method in interface me.neznamy.tab.api.team.TeamManager
 
resetScoreboard(TabPlayer) - Method in interface me.neznamy.tab.api.scoreboard.ScoreboardManager
Hides custom scoreboard sent using ScoreboardManager.showScoreboard(TabPlayer, Scoreboard) and re-enables internal display logic with conditions.
resetSuffix(TabPlayer) - Method in interface me.neznamy.tab.api.TablistFormatManager
Resets player's suffix previously assigned using TablistFormatManager.setSuffix(TabPlayer, String) method.
resetSuffix(TabPlayer) - Method in interface me.neznamy.tab.api.team.TeamManager
 
resetTemporaryGroup() - Method in interface me.neznamy.tab.api.TabPlayer
Resets temporary group assigned using TabPlayer.setTemporaryGroup(String).
respawn(TabPlayer) - Method in interface me.neznamy.tab.api.ArmorStand
 
resumeTeamHandling(TabPlayer) - Method in interface me.neznamy.tab.api.team.TeamManager
Resumes team handling if it was before paused using pauseTeamHandling(), if not, nothing happens
RGBFormatter - Interface in me.neznamy.tab.api.chat.rgb.format
Abstract class for different RGB patterns
RGBUtils - Class in me.neznamy.tab.api.chat.rgb
A helper class to reformat all RGB formats into the default #RRGGBB and apply gradients
RGBUtils() - Constructor for class me.neznamy.tab.api.chat.rgb.RGBUtils
Constructs new instance and loads all RGB patterns and gradients
RUN_COMMAND - Enum constant in enum class me.neznamy.tab.api.chat.ChatClickable.EnumClickAction
 
runMeasuredTask(String, String, Runnable) - Method in interface me.neznamy.tab.api.task.ThreadManager
Starts a task in new thread and measures how long it took to process
runMeasuredTask(TabFeature, String, Runnable) - Method in interface me.neznamy.tab.api.task.ThreadManager
Starts a task in new thread and measures how long it took to process
runTask(Runnable) - Method in interface me.neznamy.tab.api.task.ThreadManager
Runs task in a new thread
runTaskLater(int, TabFeature, String, Runnable) - Method in interface me.neznamy.tab.api.task.ThreadManager
Runs task with a delay and measures how long it took to process

S

save() - Method in class me.neznamy.tab.api.config.ConfigurationFile
Saves values from map to the file
save() - Method in class me.neznamy.tab.api.config.YamlConfigurationFile
 
Scoreboard - Interface in me.neznamy.tab.api.scoreboard
An interface allowing to work with scoreboard, such as adding players, removing players and changing lines.
ScoreboardManager - Interface in me.neznamy.tab.api.scoreboard
Interface allowing work with scoreboards, such as creating, sending, toggling and modifying.
sendBossBarTemporarily(TabPlayer, String, int) - Method in interface me.neznamy.tab.api.bossbar.BossBarManager
Temporarily displays registered BossBar to player for specified amount of time in milliseconds.
sendConsoleMessage(String, boolean) - Method in class me.neznamy.tab.api.TabAPI
Prints message into console
sendCustomPacket(TabPacket) - Method in interface me.neznamy.tab.api.TabPlayer
Sends the player a custom universal packet
sendCustomPacket(TabPacket, String) - Method in interface me.neznamy.tab.api.TabPlayer
Sends the player a custom universal packet and adds that packet into counter that is displayed in /tab cpu
sendCustomPacket(TabPacket, TabFeature) - Method in interface me.neznamy.tab.api.TabPlayer
Sends the player a custom universal packet and adds that packet into counter that is displayed in /tab cpu
sendMessage(String, boolean) - Method in interface me.neznamy.tab.api.TabPlayer
Sends a message to the player
sendMessage(IChatBaseComponent) - Method in interface me.neznamy.tab.api.TabPlayer
Sends specified component as a chat message
sendPacket(Object) - Method in interface me.neznamy.tab.api.TabPlayer
Sends the player a platform-specific packet
serialize() - Method in class me.neznamy.tab.api.chat.ChatModifier
 
ServerPlaceholder - Interface in me.neznamy.tab.api.placeholder
 
set(String, Object) - Method in class me.neznamy.tab.api.config.ConfigurationFile
Sets value to the specified path and saves the file to disk by calling ConfigurationFile.save().
setBold(Boolean) - Method in class me.neznamy.tab.api.chat.ChatModifier
 
setBossBarVisible(TabPlayer, boolean, boolean) - Method in interface me.neznamy.tab.api.bossbar.BossBarManager
Sets BossBar visibility of player to set value.
setBrokenFile(String) - Method in class me.neznamy.tab.api.TabAPI
Sets name of file with syntax error, which prevented the plugin from enabling.
setClickEvent(ChatClickable) - Method in class me.neznamy.tab.api.chat.ChatModifier
 
setCollisionRule(TabPlayer, Boolean) - Method in interface me.neznamy.tab.api.team.TeamManager
Forces collision rule for the player.
setColor(String) - Method in interface me.neznamy.tab.api.bossbar.BossBar
Changes BossBar color to specified string, supporting placeholders.
setColor(BarColor) - Method in interface me.neznamy.tab.api.bossbar.BossBar
Changes BossBar color to specified enum constant.
setColor(EnumChatFormat) - Method in class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardTeam
Sets PacketPlayOutScoreboardTeam.color to specified color
setColor(TextColor) - Method in class me.neznamy.tab.api.chat.ChatModifier
 
setCreateWorldFog(boolean) - Method in class me.neznamy.tab.api.protocol.PacketPlayOutBoss
Sets PacketPlayOutBoss.createWorldFog to specified value
setDarkenScreen(boolean) - Method in class me.neznamy.tab.api.protocol.PacketPlayOutBoss
Sets PacketPlayOutBoss.darkenScreen to specified value
setDisplayName(IChatBaseComponent) - Method in class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo.PlayerInfoData
Sets PacketPlayOutPlayerInfo.PlayerInfoData.displayName to specified value
setExtra(List<IChatBaseComponent>) - Method in class me.neznamy.tab.api.chat.DeserializedChatComponent
 
setExtra(List<IChatBaseComponent>) - Method in class me.neznamy.tab.api.chat.IChatBaseComponent
Sets full list of extra components to given list.
setExtra(List<IChatBaseComponent>) - Method in class me.neznamy.tab.api.chat.WrappedChatComponent
 
setFont(String) - Method in class me.neznamy.tab.api.chat.ChatModifier
 
setFooter(TabPlayer, String) - Method in interface me.neznamy.tab.api.HeaderFooterManager
 
setGameMode(PacketPlayOutPlayerInfo.EnumGamemode) - Method in class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo.PlayerInfoData
Sets PacketPlayOutPlayerInfo.PlayerInfoData.gameMode to specified value
setHeader(TabPlayer, String) - Method in interface me.neznamy.tab.api.HeaderFooterManager
 
setHeaderAndFooter(TabPlayer, String, String) - Method in interface me.neznamy.tab.api.HeaderFooterManager
 
setHoverEvent(ChatHoverable) - Method in class me.neznamy.tab.api.chat.ChatModifier
 
setInstance(TabAPI) - Static method in class me.neznamy.tab.api.TabAPI
Instance setter for internal use by the plugin only.
setInterval(int) - Method in interface me.neznamy.tab.api.task.RepeatingTask
 
setItalic(Boolean) - Method in class me.neznamy.tab.api.chat.ChatModifier
 
setLatency(int) - Method in class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo.PlayerInfoData
Sets PacketPlayOutPlayerInfo.PlayerInfoData.latency to specified value
setLine(TabPlayer, String, String) - Method in interface me.neznamy.tab.api.team.UnlimitedNametagManager
 
setMinorVersion(int) - Method in enum class me.neznamy.tab.api.ProtocolVersion
Overrides minor version of the version instance.
setModifier(ChatModifier) - Method in class me.neznamy.tab.api.chat.DeserializedChatComponent
 
setModifier(ChatModifier) - Method in class me.neznamy.tab.api.chat.IChatBaseComponent
Sets modifier to provided value
setModifier(ChatModifier) - Method in class me.neznamy.tab.api.chat.WrappedChatComponent
 
setName(String) - Method in class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo.PlayerInfoData
Sets PacketPlayOutPlayerInfo.PlayerInfoData.name to specified value
setName(TabPlayer, String) - Method in interface me.neznamy.tab.api.TablistFormatManager
Changes player's name to provided value.
setName(TabPlayer, String) - Method in interface me.neznamy.tab.api.team.UnlimitedNametagManager
 
setObfuscated(Boolean) - Method in class me.neznamy.tab.api.chat.ChatModifier
 
setOffset(double) - Method in interface me.neznamy.tab.api.ArmorStand
Changes offset of the armor stand
setPlaceholder(Placeholder) - Method in interface me.neznamy.tab.api.event.plugin.PlaceholderRegisterEvent
 
setPlayMusic(boolean) - Method in class me.neznamy.tab.api.protocol.PacketPlayOutBoss
Sets PacketPlayOutBoss.playMusic to specified value
setPrefix(TabPlayer, String) - Method in interface me.neznamy.tab.api.TablistFormatManager
Changes player's prefix to provided value.
setPrefix(TabPlayer, String) - Method in interface me.neznamy.tab.api.team.TeamManager
 
setProgress(float) - Method in interface me.neznamy.tab.api.bossbar.BossBar
Changes BossBar progress to specified value ranging from 0 to 100.
setProgress(String) - Method in interface me.neznamy.tab.api.bossbar.BossBar
Changes BossBar progress to specified string, supporting placeholders.
setProperty(String, String, String, String, String) - Method in interface me.neznamy.tab.api.PropertyConfiguration
Sets property value of group or user to specified value.
setProperty(TabFeature, String, String) - Method in interface me.neznamy.tab.api.TabPlayer
Sets property with specified name to new value.
setScoreboardVisible(TabPlayer, boolean, boolean) - Method in interface me.neznamy.tab.api.scoreboard.ScoreboardManager
Sets scoreboard visibility of player to defined value.
setSkin(Skin) - Method in class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo.PlayerInfoData
Sets PacketPlayOutPlayerInfo.PlayerInfoData.skin to specified value
setStrikethrough(Boolean) - Method in class me.neznamy.tab.api.chat.ChatModifier
 
setStyle(String) - Method in interface me.neznamy.tab.api.bossbar.BossBar
Changes BossBar style to specified string, supporting placeholders.
setStyle(BarStyle) - Method in interface me.neznamy.tab.api.bossbar.BossBar
Changes BossBar style to specified enum constant.
setSuffix(TabPlayer, String) - Method in interface me.neznamy.tab.api.TablistFormatManager
Changes player's suffix to provided value.
setSuffix(TabPlayer, String) - Method in interface me.neznamy.tab.api.team.TeamManager
 
setTargetVersion(ProtocolVersion) - Method in class me.neznamy.tab.api.chat.ChatModifier
 
setTemporaryGroup(String) - Method in interface me.neznamy.tab.api.TabPlayer
Temporarily overrides player's group and applies all changes coming from new group.
setTemporaryValue(String) - Method in interface me.neznamy.tab.api.Property
Temporarily overrides current raw value with an API call
setText(String) - Method in class me.neznamy.tab.api.chat.IChatBaseComponent
Changes text of this component
setText(String) - Method in interface me.neznamy.tab.api.scoreboard.Line
Changes text to new value.
setTitle(String) - Method in interface me.neznamy.tab.api.bossbar.BossBar
Changes BossBar title to specified string, supporting placeholders.
setTitle(String) - Method in interface me.neznamy.tab.api.scoreboard.Scoreboard
Sets title to specified value.
setUnderlined(Boolean) - Method in class me.neznamy.tab.api.chat.ChatModifier
 
setUniqueId(UUID) - Method in class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo.PlayerInfoData
Sets PacketPlayOutPlayerInfo.PlayerInfoData.uniqueId to specified value
setValues(Map<String, Object>) - Method in class me.neznamy.tab.api.config.ConfigurationFile
 
SHOW_ENTITY - Enum constant in enum class me.neznamy.tab.api.chat.ChatHoverable.EnumHoverAction
 
SHOW_ITEM - Enum constant in enum class me.neznamy.tab.api.chat.ChatHoverable.EnumHoverAction
 
SHOW_TEXT - Enum constant in enum class me.neznamy.tab.api.chat.ChatHoverable.EnumHoverAction
 
showNametag(TabPlayer) - Method in interface me.neznamy.tab.api.team.TeamManager
Makes player's NameTag visible again
showNametag(TabPlayer, TabPlayer) - Method in interface me.neznamy.tab.api.team.TeamManager
Shows player's NameTag for specified viewer if it was hidden before
showScoreboard(TabPlayer, Scoreboard) - Method in interface me.neznamy.tab.api.scoreboard.ScoreboardManager
Displays scoreboard to defined player.
Skin - Class in me.neznamy.tab.api.protocol
Class representing a minecraft skin as a value - signature pair.
Skin(String, String) - Constructor for class me.neznamy.tab.api.protocol.Skin
Constructs new instance with given parameters
sneak(boolean) - Method in interface me.neznamy.tab.api.ArmorStand
Changes sneaking flag and sends packets to everyone in range
spawn(TabPlayer) - Method in interface me.neznamy.tab.api.ArmorStand
Spawns armor stand for specified player
SPECTATOR - Enum constant in enum class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo.EnumGamemode
 
startRepeatingMeasuredTask(int, TabFeature, String, Runnable) - Method in interface me.neznamy.tab.api.task.ThreadManager
Starts a new task with defined repeat interval that measures cpu usage
startRepeatingTask(int, Runnable) - Method in interface me.neznamy.tab.api.task.ThreadManager
 
STRIKETHROUGH - Enum constant in enum class me.neznamy.tab.api.chat.EnumChatFormat
 
Subscribe - Annotation Interface in me.neznamy.tab.api.event
Subscribes to a TabEvent.
SUGGEST_COMMAND - Enum constant in enum class me.neznamy.tab.api.chat.ChatClickable.EnumClickAction
 
SURVIVAL - Enum constant in enum class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo.EnumGamemode
 
SYSTEM - Enum constant in enum class me.neznamy.tab.api.protocol.PacketPlayOutChat.ChatMessageType
 

T

TabAPI - Class in me.neznamy.tab.api
The primary API class to get instances of other API classes
TabAPI() - Constructor for class me.neznamy.tab.api.TabAPI
 
TabEvent - Interface in me.neznamy.tab.api.event
An event that may be fired by TAB when something occurs.
TabFeature - Class in me.neznamy.tab.api
Abstract class representing a core feature of the plugin.
TabFeature(String, String) - Constructor for class me.neznamy.tab.api.TabFeature
Constructs new instance with given parameters and loads method overrides
TabFeature(String, String, String) - Constructor for class me.neznamy.tab.api.TabFeature
Constructs new instance with given parameters and loads method overrides.
TablistFormatManager - Interface in me.neznamy.tab.api
An interface allowing to modify tablist display names of players.
TabLoadEvent - Interface in me.neznamy.tab.api.event.plugin
Called when TAB is fully loaded.
TabPacket - Interface in me.neznamy.tab.api.protocol
Interface representing a packet that can be sent to client independently of platform.
TabPlayer - Interface in me.neznamy.tab.api
An interface representing a player
TeamManager - Interface in me.neznamy.tab.api.team
 
teleport() - Method in interface me.neznamy.tab.api.ArmorStand
Teleports armor stand to owner's current location for everyone in range
teleport(TabPlayer) - Method in interface me.neznamy.tab.api.ArmorStand
Teleports armor stand to owner's current location for specified player
TextColor - Class in me.neznamy.tab.api.chat
A class representing a component color, which can be either RGB or legacy code.
TextColor(int, int, int) - Constructor for class me.neznamy.tab.api.chat.TextColor
Constructs new instance with red, green and blue values
TextColor(String) - Constructor for class me.neznamy.tab.api.chat.TextColor
Constructs new instance from provided 6-digit hex code string
TextColor(String, EnumChatFormat) - Constructor for class me.neznamy.tab.api.chat.TextColor
Constructs new instance from provided 6-digit hex code and forced legacy color
TextColor(EnumChatFormat) - Constructor for class me.neznamy.tab.api.chat.TextColor
Constructs new instance from provided legacy color
TextColor(TextColor) - Constructor for class me.neznamy.tab.api.chat.TextColor
Constructs new instance as a clone of the provided color.
ThreadManager - Interface in me.neznamy.tab.api.task
 
toFlatText() - Method in class me.neznamy.tab.api.chat.IChatBaseComponent
Converts the component into flat text with used colors (including rgb) and magic codes
toggleBossBar(TabPlayer, boolean) - Method in interface me.neznamy.tab.api.bossbar.BossBarManager
Toggles BossBar for this player and sends toggle message if sendToggleMessage is true.
toggleNameTagVisibilityView(TabPlayer, boolean) - Method in interface me.neznamy.tab.api.team.TeamManager
Toggles nametag visibility view on all players for specified player.
toggleScoreboard(TabPlayer, boolean) - Method in interface me.neznamy.tab.api.scoreboard.ScoreboardManager
Toggles scoreboard for specified player.
toJson() - Method in class me.neznamy.tab.api.chat.ChatComponentEntity
 
toLegacyText() - Method in class me.neznamy.tab.api.chat.IChatBaseComponent
Converts this component into a simple text with legacy colors (the closest match if color is set to RGB)
toRawText() - Method in class me.neznamy.tab.api.chat.ChatComponentEntity
 
toRawText() - Method in class me.neznamy.tab.api.chat.IChatBaseComponent
Returns raw text without colors, only works correctly when component is organized
toString() - Method in class me.neznamy.tab.api.chat.ChatComponentEntity
 
toString() - Method in class me.neznamy.tab.api.chat.DeserializedChatComponent
 
toString() - Method in class me.neznamy.tab.api.chat.IChatBaseComponent
Converts the component to a string representing the serialized component.
toString() - Method in class me.neznamy.tab.api.chat.TextColor
Converts the color into a valid color value used in color field in chat component.
toString() - Method in class me.neznamy.tab.api.chat.WrappedChatComponent
 
toString() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutBoss
 
toString() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutChat
 
toString() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo.PlayerInfoData
 
toString() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo
 
toString() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutPlayerListHeaderFooter
 
toString() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardDisplayObjective
 
toString() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardObjective
 
toString() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardScore
 
toString() - Method in class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardTeam
 
toString() - Method in class me.neznamy.tab.api.protocol.Skin
Returns user-friendly representation of this object
toString() - Method in interface me.neznamy.tab.api.protocol.TabPacket
Returns user-friendly string representation of the packet
toString(Object) - Method in interface me.neznamy.tab.api.PropertyConfiguration
Converts object into string.
toString(ProtocolVersion) - Method in class me.neznamy.tab.api.chat.DeserializedChatComponent
 
toString(ProtocolVersion) - Method in class me.neznamy.tab.api.chat.IChatBaseComponent
Serializes this component with colors based on client version.
toString(ProtocolVersion) - Method in class me.neznamy.tab.api.chat.WrappedChatComponent
 
toString(ProtocolVersion, boolean) - Method in class me.neznamy.tab.api.chat.IChatBaseComponent
Serializes this component with colors based on client version.

U

UNDERLINE - Enum constant in enum class me.neznamy.tab.api.chat.EnumChatFormat
 
UNKNOWN_CLIENT_VERSION - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
UNKNOWN_SERVER_VERSION - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
UnlimitedNametagManager - Interface in me.neznamy.tab.api.team
 
unload() - Method in interface me.neznamy.tab.api.placeholder.Placeholder
 
unload() - Method in class me.neznamy.tab.api.TabFeature
Unloads all players and sends clear packets
UnnamedFormat1 - Class in me.neznamy.tab.api.chat.rgb.format
Formatter for &#RRGGBB
UnnamedFormat1() - Constructor for class me.neznamy.tab.api.chat.rgb.format.UnnamedFormat1
 
unregister() - Method in interface me.neznamy.tab.api.scoreboard.Scoreboard
Unregisters this scoreboard from all players who can see it.
unregister(Object) - Method in interface me.neznamy.tab.api.event.EventBus
Scans the given listener for any method that is annotated with Subscribe and unregisters it from this event bus.
unregister(EventHandler<E>) - Method in interface me.neznamy.tab.api.event.EventBus
Unregisters the given handler from this event bus.
unregisterFeature(String) - Method in interface me.neznamy.tab.api.FeatureManager
Unregisters feature making it no longer receive events.
update() - Method in interface me.neznamy.tab.api.Property
Replaces all placeholders in current raw value, colorizes it, removes remove-strings and returns whether value changed or not
UPDATE_DISPLAY_NAME - Enum constant in enum class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo.EnumPlayerInfoAction
 
UPDATE_GAME_MODE - Enum constant in enum class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo.EnumPlayerInfoAction
 
UPDATE_LATENCY - Enum constant in enum class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo.EnumPlayerInfoAction
 
UPDATE_NAME - Enum constant in enum class me.neznamy.tab.api.protocol.PacketPlayOutBoss.Action
 
UPDATE_PCT - Enum constant in enum class me.neznamy.tab.api.protocol.PacketPlayOutBoss.Action
 
UPDATE_PROPERTIES - Enum constant in enum class me.neznamy.tab.api.protocol.PacketPlayOutBoss.Action
 
UPDATE_STYLE - Enum constant in enum class me.neznamy.tab.api.protocol.PacketPlayOutBoss.Action
 
updateAndGet() - Method in interface me.neznamy.tab.api.Property
Replaces all placeholders in current raw value, colorizes it, removes remove-strings and returns it.
updateTeamData(TabPlayer) - Method in interface me.neznamy.tab.api.team.TeamManager
Sends update team's properties packet of player's team to everyone
updateValue(Object) - Method in interface me.neznamy.tab.api.placeholder.ServerPlaceholder
 
updateValue(TabPlayer, Object) - Method in interface me.neznamy.tab.api.placeholder.PlayerPlaceholder
 
updateValue(TabPlayer, TabPlayer, Object) - Method in interface me.neznamy.tab.api.placeholder.RelationalPlaceholder
 
updateVisibility(boolean) - Method in interface me.neznamy.tab.api.ArmorStand
Updates visibility if needed

V

V1_10 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_10_1 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_10_2 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_11 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_11_1 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_11_2 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_12 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_12_1 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_12_2 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_13 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_13_1 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_13_2 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_14 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_14_1 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_14_2 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_14_3 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_14_4 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_15 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_15_1 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_15_2 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_16 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_16_1 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_16_2 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_16_3 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_16_4 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_16_5 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_17 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_17_1 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_18 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_18_1 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_18_2 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_4_6 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_4_7 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_5 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_5_1 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_5_2 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_6_1 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_6_2 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_6_4 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_7_10 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_7_2 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_7_4 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_7_5 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_7_6 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_7_7 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_7_8 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_7_9 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_8 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_9 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_9_1 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_9_2 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_9_3 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
V1_9_4 - Enum constant in enum class me.neznamy.tab.api.ProtocolVersion
 
valueOf(String) - Static method in enum class me.neznamy.tab.api.bossbar.BarColor
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class me.neznamy.tab.api.bossbar.BarStyle
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class me.neznamy.tab.api.chat.ChatClickable.EnumClickAction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class me.neznamy.tab.api.chat.ChatHoverable.EnumHoverAction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class me.neznamy.tab.api.chat.EnumChatFormat
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class me.neznamy.tab.api.protocol.PacketPlayOutBoss.Action
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class me.neznamy.tab.api.protocol.PacketPlayOutChat.ChatMessageType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo.EnumGamemode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo.EnumPlayerInfoAction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardObjective.EnumScoreboardHealthDisplay
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardScore.Action
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class me.neznamy.tab.api.ProtocolVersion
Returns the enum constant of this class with the specified name.
values - Variable in class me.neznamy.tab.api.config.ConfigurationFile
Configuration file content
values() - Static method in enum class me.neznamy.tab.api.bossbar.BarColor
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class me.neznamy.tab.api.bossbar.BarStyle
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class me.neznamy.tab.api.chat.ChatClickable.EnumClickAction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class me.neznamy.tab.api.chat.ChatHoverable.EnumHoverAction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class me.neznamy.tab.api.chat.EnumChatFormat
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class me.neznamy.tab.api.protocol.PacketPlayOutBoss.Action
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class me.neznamy.tab.api.protocol.PacketPlayOutChat.ChatMessageType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo.EnumGamemode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo.EnumPlayerInfoAction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardObjective.EnumScoreboardHealthDisplay
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class me.neznamy.tab.api.protocol.PacketPlayOutScoreboardScore.Action
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class me.neznamy.tab.api.ProtocolVersion
Returns an array containing the constants of this enum class, in the order they are declared.
VALUES - Static variable in enum class me.neznamy.tab.api.chat.EnumChatFormat
Creating a constant to avoid memory allocations on each request
VALUES - Static variable in enum class me.neznamy.tab.api.protocol.PacketPlayOutPlayerInfo.EnumGamemode
Value array to iterate over to avoid array creations on each call
VALUES - Static variable in enum class me.neznamy.tab.api.ProtocolVersion
Value array to iterate over to avoid array creations on each call

W

WHITE - Enum constant in enum class me.neznamy.tab.api.bossbar.BarColor
 
WHITE - Enum constant in enum class me.neznamy.tab.api.chat.EnumChatFormat
 
WrappedChatComponent - Class in me.neznamy.tab.api.chat
A class extending IChatBaseComponent that holds the original value to avoid deserializing it, which is an unnecessary operation that slows down the performance, as well as makes code more complicated and open to problems.
WrappedChatComponent(Object) - Constructor for class me.neznamy.tab.api.chat.WrappedChatComponent
Constructs new instance with given parameter

Y

YamlConfigurationFile - Class in me.neznamy.tab.api.config
YAML implementation of ConfigurationFile
YamlConfigurationFile(InputStream, File) - Constructor for class me.neznamy.tab.api.config.YamlConfigurationFile
Constructs new instance and attempts to load specified configuration file.
YELLOW - Enum constant in enum class me.neznamy.tab.api.bossbar.BarColor
 
YELLOW - Enum constant in enum class me.neznamy.tab.api.chat.EnumChatFormat
 
A B C D E F G H I J K L M N O P R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values