Entity.Spigotpublic static class CommandSender.Spigot extends Object
| Constructor | Description | 
|---|---|
| Spigot() | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | sendMessage(net.md_5.bungee.api.chat.BaseComponent component) | Sends this sender a chat component. | 
| void | sendMessage(net.md_5.bungee.api.chat.BaseComponent... components) | Sends an array of components as a single message to the sender. | 
public void sendMessage(@NotNull
                        net.md_5.bungee.api.chat.BaseComponent component)
component - the components to sendpublic void sendMessage(@NotNull
                        net.md_5.bungee.api.chat.BaseComponent... components)
components - the components to sendCopyright © 2020. All rights reserved.