Uses of Enum Class
eu.cloudnetservice.driver.channel.ChannelMessageTarget.Type
Packages that use ChannelMessageTarget.Type
-
Uses of ChannelMessageTarget.Type in eu.cloudnetservice.driver.channel
Subclasses with type arguments of type ChannelMessageTarget.Type in eu.cloudnetservice.driver.channelModifier and TypeClassDescriptionstatic enumThe possible types of targets a channel message can have.Fields in eu.cloudnetservice.driver.channel declared as ChannelMessageTarget.TypeModifier and TypeFieldDescriptionprivate final ChannelMessageTarget.TypeChannelMessageTarget.typeMethods in eu.cloudnetservice.driver.channel that return ChannelMessageTarget.TypeModifier and TypeMethodDescriptionChannelMessageTarget.type()Get the type of component that is targeted.static ChannelMessageTarget.TypeReturns the enum constant of this class with the specified name.static ChannelMessageTarget.Type[]ChannelMessageTarget.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in eu.cloudnetservice.driver.channel with parameters of type ChannelMessageTarget.TypeModifierConstructorDescriptionprivateConstructs a new channel message target using the given type and optional name.