mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 20:43:54 +00:00
Remove PlayerMoveEvent listener and deprecate MovableTool (#2083)
Remove PlayerMoveEventListener and deprecate MovableTool
This commit is contained in:
@ -2,8 +2,16 @@ package com.fastasyncworldedit.core.command.tool;
|
||||
|
||||
import com.sk89q.worldedit.entity.Player;
|
||||
|
||||
/**
|
||||
* @deprecated This interface has no functionality anymore
|
||||
*/
|
||||
@Deprecated(forRemoval = true, since = "TODO")
|
||||
public interface MovableTool {
|
||||
|
||||
/**
|
||||
* @deprecated This interface has no functionality anymore
|
||||
*/
|
||||
@Deprecated(forRemoval = true, since = "TODO")
|
||||
boolean move(Player player);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user