Uses of Enum
net.sacredlabyrinth.phaed.simpleclans.chat.SCMessage.Source
Packages that use SCMessage.Source
Package
Description
-
Uses of SCMessage.Source in net.sacredlabyrinth.phaed.simpleclans.chat
Methods in net.sacredlabyrinth.phaed.simpleclans.chat that return SCMessage.SourceModifier and TypeMethodDescriptionSCMessage.getSource()static SCMessage.SourceReturns the enum constant of this type with the specified name.static SCMessage.Source[]SCMessage.Source.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sacredlabyrinth.phaed.simpleclans.chat with parameters of type SCMessage.SourceConstructors in net.sacredlabyrinth.phaed.simpleclans.chat with parameters of type SCMessage.SourceModifierConstructorDescriptionSCMessage(@NotNull SCMessage.Source source, ClanPlayer.Channel channel, @NotNull ClanPlayer sender, String content) Creates a new SCMessage without receiversSCMessage(@NotNull SCMessage.Source source, ClanPlayer.Channel channel, @NotNull ClanPlayer sender, String content, @NotNull List<ClanPlayer> receivers) Creates a message with initial parameters -
Uses of SCMessage.Source in net.sacredlabyrinth.phaed.simpleclans.chat.handlers
Methods in net.sacredlabyrinth.phaed.simpleclans.chat.handlers with parameters of type SCMessage.SourceModifier and TypeMethodDescriptionbooleanDiscordChatHandler.canHandle(SCMessage.Source source) booleanProxyChatHandler.canHandle(SCMessage.Source source) booleanSpigotChatHandler.canHandle(SCMessage.Source source) booleanSpyChatHandler.canHandle(SCMessage.Source source) -
Uses of SCMessage.Source in net.sacredlabyrinth.phaed.simpleclans.managers
Methods in net.sacredlabyrinth.phaed.simpleclans.managers with parameters of type SCMessage.SourceModifier and TypeMethodDescriptionvoidChatManager.processChat(@NotNull SCMessage.Source source, @NotNull ClanPlayer.Channel channel, @NotNull ClanPlayer clanPlayer, String message)