Uses of Class
org.bukkit.plugin.messaging.PluginMessageListenerRegistration
Packages that use PluginMessageListenerRegistration
Package
Description
Classes dedicated to specialized plugin to client protocols.
-
Uses of PluginMessageListenerRegistration in org.bukkit.plugin.messaging
Methods in org.bukkit.plugin.messaging that return PluginMessageListenerRegistrationModifier 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) Methods in org.bukkit.plugin.messaging that return types with arguments of type PluginMessageListenerRegistrationModifier 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) Methods in org.bukkit.plugin.messaging with parameters of type PluginMessageListenerRegistrationModifier and TypeMethodDescriptionboolean
Messenger.isRegistrationValid
(@NotNull PluginMessageListenerRegistration registration) Checks if the specified plugin message listener registration is valid.boolean
StandardMessenger.isRegistrationValid
(@NotNull PluginMessageListenerRegistration registration)