Package org.bukkit.command.defaults
Class PlaySoundCommand
java.lang.Object
org.bukkit.command.Command
org.bukkit.command.defaults.VanillaCommand
org.bukkit.command.defaults.PlaySoundCommand
@Deprecated public class PlaySoundCommand extends VanillaCommand
Deprecated.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PlaySoundCommand()
Deprecated. -
Method Summary
Modifier and Type Method Description boolean
execute(CommandSender sender, java.lang.String currentAlias, java.lang.String[] args)
Deprecated.Executes the command, returning its successMethods inherited from class org.bukkit.command.defaults.VanillaCommand
getDouble, getDouble, getInteger, getRelativeDouble, matches
Methods inherited from class org.bukkit.command.Command
broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getUsage, isRegistered, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
Constructor Details
-
PlaySoundCommand
public PlaySoundCommand()Deprecated.
-
-
Method Details
-
execute
public boolean execute(CommandSender sender, java.lang.String currentAlias, java.lang.String[] args)Deprecated.Description copied from class:Command
Executes the command, returning its success
-