Class ChatManager
java.lang.Object
net.sacredlabyrinth.phaed.simpleclans.managers.ChatManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable DiscordHookbooleanparseChatFormat(String format, SCMessage message) voidprocessChat(@NotNull SCMessage message) voidprocessChat(@NotNull SCMessage.Source source, @NotNull ClanPlayer.Channel channel, @NotNull ClanPlayer clanPlayer, String message) voidregisterDiscord(github.scarsz.discordsrv.api.events.DiscordReadyEvent event)
-
Constructor Details
-
ChatManager
-
-
Method Details
-
registerDiscord
public void registerDiscord(github.scarsz.discordsrv.api.events.DiscordReadyEvent event) -
getDiscordHook
-
processChat
-
processChat
public void processChat(@NotNull @NotNull SCMessage.Source source, @NotNull @NotNull ClanPlayer.Channel channel, @NotNull @NotNull ClanPlayer clanPlayer, String message) -
parseChatFormat
-
parseChatFormat
-
isDiscordHookEnabled
public boolean isDiscordHookEnabled()
-