com.github.ucchyocean.lc.command
クラス DicCommand

java.lang.Object
  上位を拡張 com.github.ucchyocean.lc.command.SubCommandAbst
      上位を拡張 com.github.ucchyocean.lc.command.DictionaryCommand
          上位を拡張 com.github.ucchyocean.lc.command.DicCommand

public class DicCommand
extends DictionaryCommand

dictionaryコマンドのエイリアス実行クラス、名前のみが異なるが、他は全て一緒。

作成者:
ucchy

コンストラクタの概要
DicCommand()
           
 
メソッドの概要
 String getCommandName()
          コマンドを取得します。
 void sendUsageMessage(org.bukkit.command.CommandSender sender, String label)
          使用方法に関するメッセージをsenderに送信します。
 
クラス com.github.ucchyocean.lc.command.DictionaryCommand から継承されたメソッド
getCommandType, getPermissionNode, runCommand
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DicCommand

public DicCommand()
メソッドの詳細

getCommandName

public String getCommandName()
コマンドを取得します。

オーバーライド:
クラス DictionaryCommand 内の getCommandName
戻り値:
コマンド
関連項目:
SubCommandAbst.getCommandName()

sendUsageMessage

public void sendUsageMessage(org.bukkit.command.CommandSender sender,
                             String label)
使用方法に関するメッセージをsenderに送信します。

オーバーライド:
クラス DictionaryCommand 内の sendUsageMessage
パラメータ:
sender - コマンド実行者
label - 実行ラベル
関連項目:
com.github.ucchyocean.lc.command.SubCommandAbst#sendUsageMessage()


Copyright © 2016. All rights reserved.