Uses of Enum
net.sacredlabyrinth.phaed.simpleclans.ClanPlayer.Channel
Packages that use ClanPlayer.Channel
Package
Description
-
Uses of ClanPlayer.Channel in net.sacredlabyrinth.phaed.simpleclans
Methods in net.sacredlabyrinth.phaed.simpleclans that return ClanPlayer.ChannelModifier and TypeMethodDescription@NotNull ClanPlayer.ChannelClanPlayer.getChannel()static ClanPlayer.ChannelReturns the enum constant of this type with the specified name.static ClanPlayer.Channel[]ClanPlayer.Channel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sacredlabyrinth.phaed.simpleclans with parameters of type ClanPlayer.ChannelModifier and TypeMethodDescriptionvoidClanPlayer.mute(ClanPlayer.Channel channel, boolean b) voidClanPlayer.setChannel(@NotNull ClanPlayer.Channel channel) -
Uses of ClanPlayer.Channel in net.sacredlabyrinth.phaed.simpleclans.chat
Methods in net.sacredlabyrinth.phaed.simpleclans.chat that return ClanPlayer.ChannelConstructors in net.sacredlabyrinth.phaed.simpleclans.chat with parameters of type ClanPlayer.ChannelModifierConstructorDescriptionSCMessage(@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 ClanPlayer.Channel in net.sacredlabyrinth.phaed.simpleclans.managers
Methods in net.sacredlabyrinth.phaed.simpleclans.managers with parameters of type ClanPlayer.ChannelModifier and TypeMethodDescriptionvoidChatManager.processChat(@NotNull SCMessage.Source source, @NotNull ClanPlayer.Channel channel, @NotNull ClanPlayer clanPlayer, String message)