Package org.bukkit.command
Class FormattedCommandAlias
java.lang.Object
org.bukkit.command.Command
org.bukkit.command.FormattedCommandAlias
- 
Field SummaryFields inherited from class org.bukkit.command.Commanddescription, timings, usageMessage
- 
Constructor SummaryConstructorsConstructorDescriptionFormattedCommandAlias(@NotNull String alias, @NotNull String[] formatStrings) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanExecutes the command, returning its successMethods inherited from class org.bukkit.command.CommandbroadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, 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