Back to snapshot for development

This commit is contained in:
Alexander Brandes
2023-02-07 23:25:17 +01:00
parent 19ed349740
commit 1e5b2fe0de
2 changed files with 4 additions and 4 deletions

View File

@ -5,13 +5,13 @@ import com.sk89q.worldedit.entity.Player;
/**
* @deprecated This interface has no functionality anymore
*/
@Deprecated(forRemoval = true, since = "TODO")
@Deprecated(forRemoval = true, since = "2.5.2")
public interface MovableTool {
/**
* @deprecated This interface has no functionality anymore
*/
@Deprecated(forRemoval = true, since = "TODO")
@Deprecated(forRemoval = true, since = "2.5.2")
boolean move(Player player);
}