mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-07 23:52:11 -07:00
Remove no longer required deprecation on display color APIs
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -42,19 +42,15 @@ public interface TextDisplay extends Display {
|
|||||||
* Gets the text background color.
|
* Gets the text background color.
|
||||||
*
|
*
|
||||||
* @return the background color
|
* @return the background color
|
||||||
* @deprecated API subject to change
|
|
||||||
*/
|
*/
|
||||||
@Nullable
|
@Nullable
|
||||||
@Deprecated
|
|
||||||
Color getBackgroundColor();
|
Color getBackgroundColor();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the text background color.
|
* Sets the text background color.
|
||||||
*
|
*
|
||||||
* @param color new background color
|
* @param color new background color
|
||||||
* @deprecated API subject to change
|
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
|
||||||
void setBackgroundColor(@Nullable Color color);
|
void setBackgroundColor(@Nullable Color color);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user