public interface TextAdapter
Components to Bukkit objects.| Modifier and Type | Method and Description |
|---|---|
static void |
sendComponent(@NonNull org.bukkit.command.CommandSender viewer,
@NonNull net.kyori.text.Component component)
Sends
component to the given viewer. |
static void |
sendComponent(@NonNull java.lang.Iterable<? extends org.bukkit.command.CommandSender> viewers,
@NonNull net.kyori.text.Component component)
Sends
component to the given viewers. |
static void sendComponent(@NonNull org.bukkit.command.CommandSender viewer,
@NonNull net.kyori.text.Component component)
component to the given viewer.viewer - the viewer to send the component tocomponent - the componentstatic void sendComponent(@NonNull java.lang.Iterable<? extends org.bukkit.command.CommandSender> viewers,
@NonNull net.kyori.text.Component component)
component to the given viewers.viewers - the viewers to send the component tocomponent - the component