java.lang.Object
co.aikar.commands.BaseCommand
net.sacredlabyrinth.phaed.simpleclans.commands.staff.BankCommand

public class BankCommand extends co.aikar.commands.BaseCommand
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    give(org.bukkit.command.CommandSender sender, ClanInput clanInput, double amount)
     
    void
    set(org.bukkit.command.CommandSender sender, ClanInput clanInput, double amount)
     
    void
    status(org.bukkit.command.CommandSender sender, ClanInput clanInput)
     
    void
    take(org.bukkit.command.CommandSender sender, ClanInput clanInput, double amount)
     

    Methods inherited from class co.aikar.commands.BaseCommand

    canExecute, doHelp, doHelp, getCommandHelp, getContextFlags, getCurrentCommandIssuer, getCurrentCommandManager, getDefaultRegisteredCommand, getExceptionHandler, getExecCommandLabel, getExecSubcommand, getLastCommandOperationContext, getName, getOrigArgs, getRegisteredCommands, getRequiredPermissions, getSubCommands, hasPermission, hasPermission, help, help, requiresPermission, setContextFlags, setExceptionHandler, showCommandHelp, showSyntax, tabComplete, tabComplete

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BankCommand

      public BankCommand()
  • Method Details

    • status

      public void status(org.bukkit.command.CommandSender sender, ClanInput clanInput)
    • take

      public void take(org.bukkit.command.CommandSender sender, ClanInput clanInput, double amount)
    • give

      public void give(org.bukkit.command.CommandSender sender, ClanInput clanInput, double amount)
    • set

      public void set(org.bukkit.command.CommandSender sender, ClanInput clanInput, double amount)