Class NewSidebar
java.lang.Object
com.marcusslover.plus.lib.sidebar.NewSidebar
- All Implemented Interfaces:
ISendable<NewSidebar>
@Deprecated(forRemoval=true)
public class NewSidebar
extends Object
implements ISendable<NewSidebar>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final @NotNull LinkedList<@NotNull SidebarField> Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescription@NotNull NewSidebaraddField()Deprecated, for removal: This API element is subject to removal in a future version.@NotNull NewSidebarDeprecated, for removal: This API element is subject to removal in a future version.@NotNull NewSidebarDeprecated, for removal: This API element is subject to removal in a future version.@NotNull NewSidebarDeprecated, for removal: This API element is subject to removal in a future version.static voidDeprecated, for removal: This API element is subject to removal in a future version.static voiddestroy(@NotNull org.bukkit.entity.Player player) Deprecated, for removal: This API element is subject to removal in a future version.@Nullable SidebarFieldDeprecated, for removal: This API element is subject to removal in a future version.static @NotNull Optional<NewSidebar> Deprecated, for removal: This API element is subject to removal in a future version.static @NotNull Optional<NewSidebar> get(@NotNull org.bukkit.entity.Player player) Deprecated, for removal: This API element is subject to removal in a future version.@Nullable SidebarFieldgetField(int index) Deprecated, for removal: This API element is subject to removal in a future version.@NotNull LinkedList<@NotNull SidebarField> Deprecated, for removal: This API element is subject to removal in a future version.@NotNull org.bukkit.scoreboard.ObjectiveDeprecated, for removal: This API element is subject to removal in a future version.@NotNull org.bukkit.scoreboard.ScoreboardDeprecated, for removal: This API element is subject to removal in a future version.static @NotNull Map<UUID, NewSidebar> Deprecated, for removal: This API element is subject to removal in a future version.intgetSize()Deprecated, for removal: This API element is subject to removal in a future version.@NotNull NewSidebarinsertField(int index, @NotNull Text prefix, @NotNull Text suffix) Deprecated, for removal: This API element is subject to removal in a future version.@NotNull NewSidebarinsertField(int index, @NotNull String prefix, @NotNull String suffix) Deprecated, for removal: This API element is subject to removal in a future version.static @NotNull NewSidebarDeprecated, for removal: This API element is subject to removal in a future version.static @NotNull NewSidebarDeprecated, for removal: This API element is subject to removal in a future version.static @NotNull NewSidebarDeprecated, for removal: This API element is subject to removal in a future version.static @NotNull NewSidebarDeprecated, for removal: This API element is subject to removal in a future version.static @NotNull NewSidebarof(@NotNull net.kyori.adventure.text.Component title) Deprecated, for removal: This API element is subject to removal in a future version.static @NotNull NewSidebarof(@NotNull net.kyori.adventure.text.Component title, @NotNull org.bukkit.scoreboard.Scoreboard scoreboard) Deprecated, for removal: This API element is subject to removal in a future version.@NotNull NewSidebarremoveField(int index) Deprecated, for removal: This API element is subject to removal in a future version.@NotNull NewSidebarsend(net.kyori.adventure.audience.Audience audience) Deprecated, for removal: This API element is subject to removal in a future version.<T extends org.bukkit.command.CommandSender>
@NotNull NewSidebarsend(T target) Deprecated, for removal: This API element is subject to removal in a future version.@NotNull NewSidebarupdateField(int index, @NotNull Text prefix, @NotNull Text suffix) Deprecated, for removal: This API element is subject to removal in a future version.@NotNull NewSidebarupdateField(int index, @NotNull String prefix, @NotNull String suffix) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
fields
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
of
Deprecated, for removal: This API element is subject to removal in a future version. -
of
@NotNull public static @NotNull NewSidebar of(@NotNull @NotNull net.kyori.adventure.text.Component title) Deprecated, for removal: This API element is subject to removal in a future version. -
of
Deprecated, for removal: This API element is subject to removal in a future version. -
of
@NotNull public static @NotNull NewSidebar of(@NotNull @NotNull Text title, @NotNull @NotNull org.bukkit.scoreboard.Scoreboard scoreboard) Deprecated, for removal: This API element is subject to removal in a future version. -
of
@NotNull public static @NotNull NewSidebar of(@NotNull @NotNull String title, @NotNull @NotNull org.bukkit.scoreboard.Scoreboard scoreboard) Deprecated, for removal: This API element is subject to removal in a future version. -
of
@NotNull public static @NotNull NewSidebar of(@NotNull @NotNull net.kyori.adventure.text.Component title, @NotNull @NotNull org.bukkit.scoreboard.Scoreboard scoreboard) Deprecated, for removal: This API element is subject to removal in a future version. -
addField
@NotNull public @NotNull NewSidebar addField(@NotNull @NotNull String prefix, @NotNull @NotNull String suffix) Deprecated, for removal: This API element is subject to removal in a future version. -
addField
@NotNull public @NotNull NewSidebar addField(@NotNull @NotNull Text prefix, @NotNull @NotNull Text suffix) Deprecated, for removal: This API element is subject to removal in a future version. -
addField
Deprecated, for removal: This API element is subject to removal in a future version. -
insertField
@NotNull public @NotNull NewSidebar insertField(int index, @NotNull @NotNull String prefix, @NotNull @NotNull String suffix) Deprecated, for removal: This API element is subject to removal in a future version. -
insertField
@NotNull public @NotNull NewSidebar insertField(int index, @NotNull @NotNull Text prefix, @NotNull @NotNull Text suffix) Deprecated, for removal: This API element is subject to removal in a future version. -
updateField
@NotNull public @NotNull NewSidebar updateField(int index, @NotNull @NotNull String prefix, @NotNull @NotNull String suffix) Deprecated, for removal: This API element is subject to removal in a future version. -
updateField
@NotNull public @NotNull NewSidebar updateField(int index, @NotNull @NotNull Text prefix, @NotNull @NotNull Text suffix) Deprecated, for removal: This API element is subject to removal in a future version. -
getField
Deprecated, for removal: This API element is subject to removal in a future version. -
findField
Deprecated, for removal: This API element is subject to removal in a future version. -
removeField
Deprecated, for removal: This API element is subject to removal in a future version. -
clearFields
Deprecated, for removal: This API element is subject to removal in a future version. -
getObjective
@NotNull public @NotNull org.bukkit.scoreboard.Objective getObjective()Deprecated, for removal: This API element is subject to removal in a future version. -
getScoreboard
@NotNull public @NotNull org.bukkit.scoreboard.Scoreboard getScoreboard()Deprecated, for removal: This API element is subject to removal in a future version. -
getSize
public int getSize()Deprecated, for removal: This API element is subject to removal in a future version. -
getFields
Deprecated, for removal: This API element is subject to removal in a future version. -
get
@NotNull public static @NotNull Optional<NewSidebar> get(@NotNull @NotNull org.bukkit.entity.Player player) Deprecated, for removal: This API element is subject to removal in a future version. -
get
Deprecated, for removal: This API element is subject to removal in a future version. -
destroy
public static void destroy(@NotNull @NotNull org.bukkit.entity.Player player) Deprecated, for removal: This API element is subject to removal in a future version. -
destroy
Deprecated, for removal: This API element is subject to removal in a future version. -
getSidebarMap
Deprecated, for removal: This API element is subject to removal in a future version. -
send
@NotNull public <T extends org.bukkit.command.CommandSender> @NotNull NewSidebar send(@NotNull T target) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
sendin interfaceISendable<NewSidebar>
-
send
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
sendin interfaceISendable<NewSidebar>
-