Class CmdMoney
- java.lang.Object
-
- com.massivecraft.factions.cmd.FCommand
-
- com.massivecraft.factions.cmd.econ.CmdMoney
-
public class CmdMoney extends FCommand
-
-
Field Summary
Fields Modifier and Type Field Description CmdMoneyBalance
cmdMoneyBalance
CmdMoneyDeposit
cmdMoneyDeposit
CmdMoneyTransferFf
cmdMoneyTransferFf
CmdMoneyTransferFp
cmdMoneyTransferFp
CmdMoneyTransferPf
cmdMoneyTransferPf
CmdMoneyWithdraw
cmdMoneyWithdraw
-
Fields inherited from class com.massivecraft.factions.cmd.FCommand
aliases, helpLong, optionalArgs, requiredArgs, requirements, sdf, subCommands, visibility
-
-
Constructor Summary
Constructors Constructor Description CmdMoney()
-
Method Summary
Modifier and Type Method Description TL
getUsageTranslation()
void
perform(CommandContext context)
-
Methods inherited from class com.massivecraft.factions.cmd.FCommand
addSubCommand, execute, getHelpShort, getToolTips, getToolTips, getUsageTemplate, getUsageTemplate, isEnabled, replaceFactionTags, replaceFPlayerTags, setHelpShort, validArgs, validCall
-
-
-
-
Field Detail
-
cmdMoneyBalance
public CmdMoneyBalance cmdMoneyBalance
-
cmdMoneyDeposit
public CmdMoneyDeposit cmdMoneyDeposit
-
cmdMoneyWithdraw
public CmdMoneyWithdraw cmdMoneyWithdraw
-
cmdMoneyTransferFf
public CmdMoneyTransferFf cmdMoneyTransferFf
-
cmdMoneyTransferFp
public CmdMoneyTransferFp cmdMoneyTransferFp
-
cmdMoneyTransferPf
public CmdMoneyTransferPf cmdMoneyTransferPf
-
-
Method Detail
-
perform
public void perform(CommandContext context)
-
getUsageTranslation
public TL getUsageTranslation()
- Specified by:
getUsageTranslation
in classFCommand
-
-