Uses of Enum Class
me.croabeast.takion.channel.Channel.Flag
Packages that use Channel.Flag
-
Uses of Channel.Flag in me.croabeast.takion.channel
Methods in me.croabeast.takion.channel that return Channel.FlagModifier and TypeMethodDescriptionChannel.getFlag()Retrieves the flag that represents the type of messages sent through this channel.static Channel.FlagReturns the enum constant of this class with the specified name.static Channel.Flag[]Channel.Flag.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Channel.Flag in me.croabeast.takion.message
Methods in me.croabeast.takion.message with parameters of type Channel.FlagModifier and TypeMethodDescriptionMessageSender.setFlags(Channel.Flag... flags) Sets the flags that determine which types of messages are allowed to be sent.