Index
All Classes and Interfaces|All Packages
A
- Add(Player, Scoreboard, Team, String) - Constructor for class com.velocitypowered.api.event.scoreboard.TeamEntryEvent.Add
-
Constructs new instance with given parameters.
- addEntry(String) - Method in interface com.velocitypowered.api.scoreboard.ProxyTeam
-
Adds an entry to this team.
- allowFriendlyFire(boolean) - Method in interface com.velocitypowered.api.scoreboard.ProxyTeam.Builder
-
Sets friendly fire to specified value.
- allowFriendlyFire(boolean) - Method in interface com.velocitypowered.api.scoreboard.ProxyTeam.PropertyBuilder
-
Sets friendly fire to specified value.
- ALWAYS - Enum constant in enum class com.velocitypowered.api.scoreboard.CollisionRule
-
Always pushes all players
- ALWAYS - Enum constant in enum class com.velocitypowered.api.scoreboard.NameVisibility
-
Name can be seen by everyone
- AQUA - Enum constant in enum class com.velocitypowered.api.scoreboard.TeamColor
B
- BELOW_NAME - Enum constant in enum class com.velocitypowered.api.scoreboard.DisplaySlot
-
Below player nametags
- BLACK - Enum constant in enum class com.velocitypowered.api.scoreboard.TeamColor
- blank() - Static method in interface com.velocitypowered.api.scoreboard.NumberFormat
-
Returns blank format where scores are completely hidden.
- BlankFormat() - Constructor for record class com.velocitypowered.api.scoreboard.NumberFormat.BlankFormat
-
Creates an instance of a
BlankFormat
record class. - BLUE - Enum constant in enum class com.velocitypowered.api.scoreboard.TeamColor
- BOLD - Enum constant in enum class com.velocitypowered.api.scoreboard.TeamColor
C
- canSeeFriendlyInvisibles(boolean) - Method in interface com.velocitypowered.api.scoreboard.ProxyTeam.Builder
-
Sets can see friendly invisibles to specified value.
- canSeeFriendlyInvisibles(boolean) - Method in interface com.velocitypowered.api.scoreboard.ProxyTeam.PropertyBuilder
-
Sets can see friendly invisibles to specified value.
- collisionRule(CollisionRule) - Method in interface com.velocitypowered.api.scoreboard.ProxyTeam.Builder
-
Sets collision rule to specified value.
- collisionRule(CollisionRule) - Method in interface com.velocitypowered.api.scoreboard.ProxyTeam.PropertyBuilder
-
Sets collision rule to specified value.
- CollisionRule - Enum Class in com.velocitypowered.api.scoreboard
-
Team collision rule enum.
- color(TeamColor) - Method in interface com.velocitypowered.api.scoreboard.ProxyTeam.Builder
-
Sets color to specified value.
- color(TeamColor) - Method in interface com.velocitypowered.api.scoreboard.ProxyTeam.PropertyBuilder
-
Sets color to specified value.
- com.velocitypowered.api - package com.velocitypowered.api
- com.velocitypowered.api.event.scoreboard - package com.velocitypowered.api.event.scoreboard
- com.velocitypowered.api.scoreboard - package com.velocitypowered.api.scoreboard
- component() - Method in record class com.velocitypowered.api.scoreboard.NumberFormat.FixedFormat
-
Returns the value of the
component
record component. - createObjective(String, Consumer<ProxyObjective.Builder>) - Method in interface com.velocitypowered.api.scoreboard.ProxyScoreboard
-
Registers objective into this scoreboard.
- createTeam(String, Consumer<ProxyTeam.Builder>) - Method in interface com.velocitypowered.api.scoreboard.ProxyScoreboard
-
Registers team into this scoreboard.
D
- DARK_AQUA - Enum constant in enum class com.velocitypowered.api.scoreboard.TeamColor
- DARK_BLUE - Enum constant in enum class com.velocitypowered.api.scoreboard.TeamColor
- DARK_GRAY - Enum constant in enum class com.velocitypowered.api.scoreboard.TeamColor
- DARK_GREEN - Enum constant in enum class com.velocitypowered.api.scoreboard.TeamColor
- DARK_PURPLE - Enum constant in enum class com.velocitypowered.api.scoreboard.TeamColor
- DARK_RED - Enum constant in enum class com.velocitypowered.api.scoreboard.TeamColor
- Display(Player, Scoreboard, Objective, DisplaySlot) - Constructor for class com.velocitypowered.api.event.scoreboard.ObjectiveEvent.Display
-
Constructs new instance with given parameters.
- displayName(TextHolder) - Method in interface com.velocitypowered.api.scoreboard.ProxyTeam.Builder
-
Sets display name to specified value.
- displayName(TextHolder) - Method in interface com.velocitypowered.api.scoreboard.ProxyTeam.PropertyBuilder
-
Sets display name to specified value.
- displayName(Component) - Method in interface com.velocitypowered.api.scoreboard.ProxyScore.Builder
-
Sets holder's display name to specified value.
- displaySlot(DisplaySlot) - Method in interface com.velocitypowered.api.scoreboard.ProxyObjective.Builder
-
Sets display slot.
- DisplaySlot - Enum Class in com.velocitypowered.api.scoreboard
-
Scoreboard objective display slot.
E
- empty() - Static method in class com.velocitypowered.api.TextHolder
-
Returns holder with empty text.
- empty() - Method in class com.velocitypowered.api.TextHolderProvider
-
Returns an empty TextHolder object.
- entries(Player...) - Method in interface com.velocitypowered.api.scoreboard.ProxyTeam.Builder
-
Adds specified players into the team.
- entries(String...) - Method in interface com.velocitypowered.api.scoreboard.ProxyTeam.Builder
-
Adds specified entries into the team.
- entries(Collection<String>) - Method in interface com.velocitypowered.api.scoreboard.ProxyTeam.Builder
-
Adds specified entries into the team.
- entry(String) - Method in interface com.velocitypowered.api.scoreboard.ProxyTeam.Builder
-
Adds specified entry into the team.
- equals(Object) - Method in record class com.velocitypowered.api.scoreboard.NumberFormat.BlankFormat
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.velocitypowered.api.scoreboard.NumberFormat.FixedFormat
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.velocitypowered.api.scoreboard.NumberFormat.StyledFormat
-
Indicates whether some other object is "equal to" this one.
F
- fireEvent(Object) - Method in interface com.velocitypowered.api.event.scoreboard.ScoreboardEventSource
- fixed(Component) - Static method in interface com.velocitypowered.api.scoreboard.NumberFormat
-
Returns fixed format where scores are replaced with given text.
- FixedFormat(Component) - Constructor for record class com.velocitypowered.api.scoreboard.NumberFormat.FixedFormat
-
Creates an instance of a
FixedFormat
record class.
G
- getAllScores() - Method in interface com.velocitypowered.api.scoreboard.Objective
-
Retrieves all scores associated with this objective.
- getAllScores() - Method in interface com.velocitypowered.api.scoreboard.ProxyObjective
-
Retrieves all scores associated with this objective.
- getBackendScoreboard(Player) - Method in class com.velocitypowered.api.scoreboard.ScoreboardManager
-
Retrieves the backend scoreboard for the specified player.
- getByName(String) - Static method in enum class com.velocitypowered.api.scoreboard.CollisionRule
-
Returns enum constant from code name.
- getByName(String) - Static method in enum class com.velocitypowered.api.scoreboard.NameVisibility
-
Returns enum constant from code name.
- getCollisionRule() - Method in interface com.velocitypowered.api.scoreboard.Team
-
Returns collision rule (1.9+).
- getColor() - Method in interface com.velocitypowered.api.scoreboard.Team
-
Returns team color (1.13+).
- getDisplayName() - Method in interface com.velocitypowered.api.scoreboard.Score
-
Returns custom display name for holder (1.20.3+).
- getDisplayName() - Method in interface com.velocitypowered.api.scoreboard.Team
-
Returns display name of this team
- getDisplaySlot() - Method in interface com.velocitypowered.api.scoreboard.Objective
-
Returns display slot where this objective is displayed.
- getEntries() - Method in interface com.velocitypowered.api.scoreboard.Team
-
Returns entries currently present in this team.
- getHealthDisplay() - Method in interface com.velocitypowered.api.scoreboard.Objective
-
Gets health display of this objective.
- getHolder() - Method in interface com.velocitypowered.api.scoreboard.Score
-
Returns name of player holding this score.
- getInstance() - Static method in class com.velocitypowered.api.scoreboard.ScoreboardManager
-
Get an instance of the Velocity Scoreboard API.
- getLegacyText() - Method in class com.velocitypowered.api.TextHolder
-
Returns legacy text for 1.12- players.
- getLegacyText(int) - Method in class com.velocitypowered.api.TextHolder
-
Returns legacy text for 1.12- players.
- getModernText() - Method in class com.velocitypowered.api.TextHolder
-
Returns modern text for 1.13+ players.
- getName() - Method in interface com.velocitypowered.api.scoreboard.Objective
-
Returns name of this objective.
- getName() - Method in interface com.velocitypowered.api.scoreboard.Team
-
Returns name of this team.
- getNameVisibility() - Method in interface com.velocitypowered.api.scoreboard.Team
-
Returns nametag visibility rule (1.8+).
- getNumberFormat() - Method in interface com.velocitypowered.api.scoreboard.Objective
-
Returns default number format for all scores in this objective.
- getNumberFormat() - Method in interface com.velocitypowered.api.scoreboard.Score
-
Returns number format applied to score (1.20.3+).
- getObjective(DisplaySlot) - Method in interface com.velocitypowered.api.scoreboard.ProxyScoreboard
-
Retrieves the proxy objective displayed in the specified display slot.
- getObjective(DisplaySlot) - Method in interface com.velocitypowered.api.scoreboard.Scoreboard
-
Retrieves the objective displayed in the specified display slot.
- getObjective(String) - Method in interface com.velocitypowered.api.scoreboard.ProxyScoreboard
-
Gets proxy objective by name.
- getObjective(String) - Method in interface com.velocitypowered.api.scoreboard.Scoreboard
-
Gets objective by name.
- getObjectives() - Method in interface com.velocitypowered.api.scoreboard.ProxyScoreboard
-
Retrieves the set of objectives in the scoreboard.
- getObjectives() - Method in interface com.velocitypowered.api.scoreboard.Scoreboard
-
Retrieves the set of objectives in the scoreboard.
- getPrefix() - Method in interface com.velocitypowered.api.scoreboard.Team
-
Returns team prefix.
- getProvider() - Static method in class com.velocitypowered.api.TextHolderProvider
- getProxyScoreboard(Player) - Method in class com.velocitypowered.api.scoreboard.ScoreboardManager
-
Returns player's proxy scoreboard.
- getScore() - Method in interface com.velocitypowered.api.scoreboard.Score
-
Returns score value.
- getScore(String) - Method in interface com.velocitypowered.api.scoreboard.Objective
-
Gets score of given holder.
- getScore(String) - Method in interface com.velocitypowered.api.scoreboard.ProxyObjective
-
Gets score of given holder.
- getSuffix() - Method in interface com.velocitypowered.api.scoreboard.Team
-
Returns team suffix.
- getTeam(String) - Method in interface com.velocitypowered.api.scoreboard.ProxyScoreboard
-
Returns team with give name.
- getTeam(String) - Method in interface com.velocitypowered.api.scoreboard.Scoreboard
-
Returns team with give name.
- getTeams() - Method in interface com.velocitypowered.api.scoreboard.ProxyScoreboard
-
Retrieves the set of teams in the scoreboard.
- getTeams() - Method in interface com.velocitypowered.api.scoreboard.Scoreboard
-
Retrieves the set of teams in the scoreboard.
- getTitle() - Method in interface com.velocitypowered.api.scoreboard.Objective
-
Gets title of this objective.
- GOLD - Enum constant in enum class com.velocitypowered.api.scoreboard.TeamColor
- GRAY - Enum constant in enum class com.velocitypowered.api.scoreboard.TeamColor
- GREEN - Enum constant in enum class com.velocitypowered.api.scoreboard.TeamColor
H
- hashCode() - Method in record class com.velocitypowered.api.scoreboard.NumberFormat.BlankFormat
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.velocitypowered.api.scoreboard.NumberFormat.FixedFormat
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.velocitypowered.api.scoreboard.NumberFormat.StyledFormat
-
Returns a hash code value for this object.
- healthDisplay(HealthDisplay) - Method in interface com.velocitypowered.api.scoreboard.ProxyObjective.Builder
-
Sets health display.
- HealthDisplay - Enum Class in com.velocitypowered.api.scoreboard
-
Scoreboard objective score display type.
- HEARTS - Enum constant in enum class com.velocitypowered.api.scoreboard.HealthDisplay
-
Displays score as hearts (only supported in PLAYER_LIST)
- HIDE_FOR_OTHER_TEAMS - Enum constant in enum class com.velocitypowered.api.scoreboard.NameVisibility
-
Name is hidden from other teams
- HIDE_FOR_OWN_TEAM - Enum constant in enum class com.velocitypowered.api.scoreboard.NameVisibility
-
Name is hidden from own team
I
- INSTANCE - Static variable in record class com.velocitypowered.api.scoreboard.NumberFormat.BlankFormat
-
Singleton instance of this class
- INTEGER - Enum constant in enum class com.velocitypowered.api.scoreboard.HealthDisplay
-
Displays value as number (color is hardcoded based on slot in the client)
- isAllowFriendlyFire() - Method in interface com.velocitypowered.api.scoreboard.Team
-
Returns
true
if team allows friendly fire between players in the same team,false
if not. - isCanSeeFriendlyInvisibles() - Method in interface com.velocitypowered.api.scoreboard.Team
-
Returns
true
if team allows seeing invisible players in the same team as transparent,false
if not. - isProxy() - Method in class com.velocitypowered.api.event.scoreboard.ScoreboardEvent
-
Returns if the scoreboard is a
ProxyScoreboard
or a backendScoreboard
. - ITALIC - Enum constant in enum class com.velocitypowered.api.scoreboard.TeamColor
L
- LIGHT_PURPLE - Enum constant in enum class com.velocitypowered.api.scoreboard.TeamColor
N
- nameVisibility(NameVisibility) - Method in interface com.velocitypowered.api.scoreboard.ProxyTeam.Builder
-
Sets nametag visibility to specified value.
- nameVisibility(NameVisibility) - Method in interface com.velocitypowered.api.scoreboard.ProxyTeam.PropertyBuilder
-
Sets nametag visibility to specified value.
- NameVisibility - Enum Class in com.velocitypowered.api.scoreboard
-
Nametag visibility enum.
- NEVER - Enum constant in enum class com.velocitypowered.api.scoreboard.CollisionRule
-
Never pushes anyone
- NEVER - Enum constant in enum class com.velocitypowered.api.scoreboard.NameVisibility
-
Name cannot be seen by anyone
- numberFormat(NumberFormat) - Method in interface com.velocitypowered.api.scoreboard.ProxyObjective.Builder
-
Sets default number format for all scores.
- numberFormat(NumberFormat) - Method in interface com.velocitypowered.api.scoreboard.ProxyScore.Builder
-
Sets number format to specified value.
- NumberFormat - Interface in com.velocitypowered.api.scoreboard
-
Interface for formatting scoreboard scores.
- NumberFormat.BlankFormat - Record Class in com.velocitypowered.api.scoreboard
-
Format that hides numbers completely.
- NumberFormat.FixedFormat - Record Class in com.velocitypowered.api.scoreboard
-
Formatter that replaces score with specified text.
- NumberFormat.StyledFormat - Record Class in com.velocitypowered.api.scoreboard
-
Formatter that applies style to all scores.
O
- OBFUSCATED - Enum constant in enum class com.velocitypowered.api.scoreboard.TeamColor
- Objective - Interface in com.velocitypowered.api.scoreboard
-
A scoreboard objective with scores.
- objectiveBuilder(String) - Method in interface com.velocitypowered.api.scoreboard.ProxyScoreboard
-
Creates a new objective builder.
- ObjectiveEvent - Class in com.velocitypowered.api.event.scoreboard
-
Class for Objective events.
- ObjectiveEvent(Player, Scoreboard, Objective) - Constructor for class com.velocitypowered.api.event.scoreboard.ObjectiveEvent
-
Constructs new instance with given parameters.
- ObjectiveEvent.Display - Class in com.velocitypowered.api.event.scoreboard
-
This event is called when an objective is assigned a display slot.
- ObjectiveEvent.Register - Class in com.velocitypowered.api.event.scoreboard
-
This event is called when an objective is registered.
- ObjectiveEvent.Unregister - Class in com.velocitypowered.api.event.scoreboard
-
This event is called when an objective is unregistered.
- of(String) - Static method in class com.velocitypowered.api.TextHolder
-
Constructs a TextHolder object with the given legacy text.
- of(String, Component) - Static method in class com.velocitypowered.api.TextHolder
-
Constructs a TextHolder object with both legacy and modern texts.
- of(Component) - Static method in class com.velocitypowered.api.TextHolder
-
Constructs a TextHolder object with the given Component modern text.
- ofCombined(String, Component) - Method in class com.velocitypowered.api.TextHolderProvider
-
Constructs a TextHolder object with both legacy and modern texts.
- ofComponent(Component) - Method in class com.velocitypowered.api.TextHolderProvider
-
Constructs a TextHolder object with the given Component modern text.
- ofLegacy(String) - Method in class com.velocitypowered.api.TextHolderProvider
-
Constructs a TextHolder object with the given legacy text.
P
- PLAYER_LIST - Enum constant in enum class com.velocitypowered.api.scoreboard.DisplaySlot
-
Tablist slot, aligned to the right after suffix
- prefix(TextHolder) - Method in interface com.velocitypowered.api.scoreboard.ProxyTeam.Builder
-
Sets prefix to specified value.
- prefix(TextHolder) - Method in interface com.velocitypowered.api.scoreboard.ProxyTeam.PropertyBuilder
-
Sets prefix to specified value.
- ProxyObjective - Interface in com.velocitypowered.api.scoreboard
-
A scoreboard proxy objective with proxy scores.
- ProxyObjective.Builder - Interface in com.velocitypowered.api.scoreboard
-
Interface for building objectives.
- ProxyScore - Interface in com.velocitypowered.api.scoreboard
-
An interface representing proxy score entry of a player in a proxy objective.
- ProxyScore.Builder - Interface in com.velocitypowered.api.scoreboard
-
Interface for building a new score entry.
- ProxyScoreboard - Interface in com.velocitypowered.api.scoreboard
-
A scoreboard with proxy objectives and proxy teams.
- ProxyTeam - Interface in com.velocitypowered.api.scoreboard
-
An interface representing a proxy scoreboard team.
- ProxyTeam.Builder - Interface in com.velocitypowered.api.scoreboard
-
Team builder interface.
- ProxyTeam.PropertyBuilder - Interface in com.velocitypowered.api.scoreboard
-
This is a builder for team properties.
- PUSH_OTHER_TEAMS - Enum constant in enum class com.velocitypowered.api.scoreboard.CollisionRule
-
Only pushes players from other teams
- PUSH_OWN_TEAM - Enum constant in enum class com.velocitypowered.api.scoreboard.CollisionRule
-
Only pushes players from own team
R
- RED - Enum constant in enum class com.velocitypowered.api.scoreboard.TeamColor
- Register(Player, Scoreboard, Objective) - Constructor for class com.velocitypowered.api.event.scoreboard.ObjectiveEvent.Register
-
Constructs new instance with given parameters.
- Register(Player, Scoreboard, Team) - Constructor for class com.velocitypowered.api.event.scoreboard.TeamEvent.Register
-
Constructs new instance with given parameters.
- registerObjective(ProxyObjective.Builder) - Method in interface com.velocitypowered.api.scoreboard.ProxyScoreboard
-
Registers objective into this scoreboard.
- registerTeam(ProxyTeam.Builder) - Method in interface com.velocitypowered.api.scoreboard.ProxyScoreboard
-
Registers team into this scoreboard.
- Remove(Player, Scoreboard, Team, String) - Constructor for class com.velocitypowered.api.event.scoreboard.TeamEntryEvent.Remove
-
Constructs new instance with given parameters.
- removeEntry(String) - Method in interface com.velocitypowered.api.scoreboard.ProxyTeam
-
Removes entry from this team.
- removeScore(String) - Method in interface com.velocitypowered.api.scoreboard.ProxyObjective
-
Removes score of given holder.
- RESET - Enum constant in enum class com.velocitypowered.api.scoreboard.TeamColor
S
- score(int) - Method in interface com.velocitypowered.api.scoreboard.ProxyScore.Builder
-
Sets score to specified value.
- Score - Interface in com.velocitypowered.api.scoreboard
-
An interface representing score entry of a player in an objective.
- Scoreboard - Interface in com.velocitypowered.api.scoreboard
-
A scoreboard with objectives and teams.
- ScoreboardEvent - Class in com.velocitypowered.api.event.scoreboard
-
An abstract event class for all scoreboard-related events.
- ScoreboardEvent() - Constructor for class com.velocitypowered.api.event.scoreboard.ScoreboardEvent
- ScoreboardEventSource - Interface in com.velocitypowered.api.event.scoreboard
- ScoreboardManager - Class in com.velocitypowered.api.scoreboard
-
Entrypoint for the Velocity Scoreboard API.
- ScoreboardManager() - Constructor for class com.velocitypowered.api.scoreboard.ScoreboardManager
- setAllowFriendlyFire(boolean) - Method in interface com.velocitypowered.api.scoreboard.ProxyTeam
-
Sets friendly fire flag to new value.
- setCanSeeFriendlyInvisibles(boolean) - Method in interface com.velocitypowered.api.scoreboard.ProxyTeam
-
Sets can see friendly invisibles flag to new value.
- setCollisionRule(CollisionRule) - Method in interface com.velocitypowered.api.scoreboard.ProxyTeam
-
Sets collision rule to new value (1.9+).
- setColor(TeamColor) - Method in interface com.velocitypowered.api.scoreboard.ProxyTeam
-
Sets team color to new value (1.13+).
- setDisplayName(TextHolder) - Method in interface com.velocitypowered.api.scoreboard.ProxyTeam
-
Sets display name to new value.
- setDisplayName(Component) - Method in interface com.velocitypowered.api.scoreboard.ProxyScore
-
Sets custom display name of the holder to new value (1.20.3+).
- setDisplaySlot(DisplaySlot) - Method in interface com.velocitypowered.api.scoreboard.ProxyObjective
-
Sets display slot of this objective.
- setHealthDisplay(HealthDisplay) - Method in interface com.velocitypowered.api.scoreboard.ProxyObjective
-
Sets health display type.
- setInstance(ScoreboardManager) - Static method in class com.velocitypowered.api.scoreboard.ScoreboardManager
-
Sets instance of the Scoreboard API.
- setNameVisibility(NameVisibility) - Method in interface com.velocitypowered.api.scoreboard.ProxyTeam
-
Sets nametag visibility rule to new value (1.8+).
- setNumberFormat(NumberFormat) - Method in interface com.velocitypowered.api.scoreboard.ProxyObjective
-
Sets default number format for all scores in this objective.
- setNumberFormat(NumberFormat) - Method in interface com.velocitypowered.api.scoreboard.ProxyScore
-
Sets number formatting to apply to score (1.20.3+).
- setPrefix(TextHolder) - Method in interface com.velocitypowered.api.scoreboard.ProxyTeam
-
Sets team prefix to new value.
- setScore(int) - Method in interface com.velocitypowered.api.scoreboard.ProxyScore
-
Sets score to new value.
- setScore(String, Consumer<ProxyScore.Builder>) - Method in interface com.velocitypowered.api.scoreboard.ProxyObjective
-
Creates or updates a score with the given holder and customization options.
- setSuffix(TextHolder) - Method in interface com.velocitypowered.api.scoreboard.ProxyTeam
-
Sets team suffix to new value.
- setTitle(TextHolder) - Method in interface com.velocitypowered.api.scoreboard.ProxyObjective
-
Sets title of this objective.
- SIDEBAR - Enum constant in enum class com.velocitypowered.api.scoreboard.DisplaySlot
-
Sidebar on the right side of screen
- STRIKETHROUGH - Enum constant in enum class com.velocitypowered.api.scoreboard.TeamColor
- style() - Method in record class com.velocitypowered.api.scoreboard.NumberFormat.StyledFormat
-
Returns the value of the
style
record component. - styled(Style) - Static method in interface com.velocitypowered.api.scoreboard.NumberFormat
-
Returns styled format where scores use given style.
- StyledFormat(Style) - Constructor for record class com.velocitypowered.api.scoreboard.NumberFormat.StyledFormat
-
Creates an instance of a
StyledFormat
record class. - suffix(TextHolder) - Method in interface com.velocitypowered.api.scoreboard.ProxyTeam.Builder
-
Sets suffix to specified value.
- suffix(TextHolder) - Method in interface com.velocitypowered.api.scoreboard.ProxyTeam.PropertyBuilder
-
Sets suffix to specified value.
T
- Team - Interface in com.velocitypowered.api.scoreboard
-
An interface representing a scoreboard team.
- TEAM_AQUA - Enum constant in enum class com.velocitypowered.api.scoreboard.DisplaySlot
- TEAM_BLACK - Enum constant in enum class com.velocitypowered.api.scoreboard.DisplaySlot
- TEAM_BLUE - Enum constant in enum class com.velocitypowered.api.scoreboard.DisplaySlot
- TEAM_DARK_AQUA - Enum constant in enum class com.velocitypowered.api.scoreboard.DisplaySlot
- TEAM_DARK_BLUE - Enum constant in enum class com.velocitypowered.api.scoreboard.DisplaySlot
- TEAM_DARK_GRAY - Enum constant in enum class com.velocitypowered.api.scoreboard.DisplaySlot
- TEAM_DARK_GREEN - Enum constant in enum class com.velocitypowered.api.scoreboard.DisplaySlot
- TEAM_DARK_PURPLE - Enum constant in enum class com.velocitypowered.api.scoreboard.DisplaySlot
- TEAM_DARK_RED - Enum constant in enum class com.velocitypowered.api.scoreboard.DisplaySlot
- TEAM_GOLD - Enum constant in enum class com.velocitypowered.api.scoreboard.DisplaySlot
- TEAM_GRAY - Enum constant in enum class com.velocitypowered.api.scoreboard.DisplaySlot
- TEAM_GREEN - Enum constant in enum class com.velocitypowered.api.scoreboard.DisplaySlot
- TEAM_LIGHT_PURPLE - Enum constant in enum class com.velocitypowered.api.scoreboard.DisplaySlot
- TEAM_RED - Enum constant in enum class com.velocitypowered.api.scoreboard.DisplaySlot
- TEAM_WHITE - Enum constant in enum class com.velocitypowered.api.scoreboard.DisplaySlot
- TEAM_YELLOW - Enum constant in enum class com.velocitypowered.api.scoreboard.DisplaySlot
- teamBuilder(String) - Method in interface com.velocitypowered.api.scoreboard.ProxyScoreboard
-
Creates a new team builder.
- TeamColor - Enum Class in com.velocitypowered.api.scoreboard
-
Enum for all possible scoreboard team colors.
- TeamEntryEvent - Class in com.velocitypowered.api.event.scoreboard
-
Abstract class for team entry related events.
- TeamEntryEvent(Player, Scoreboard, Team, String) - Constructor for class com.velocitypowered.api.event.scoreboard.TeamEntryEvent
-
Constructs new instance with given parameters.
- TeamEntryEvent.Add - Class in com.velocitypowered.api.event.scoreboard
-
This event is fired when an entry is added to a team.
- TeamEntryEvent.Remove - Class in com.velocitypowered.api.event.scoreboard
-
This event is fired when an entry is removed from a team.
- TeamEvent - Class in com.velocitypowered.api.event.scoreboard
-
Abstract class for team-related events.
- TeamEvent(Player, Scoreboard, Team) - Constructor for class com.velocitypowered.api.event.scoreboard.TeamEvent
-
Constructs new instance with given parameters.
- TeamEvent.Register - Class in com.velocitypowered.api.event.scoreboard
-
This event is called when a team is registered.
- TeamEvent.Unregister - Class in com.velocitypowered.api.event.scoreboard
-
This event is called when a team is unregistered.
- teamPropertyBuilder() - Method in interface com.velocitypowered.api.scoreboard.ProxyScoreboard
-
Creates a new team property builder.
- TextHolder - Class in com.velocitypowered.api
-
Class for holding displayable text.
- TextHolder() - Constructor for class com.velocitypowered.api.TextHolder
- TextHolderProvider - Class in com.velocitypowered.api
- TextHolderProvider() - Constructor for class com.velocitypowered.api.TextHolderProvider
- title(TextHolder) - Method in interface com.velocitypowered.api.scoreboard.ProxyObjective.Builder
-
Sets objective title.
- toString() - Method in enum class com.velocitypowered.api.scoreboard.CollisionRule
- toString() - Method in enum class com.velocitypowered.api.scoreboard.HealthDisplay
- toString() - Method in enum class com.velocitypowered.api.scoreboard.NameVisibility
- toString() - Method in record class com.velocitypowered.api.scoreboard.NumberFormat.BlankFormat
-
Returns a string representation of this record class.
- toString() - Method in record class com.velocitypowered.api.scoreboard.NumberFormat.FixedFormat
-
Returns a string representation of this record class.
- toString() - Method in record class com.velocitypowered.api.scoreboard.NumberFormat.StyledFormat
-
Returns a string representation of this record class.
U
- UNDERLINED - Enum constant in enum class com.velocitypowered.api.scoreboard.TeamColor
- Unregister(Player, Scoreboard, Objective) - Constructor for class com.velocitypowered.api.event.scoreboard.ObjectiveEvent.Unregister
-
Constructs new instance with given parameters.
- Unregister(Player, Scoreboard, Team) - Constructor for class com.velocitypowered.api.event.scoreboard.TeamEvent.Unregister
-
Constructs new instance with given parameters.
- unregisterObjective(String) - Method in interface com.velocitypowered.api.scoreboard.ProxyScoreboard
-
Unregisters objective by name.
- unregisterTeam(String) - Method in interface com.velocitypowered.api.scoreboard.ProxyScoreboard
-
Unregisters team with given name.
- updateProperties(Consumer<ProxyTeam.PropertyBuilder>) - Method in interface com.velocitypowered.api.scoreboard.ProxyTeam
-
Updates all team properties specified in the builder consumer.
V
- valueOf(String) - Static method in enum class com.velocitypowered.api.scoreboard.CollisionRule
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.velocitypowered.api.scoreboard.DisplaySlot
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.velocitypowered.api.scoreboard.HealthDisplay
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.velocitypowered.api.scoreboard.NameVisibility
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.velocitypowered.api.scoreboard.TeamColor
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.velocitypowered.api.scoreboard.CollisionRule
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.velocitypowered.api.scoreboard.DisplaySlot
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.velocitypowered.api.scoreboard.HealthDisplay
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.velocitypowered.api.scoreboard.NameVisibility
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.velocitypowered.api.scoreboard.TeamColor
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
Y
A B C D E F G H I L N O P R S T U V W YAll Classes and Interfaces|All Packages