public class RoomPacket implements ILobbyRequest
Used to send a interface ProtocolMessage in a room as an interface ILobbyRequest.
interface ProtocolMessage,
interface ILobbyRequestpublic RoomPacket(@NotNull
java.lang.String roomId,
@Nullable
ProtocolMessage data)
Used to send a interface ProtocolMessage in a room as an interface ILobbyRequest.
interface ProtocolMessage,
interface ILobbyRequest@NotNull public java.lang.String getRoomId()
@Nullable public ProtocolMessage getData()
@NotNull public java.lang.String component1()
@Nullable public ProtocolMessage component2()
@NotNull public RoomPacket copy(@NotNull java.lang.String roomId, @Nullable ProtocolMessage data)
Used to send a interface ProtocolMessage in a room as an interface ILobbyRequest.
interface ProtocolMessage,
interface ILobbyRequest@NotNull public java.lang.String toString()
Used to send a interface ProtocolMessage in a room as an interface ILobbyRequest.
interface ProtocolMessage,
interface ILobbyRequestpublic int hashCode()
Used to send a interface ProtocolMessage in a room as an interface ILobbyRequest.
interface ProtocolMessage,
interface ILobbyRequestpublic boolean equals(@Nullable
java.lang.Object p)
Used to send a interface ProtocolMessage in a room as an interface ILobbyRequest.
interface ProtocolMessage,
interface ILobbyRequest