-
public final class MediaEvent.PlayersCreatedEvent extends MediaEvent
Called whenever a player is created, or when a new agent joins and recieves a list of active players. If an agent is restored, it will recieve the full list of player ids and all events again.
-
-
Constructor Summary
Constructors Constructor Description PlayersCreatedEvent(List<String> players)
-
Method Summary
Modifier and Type Method Description final List<String>component1()final MediaEvent.PlayersCreatedEventcopy(List<String> players)final List<String>getPlayers()-
-
Method Detail
-
component1
final List<String> component1()
-
copy
final MediaEvent.PlayersCreatedEvent copy(List<String> players)
-
getPlayers
final List<String> getPlayers()
-
-
-
-