Class VoucherCommand
java.lang.Object
xyz.geik.glib.shades.triumphteam.cmd.core.BaseCommand
xyz.geik.farmer.modules.voucher.commands.VoucherCommand
public class VoucherCommand
extends xyz.geik.glib.shades.triumphteam.cmd.core.BaseCommand
Voucher Command
- Author:
- geyik, amownyy
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
defaultCommand
(org.bukkit.command.CommandSender sender) Base commandvoid
giveCommand
(org.bukkit.command.CommandSender sender, String target, String amount) static boolean
Checks value is numericMethods inherited from class xyz.geik.glib.shades.triumphteam.cmd.core.BaseCommand
getAlias, getCommand
-
Constructor Details
-
VoucherCommand
public VoucherCommand()
-
-
Method Details
-
defaultCommand
public void defaultCommand(org.bukkit.command.CommandSender sender) Base command- Parameters:
sender
- executor
-
giveCommand
-
isNumeric
Checks value is numeric- Parameters:
strNum
- to parse- Returns:
- status of input numeric or not
-