Class Arguments

java.lang.Object
dev.despical.commandframework.CommandArguments
dev.despical.particletext.command.Arguments

public final class Arguments extends dev.despical.commandframework.CommandArguments
  • Constructor Summary

    Constructors
    Constructor
    Description
    Arguments(dev.despical.commandframework.CommandArguments arguments)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sendConfigured(String path, Var... variables)
     

    Methods inherited from class dev.despical.commandframework.CommandArguments

    checkCooldown, concatArguments, concatRangeOf, findOption, getArgument, getArgument, getArgumentAsBoolean, getArgumentAsDouble, getArgumentAsFloat, getArgumentAsInt, getArgumentAsLong, getArguments, getBukkitCommand, getCommand, getFirst, getLabel, getLast, getLength, getOption, getPlayer, getPlayer, getSender, hasPermission, isArgumentsEmpty, isFlagPresent, isFloatingDecimal, isFloatingDecimal, isInteger, isInteger, isNumeric, isNumeric, isSenderConsole, isSenderPlayer, sendMessage, sendMessage, sendMessage, sendMessage

    Methods inherited from class Object

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

    • Arguments

      public Arguments(dev.despical.commandframework.CommandArguments arguments)
  • Method Details

    • sendConfigured

      public void sendConfigured(String path, Var... variables)