mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-09-18 21:45:12 +00:00
Remove no longer required deprecation on display color APIs
This commit is contained in:
parent
729fc6a80b
commit
507052e112
1 changed files with 0 additions and 4 deletions
|
@ -42,19 +42,15 @@ public interface TextDisplay extends Display {
|
|||
* Gets the text background color.
|
||||
*
|
||||
* @return the background color
|
||||
* @deprecated API subject to change
|
||||
*/
|
||||
@Nullable
|
||||
@Deprecated
|
||||
Color getBackgroundColor();
|
||||
|
||||
/**
|
||||
* Sets the text background color.
|
||||
*
|
||||
* @param color new background color
|
||||
* @deprecated API subject to change
|
||||
*/
|
||||
@Deprecated
|
||||
void setBackgroundColor(@Nullable Color color);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue