Class PluginMessageManager
java.lang.Object
dev.unnm3d.redischat.datamanagers.sqlmanagers.PluginMessageManager
- Direct Known Subclasses:
SQLDataManager
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
receivePluginMessage
(byte[] message) void
sendChannelUpdate
(String channelName, @Nullable Channel channel) protected void
sendChatPluginMessage
(String publishChannel, ChatMessage chatMessageInfo) void
sendMailUpdate
(@NotNull Mail mail) void
sendMutedEntityUpdate
(@NotNull String entityKey, @NotNull Set<String> entitiesValue) void
sendPlayerPlaceholdersUpdate
(String serializedPlaceholders) protected void
sendPluginMessage
(byte[] byteArray) void
sendWhitelistEnabledUpdate
(String playerName, boolean enabled)
-
Field Details
-
plugin
-
-
Constructor Details
-
PluginMessageManager
-
-
Method Details
-
receivePluginMessage
protected void receivePluginMessage(byte[] message) -
sendChannelUpdate
-
sendWhitelistEnabledUpdate
-
sendPlayerPlaceholdersUpdate
-
sendMailUpdate
-
sendMutedEntityUpdate
-
sendChatPluginMessage
-
sendPluginMessage
protected void sendPluginMessage(byte[] byteArray)
-