Package co.aikar.timings
Class TimingsReportListener
java.lang.Object
co.aikar.timings.TimingsReportListener
- All Implemented Interfaces:
- Audience,- ForwardingAudience,- Pointered,- CommandSender,- MessageCommandSender,- Permissible,- ServerOperator
public class TimingsReportListener
extends Object
implements ForwardingAudience, MessageCommandSender
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.bukkit.command.CommandSenderCommandSender.SpigotNested classes/interfaces inherited from interface net.kyori.adventure.audience.ForwardingAudienceForwardingAudience.Single
- 
Constructor SummaryConstructorsConstructorDescriptionTimingsReportListener(@NotNull List<CommandSender> senders) TimingsReportListener(@NotNull List<CommandSender> senders, @Nullable Runnable onDone) TimingsReportListener(@NotNull CommandSender senders) TimingsReportListener(@NotNull CommandSender sender, @Nullable Runnable onDone) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidGets the audiences.voiddone()voidvoidsendMessage(@NotNull String message) Sends this sender a messagevoidsendMessage(Identity source, Component message, MessageType type) Sends a player chat message from the entity represented by the givenIdentityto thisAudiencewith theChatTypecorresponding to the providedMessageType.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.kyori.adventure.audience.AudiencedeleteMessage, openBook, sendActionBar, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendMessage, sendPlayerListFooter, sendPlayerListHeader, sendPlayerListHeaderAndFooter, showTitle, stopSoundMethods inherited from interface org.bukkit.command.CommandSendersendMessage, sendMessage, sendPlainMessage, sendRichMessageMethods inherited from interface net.kyori.adventure.audience.ForwardingAudienceclearTitle, deleteMessage, filterAudience, forEachAudience, hideBossBar, openBook, playSound, playSound, playSound, pointers, resetTitle, sendActionBar, sendMessage, sendMessage, sendMessage, sendMessage, sendPlayerListFooter, sendPlayerListHeader, sendPlayerListHeaderAndFooter, sendTitlePart, showBossBar, stopSoundMethods inherited from interface org.bukkit.command.MessageCommandSenderaddAttachment, addAttachment, addAttachment, addAttachment, getEffectivePermissions, getName, getServer, hasPermission, hasPermission, isOp, isPermissionSet, isPermissionSet, name, recalculatePermissions, removeAttachment, sendMessage, sendMessage, sendMessage, setOp, spigotMethods inherited from interface org.bukkit.permissions.PermissiblepermissionValue, permissionValueMethods inherited from interface net.kyori.adventure.pointer.Pointeredget, getOrDefault, getOrDefaultFrom
- 
Constructor Details- 
TimingsReportListener
- 
TimingsReportListener
- 
TimingsReportListener
- 
TimingsReportListener
 
- 
- 
Method Details- 
getTimingsURL
- 
donepublic void done()
- 
done
- 
sendMessagepublic void sendMessage(@NotNull Identity source, @NotNull Component message, @NotNull MessageType type) Description copied from interface:net.kyori.adventure.audience.AudienceSends a player chat message from the entity represented by the givenIdentityto thisAudiencewith theChatTypecorresponding to the providedMessageType.- Specified by:
- sendMessagein interface- Audience
- Specified by:
- sendMessagein interface- CommandSender
- Specified by:
- sendMessagein interface- ForwardingAudience
- Parameters:
- source- the identity of the source of the message
- message- a message
- type- the type
- See Also:
 
- 
audiencesDescription copied from interface:net.kyori.adventure.audience.ForwardingAudienceGets the audiences.- Specified by:
- audiencesin interface- ForwardingAudience
- Returns:
- the audiences
 
- 
sendMessageDescription copied from interface:CommandSenderSends this sender a message- Specified by:
- sendMessagein interface- CommandSender
- Parameters:
- message- Message to be displayed
- See Also:
 
- 
addConsoleIfNeededpublic void addConsoleIfNeeded()
 
-