mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 12:33:54 +00:00
Back to snapshot for development
This commit is contained in:
@ -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);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user