Class FormattedCommandAlias
java.lang.Object
org.bukkit.command.Command
org.bukkit.command.FormattedCommandAlias
-
Field Summary
Fields inherited from class Command
description, timings, usageMessage -
Constructor Summary
ConstructorsConstructorDescriptionFormattedCommandAlias(@NotNull String alias, @NotNull String[] formatStrings) -
Method Summary
Modifier and TypeMethodDescriptionbooleanExecutes the command, returning its successMethods inherited from class Command
broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, canBeOverriden, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
Constructor Details
-
FormattedCommandAlias
-
-
Method Details
-
execute
-
getTimingName
- Overrides:
getTimingNamein classCommand
-