while some of these may of been true, they are extreme cases and cause a ton of noise to plugin developers. Use ApiStatus.Internal instead of Deprecated for actual internal API that continues to have use (internally). These do not help plugin developers if they bring moise noise than value.
11 lines
218 B
Java
11 lines
218 B
Java
package org.bukkit.block;
|
|
|
|
/**
|
|
* Represents a captured state of suspicious sand.
|
|
*
|
|
* @see BrushableBlock
|
|
*/
|
|
@Deprecated(since = "1.20", forRemoval = true)
|
|
public interface SuspiciousSand extends BrushableBlock {
|
|
}
|