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 voidreceivePluginMessage(byte[] message) voidsendChannelUpdate(String channelName, @Nullable Channel channel) protected voidsendChatPluginMessage(String publishChannel, ChatMessage chatMessageInfo) voidsendMailUpdate(@NotNull Mail mail) voidsendMutedEntityUpdate(@NotNull String entityKey, @NotNull Set<String> entitiesValue) voidsendPlayerPlaceholdersUpdate(String serializedPlaceholders) protected voidsendPluginMessage(byte[] byteArray) voidsendWhitelistEnabledUpdate(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)
-