mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-30 16:19:03 +01:00
#840: Adjust annotations in Display entity interface
- Undeprecate #get/setGlowColorOverride() (revertsff78a4cdaf
, seef328857bac
) - Remove erroneous @NotNull annotation on setBillboard() By: Parker Hawke <hawkeboyz2@hotmail.com>
This commit is contained in:
parent
fc1538ac4d
commit
15d0b9b07f
1 changed files with 0 additions and 5 deletions
|
@ -143,26 +143,21 @@ public interface Display extends Entity {
|
|||
*
|
||||
* @param billboard new setting
|
||||
*/
|
||||
@NotNull
|
||||
public void setBillboard(@NotNull Billboard billboard);
|
||||
|
||||
/**
|
||||
* Gets the scoreboard team overridden glow color of this display.
|
||||
*
|
||||
* @return glow color
|
||||
* @deprecated API subject to change
|
||||
*/
|
||||
@Nullable
|
||||
@Deprecated
|
||||
public Color getGlowColorOverride();
|
||||
|
||||
/**
|
||||
* Sets the scoreboard team overridden glow color of this display.
|
||||
*
|
||||
* @param color new color
|
||||
* @deprecated API subject to change
|
||||
*/
|
||||
@Deprecated
|
||||
public void setGlowColorOverride(@Nullable Color color);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue