1
0
mirror of https://e.coding.net/circlecloud/SimpleEssential.git synced 2025-01-07 12:28:56 +00:00

modify annotation...

Signed-off-by: j502647092 <jtb1@163.com>
This commit is contained in:
j502647092 2015-08-14 17:56:59 +08:00
parent c07655b6da
commit 1c529d697c

View File

@ -97,6 +97,8 @@ public abstract class SimpleEssentialCommand {
/** /**
* 是否只有玩家才能执行此命令 * 是否只有玩家才能执行此命令
*
* @return 是否为玩家命令
*/ */
public abstract boolean isOnlyPlayerExecutable(); public abstract boolean isOnlyPlayerExecutable();