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

@@ -86,6 +86,7 @@ public interface MapCanvas {
* @param color The color. See {@link MapPalette}.
* @deprecated Magic value, use {@link #setPixelColor(int, int, Color)}
*/
@Deprecated
public void setPixel(int x, int y, byte color);
/**