Package org.bukkit.command
Class CommandSender.Spigot
java.lang.Object
org.bukkit.command.CommandSender.Spigot
- Direct Known Subclasses:
Entity.Spigot
- Enclosing interface:
CommandSender
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
sendMessage
(@Nullable UUID sender, net.md_5.bungee.api.chat.BaseComponent component) Deprecated.void
sendMessage
(@Nullable UUID sender, net.md_5.bungee.api.chat.BaseComponent... components) Deprecated.usesendMessage
methods that acceptComponent
void
sendMessage
(net.md_5.bungee.api.chat.BaseComponent component) Deprecated.usesendMessage
methods that acceptComponent
void
sendMessage
(net.md_5.bungee.api.chat.BaseComponent... components) Deprecated.usesendMessage
methods that acceptComponent
-
Constructor Details
-
Spigot
public Spigot()
-
-
Method Details
-
sendMessage
Deprecated.usesendMessage
methods that acceptComponent
Sends this sender a chat component.- Parameters:
component
- the components to send
-
sendMessage
Deprecated.usesendMessage
methods that acceptComponent
Sends an array of components as a single message to the sender.- Parameters:
components
- the components to send
-
sendMessage
@Deprecated public void sendMessage(@Nullable @Nullable UUID sender, @NotNull net.md_5.bungee.api.chat.BaseComponent component) Deprecated.usesendMessage
methods that acceptComponent
Sends this sender a chat component.- Parameters:
sender
- the sender of the messagecomponent
- the components to send
-
sendMessage
@Deprecated public void sendMessage(@Nullable @Nullable UUID sender, @NotNull net.md_5.bungee.api.chat.BaseComponent... components) Deprecated.usesendMessage
methods that acceptComponent
Sends an array of components as a single message to the sender.- Parameters:
sender
- the sender of the messagecomponents
- the components to send
-
sendMessage
methods that acceptComponent