Uses of Class
mondocommand.FormatConfig

Packages that use FormatConfig
mondocommand   
 

Uses of FormatConfig in mondocommand
 

Methods in mondocommand that return FormatConfig
 FormatConfig FormatConfig.setPermissionWarning(String permissionWarning)
          Set the permission warning to be displayed when a user cannot access a command.
 FormatConfig FormatConfig.setReplyPrefix(String replyPrefix)
          Set the prefix to be placed before all command replies.
 FormatConfig FormatConfig.setUsageHeading(String usageHeading)
          Set the heading to be shown when displaying command usage.
 

Constructors in mondocommand with parameters of type FormatConfig
CallInfo(org.bukkit.command.CommandSender sender, org.bukkit.entity.Player player, String baseCommand, SubCommand subCommand, List<String> args, FormatConfig formatter)
          Create a new CallInfo representing one command invocation.
MondoCommand(FormatConfig formatter)
          Create a new MondoCommand, used for dynamic sub command handling.
 



Copyright © 2013. All Rights Reserved.