Uses of Class
org.bukkit.plugin.messaging.PluginMessageListenerRegistration
Package
Description
Classes dedicated to specialized plugin to client protocols.
-
Uses of PluginMessageListenerRegistration in org.bukkit.plugin.messaging
Modifier and TypeMethodDescriptionMessenger.registerIncomingPluginChannel
(@NotNull Plugin plugin, @NotNull String channel, @NotNull PluginMessageListener listener) Registers the specific plugin for listening on the requested incoming plugin channel, allowing it to act upon any plugin messages.StandardMessenger.registerIncomingPluginChannel
(@NotNull Plugin plugin, @NotNull String channel, @NotNull PluginMessageListener listener) Modifier and TypeMethodDescriptionMessenger.getIncomingChannelRegistrations
(@NotNull String channel) Gets a set containing all the incoming plugin channel registrations that are on the requested channel.Messenger.getIncomingChannelRegistrations
(@NotNull Plugin plugin) Gets a set containing all the incoming plugin channel registrations that the specified plugin has.Messenger.getIncomingChannelRegistrations
(@NotNull Plugin plugin, @NotNull String channel) Gets a set containing all the incoming plugin channel registrations that the specified plugin has on the requested channel.StandardMessenger.getIncomingChannelRegistrations
(@NotNull String channel) StandardMessenger.getIncomingChannelRegistrations
(@NotNull Plugin plugin) StandardMessenger.getIncomingChannelRegistrations
(@NotNull Plugin plugin, @NotNull String channel) Modifier and TypeMethodDescriptionboolean
Messenger.isRegistrationValid
(@NotNull PluginMessageListenerRegistration registration) Checks if the specified plugin message listener registration is valid.boolean
StandardMessenger.isRegistrationValid
(@NotNull PluginMessageListenerRegistration registration)