mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 23:38:25 +01:00
Remove no longer required deprecation on display color APIs
By: md_5 <git@md-5.net>
This commit is contained in:
parent
afe543345e
commit
e3c025977a
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…
Reference in a new issue