Package tv.phantombot.event.irc.channel
Class IrcChannelUsersUpdateEvent
java.lang.Object
tv.phantombot.event.Event
tv.phantombot.event.irc.IrcEvent
tv.phantombot.event.irc.channel.IrcChannelEvent
tv.phantombot.event.irc.channel.IrcChannelUsersUpdateEvent
The list of users present in TMI is updated
- Author:
- gmt2001
-
Constructor Summary
ConstructorsConstructorDescriptionIrcChannelUsersUpdateEvent
(String[] joins, String[] parts) Deprecated, for removal: This API element is subject to removal in a future version.Joins/Parts are not calculated anymoreIrcChannelUsersUpdateEvent
(List<Viewer> chatters) ConstructorIrcChannelUsersUpdateEvent
(TwitchSession session, String[] joins, String[] parts) Deprecated, for removal: This API element is subject to removal in a future version.Joins/Parts are not calculated anymore -
Method Summary
Modifier and TypeMethodDescriptionchatters()
A list of login names for users who are currently in chatString[]
getJoins()
Deprecated, for removal: This API element is subject to removal in a future version.Joins/Parts are not calculated anymoreString[]
getParts()
Deprecated, for removal: This API element is subject to removal in a future version.Joins/Parts are not calculated anymoreMethods inherited from class tv.phantombot.event.irc.IrcEvent
getSession
-
Constructor Details
-
IrcChannelUsersUpdateEvent
Constructor- Parameters:
chatters
- A list of login names for users who are currently in chat
-
IrcChannelUsersUpdateEvent
@Deprecated(since="3.8.0.0", forRemoval=true) public IrcChannelUsersUpdateEvent(TwitchSession session, String[] joins, String[] parts) Deprecated, for removal: This API element is subject to removal in a future version.Joins/Parts are not calculated anymoreClass constructor.- Parameters:
session
-joins
-parts
-
-
IrcChannelUsersUpdateEvent
@Deprecated(since="3.8.0.0", forRemoval=true) public IrcChannelUsersUpdateEvent(String[] joins, String[] parts) Deprecated, for removal: This API element is subject to removal in a future version.Joins/Parts are not calculated anymoreClass constructor.- Parameters:
joins
-parts
-
-
-
Method Details
-
getJoins
Deprecated, for removal: This API element is subject to removal in a future version.Joins/Parts are not calculated anymoreMethod that returns the current array of users who joined the channel in the last 10 minutes.- Returns:
- joins
-
getParts
Deprecated, for removal: This API element is subject to removal in a future version.Joins/Parts are not calculated anymoreMethod that returns the current array of users who left the channel in the last 10 minutes.- Returns:
- parts
-
chatters
A list of login names for users who are currently in chat- Returns:
- A list of login names for users who are currently in chat
-