Add some missing deprecation annotations

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2024-04-25 10:27:43 +10:00
parent 374841b40f
commit 1ba56ce1ca
7 changed files with 8 additions and 0 deletions

View File

@@ -5,4 +5,5 @@ package org.bukkit.entity;
*
* @deprecated lingering status depends on only on the potion item.
*/
@Deprecated
public interface LingeringPotion extends ThrownPotion { }