public static class CommandSender.Spigot extends Object
| Constructor and Description | 
|---|
Spigot()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
sendMessage(net.md_5.bungee.api.chat.BaseComponent... components)
Sends an array of components as a single message to the sender. 
 | 
void | 
sendMessage(net.md_5.bungee.api.chat.BaseComponent component)
Sends this sender a chat component. 
 | 
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 © 2021. All rights reserved.