io.github.pidoveproject.showdown.protocol.client.HighlightCommand
See theHighlightCommand companion object
enum HighlightCommand
A command bound to the highlighting feature.
Attributes
- Companion
- object
- Source
- HighlightCommand.scala
- Graph
-
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Type members
Enum entries
Add words to the highlighting list.
Add words to the highlighting list.
Value parameters
- words
-
the list of words to highlight
Attributes
- Source
- HighlightCommand.scala
case case Clear extends HighlightCommand
Clear the global highlighting list.
case case ClearAll extends HighlightCommand
Clear both global and room highlighting list.
Remove words from the highlighting list.
Remove words from the highlighting list.
Value parameters
- words
-
the list of words to not highlight
Attributes
- Source
- HighlightCommand.scala
case case List extends HighlightCommand
Attributes
- Source
- HighlightCommand.scala
Add words to a room-specific highlighting list.
Add words to a room-specific highlighting list.
Value parameters
- words
-
the list of words to highlight
Attributes
- Source
- HighlightCommand.scala
case case RoomClear extends HighlightCommand
Clear the highlighting list of the current room.
Remove words from a room-specific highlighting list.
Remove words from a room-specific highlighting list.
Value parameters
- words
-
the list of words to not highlight
Attributes
- Source
- HighlightCommand.scala
case case RoomList extends HighlightCommand
Attributes
- Source
- HighlightCommand.scala
In this article