Update a whole lot of deprecated annotations

This commit is contained in:
Nassim Jahnke
2025-03-21 17:50:04 +01:00
parent bb1beda67b
commit 9f00461456
113 changed files with 785 additions and 710 deletions

View File

@ -225,14 +225,14 @@ public interface BlockState extends Metadatable {
* @return The data as a raw byte.
* @deprecated Magic value
*/
@Deprecated(since = "1.6.2")
@Deprecated(since = "1.6.2", forRemoval = true)
public byte getRawData();
/**
* @param data The new data value for the block.
* @deprecated Magic value
*/
@Deprecated(since = "1.6.2")
@Deprecated(since = "1.6.2", forRemoval = true)
public void setRawData(byte data);
/**