public static interface ChannelsLibrary.CMChannel
| Modifier and Type | Method | Description | 
|---|---|---|
| java.lang.String | colorOverrideANSICodes() | Empty string, or a color ansi codes to override the
 default channel color | 
| java.lang.String | colorOverrideWords() | Empty string, or a color code words to override the
 default channel color | 
| java.util.Set<ChannelsLibrary.ChannelFlag> | flags() | The channel flags for this channel. | 
| java.lang.String | i3name() | An empty string, or the name of the I3 channel that
 this channel is mapped to. | 
| java.lang.String | imc2Name() | An empty string, or the name of the IMC2 channel that
 this channel is mapped to. | 
| java.lang.String | mask() | The zapper mask to filter in those who may read this
 channel. | 
| java.lang.String | name() | The name of the channel, always uppercased | 
| SLinkedList<ChannelsLibrary.ChannelMsg> | queue() | The internal cached queue of previous
 channel messages. | 
java.lang.String name()
java.lang.String i3name()
java.lang.String imc2Name()
java.lang.String mask()
MaskingLibraryjava.lang.String colorOverrideANSICodes()
ColorLibraryjava.lang.String colorOverrideWords()
ColorLibraryjava.util.Set<ChannelsLibrary.ChannelFlag> flags()
ChannelsLibrary.ChannelFlagSLinkedList<ChannelsLibrary.ChannelMsg> queue()
Always trimmed when it gets too large/