001package com.ericlam.mc.eld.bukkit;
002
003import com.ericlam.mc.eld.common.CommonCommandNode;
004import org.bukkit.command.CommandSender;
005
006/**
007 * Bukkit 所屬的指令類型
008 */
009public interface CommandNode extends CommonCommandNode<CommandSender> {
010}