Uses of Interface
org.bukkit.plugin.messaging.Messenger
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes dedicated to specialized plugin to client protocols.
-
Uses of Messenger in org.bukkit
Modifier and TypeMethodDescriptionBukkit.getMessenger()
Gets theMessenger
responsible for this server.Server.getMessenger()
Gets theMessenger
responsible for this server. -
Uses of Messenger in org.bukkit.plugin.messaging
Modifier and TypeMethodDescriptionstatic void
StandardMessenger.validatePluginMessage
(@NotNull Messenger messenger, @NotNull Plugin source, @NotNull String channel, @org.jetbrains.annotations.NotNull byte[] message) Validates the input of a Plugin Message, ensuring the arguments are all valid.ModifierConstructorDescriptionPluginMessageListenerRegistration
(@NotNull Messenger messenger, @NotNull Plugin plugin, @NotNull String channel, @NotNull PluginMessageListener listener)