Package com.ericlam.mc.eld.common
Interface CommonCommandNode<CommandSender>
- Type Parameters:
CommandSender- 平台所屬的指令發送者
- All Known Subinterfaces:
CommandNode
public interface CommonCommandNode<CommandSender>
泛平台指令類,用於不同平台作擴展
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(CommandSender sender) 指令執行tabComplete(CommandSender sender, List<String> args) 自動完成
-
Method Details
-
execute
指令執行- Parameters:
sender- 指令發送者
-
tabComplete
自動完成- Parameters:
sender- 指令發送者args- 參數- Returns:
- 自動完成列表
-