Class TimingsReportListener

java.lang.Object
co.aikar.timings.TimingsReportListener
All Implemented Interfaces:
net.kyori.adventure.audience.Audience, net.kyori.adventure.audience.ForwardingAudience, net.kyori.adventure.pointer.Pointered, CommandSender, MessageCommandSender, Permissible, ServerOperator

@Deprecated(forRemoval=true) public class TimingsReportListener extends Object implements net.kyori.adventure.audience.ForwardingAudience, MessageCommandSender
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

  • Method Details

    • getTimingsURL

      @Nullable public @Nullable String getTimingsURL()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • done

      public void done()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • done

      public void done(@Nullable @Nullable String url)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • sendMessage

      public void sendMessage(@NotNull net.kyori.adventure.identity.Identity source, @NotNull net.kyori.adventure.text.Component message, @NotNull net.kyori.adventure.audience.MessageType type)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: net.kyori.adventure.audience.Audience
      Sends a player chat message from the entity represented by the given Identity to this Audience with the ChatType corresponding to the provided MessageType.
      Specified by:
      sendMessage in interface net.kyori.adventure.audience.Audience
      Specified by:
      sendMessage in interface CommandSender
      Specified by:
      sendMessage in interface net.kyori.adventure.audience.ForwardingAudience
      Parameters:
      source - the identity of the source of the message
      message - a message
      type - the type
      See Also:
      • Component
    • audiences

      @NotNull public @NotNull Iterable<? extends net.kyori.adventure.audience.Audience> audiences()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: net.kyori.adventure.audience.ForwardingAudience
      Gets the audiences.
      Specified by:
      audiences in interface net.kyori.adventure.audience.ForwardingAudience
      Returns:
      the audiences
    • sendMessage

      public void sendMessage(@NotNull @NotNull String message)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: CommandSender
      Sends this sender a message
      Specified by:
      sendMessage in interface CommandSender
      Parameters:
      message - Message to be displayed
      See Also:
    • addConsoleIfNeeded

      public void addConsoleIfNeeded()
      Deprecated, for removal: This API element is subject to removal in a future version.