Package VASSAL.chat

Interface Room

All Known Implementing Classes:
NodeRoom, SimpleRoom

public interface Room
Represents a game room on the server
Author:
rkinney
  • Method Details

    • getName

      String getName()
      The display name of this room
    • getPlayerList

      List<Player> getPlayerList()
      Return an (unmodifiable) list of players
    • addPlayer

      void addPlayer(Player p)
      Add a player to this room
    • removePlayer

      void removePlayer(Player p)
      Remove a player from this room