HideRoom

io.github.pidoveproject.showdown.protocol.client.BattleRoomCommand.HideRoom
final case class HideRoom(isOn: Boolean)

Set the visibility of the room.

Value parameters

isOn

true for hidden, false otherwise.

Attributes

Source
BattleRoomCommand.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product