Uses of Class
org.bukkit.plugin.messaging.PluginMessageListenerRegistration
-
Packages that use PluginMessageListenerRegistration Package Description org.bukkit.plugin.messaging Classes dedicated to specialized plugin to client protocols. -
-
Uses of PluginMessageListenerRegistration in org.bukkit.plugin.messaging
Methods in org.bukkit.plugin.messaging that return PluginMessageListenerRegistration Modifier and Type Method Description @NotNull PluginMessageListenerRegistrationMessenger. 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.@NotNull PluginMessageListenerRegistrationStandardMessenger. registerIncomingPluginChannel(@NotNull Plugin plugin, @NotNull String channel, @NotNull PluginMessageListener listener)Methods in org.bukkit.plugin.messaging with parameters of type PluginMessageListenerRegistration Modifier and Type Method Description booleanMessenger. isRegistrationValid(@NotNull PluginMessageListenerRegistration registration)Checks if the specified plugin message listener registration is valid.booleanStandardMessenger. isRegistrationValid(@NotNull PluginMessageListenerRegistration registration)
-