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

java.lang.Object
  上位を拡張 com.github.ucchyocean.lc.command.SubCommandAbst
      上位を拡張 com.github.ucchyocean.lc.command.ModeratorCommand
          上位を拡張 com.github.ucchyocean.lc.command.ModCommand

public class ModCommand
extends ModeratorCommand

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

作成者:
ucchy

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

コンストラクタの詳細

ModCommand

public ModCommand()
メソッドの詳細

getCommandName

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

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

sendUsageMessage

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

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


Copyright © 2016. All rights reserved.