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
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.