enum

Packets::ServerPacket

Inherits Enum < Comparable < Value < Object

Constants

USER_ID = 5_u16
SEND_MESSAGE = 7_u16
PONG = 8_u16
USER_STATS = 11_u16
USER_PRESENCE = 83_u16
USER_LOGOUT = 12_u16
SPECTATOR_JOINED = 13_u16
SPECTATOR_LEFT = 14_u16
SPECTATE_FRAMES = 15_u16
VERSION_UPDATE = 19_u16
SPECTATOR_CANT_SPECTATE = 22_u16
NOTIFICATION = 24_u16
FELLOW_SPECTATOR_JOINED = 42_u16
FELLOW_SPECTATOR_LEFT = 43_u16
CHANNEL_JOIN = 64_u16
CHANNEL_INFO = 65_u16
CHANNEL_KICK = 66_u16
CHANNEL_AUTO_JOIN = 67_u16
PRIVILEGES = 71_u16
FRIENDS_LIST = 72_u16
RESTART = 86_u16
ACCOUNT_RESTRICTED = 104_u16
PROTOCOL_VERSION = 75_u16
CHANNEL_INFO_END = 89_u16

Instance methods

account_restricted?

Returns true if this enum value equals ACCOUNT_RESTRICTED

Source
channel_auto_join?

Returns true if this enum value equals CHANNEL_AUTO_JOIN

Source
channel_info?

Returns true if this enum value equals CHANNEL_INFO

Source
channel_info_end?

Returns true if this enum value equals CHANNEL_INFO_END

Source
channel_join?

Returns true if this enum value equals CHANNEL_JOIN

Source
channel_kick?

Returns true if this enum value equals CHANNEL_KICK

Source
fellow_spectator_joined?

Returns true if this enum value equals FELLOW_SPECTATOR_JOINED

Source
fellow_spectator_left?

Returns true if this enum value equals FELLOW_SPECTATOR_LEFT

Source
friends_list?

Returns true if this enum value equals FRIENDS_LIST

Source
notification?

Returns true if this enum value equals NOTIFICATION

Source
pong?

Returns true if this enum value equals PONG

Source
privileges?

Returns true if this enum value equals PRIVILEGES

Source
protocol_version?

Returns true if this enum value equals PROTOCOL_VERSION

Source
restart?

Returns true if this enum value equals RESTART

Source
send_message?

Returns true if this enum value equals SEND_MESSAGE

Source
spectate_frames?

Returns true if this enum value equals SPECTATE_FRAMES

Source
spectator_cant_spectate?

Returns true if this enum value equals SPECTATOR_CANT_SPECTATE

Source
spectator_joined?

Returns true if this enum value equals SPECTATOR_JOINED

Source
spectator_left?

Returns true if this enum value equals SPECTATOR_LEFT

Source
user_id?

Returns true if this enum value equals USER_ID

Source
user_logout?

Returns true if this enum value equals USER_LOGOUT

Source
user_presence?

Returns true if this enum value equals USER_PRESENCE

Source
user_stats?

Returns true if this enum value equals USER_STATS

Source
version_update?

Returns true if this enum value equals VERSION_UPDATE

Source