Class Arguments
java.lang.Object
dev.despical.commandframework.CommandArguments
dev.despical.tntrun.command.arguments.Arguments
public final class Arguments
extends dev.despical.commandframework.CommandArguments
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUser()voidplaySound(org.bukkit.Sound sound, float volume, float pitch) voidvoidsendCenteredMessage(String path, Var... vars) voidsendMessage(String messageKey) voidsendMessage(String messageKey, Var... vars) voidsendRawMessage(String message, Var... vars) 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
-
Constructor Details
-
Arguments
public Arguments(dev.despical.commandframework.CommandArguments arguments)
-
-
Method Details
-
getUser
-
sendMessage
-
sendMessage
- Overrides:
sendMessagein classdev.despical.commandframework.CommandArguments
-
sendBlankMessage
public void sendBlankMessage() -
sendRawMessage
-
sendCenteredMessage
-
playSound
public void playSound(org.bukkit.Sound sound, float volume, float pitch)
-