Show / Hide Table of Contents

Class JoinDataPacketHandler

Inheritance
object
JoinDataPacketHandler
Implements
IPacketHandler<PlayerJoinDataPacket>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.PacketHandling.Handlers.Connection
Assembly: SlipeServer.Server.dll
Syntax
public class JoinDataPacketHandler : IPacketHandler<PlayerJoinDataPacket>

Constructors

| Edit this page View Source

JoinDataPacketHandler(MtaServer, IBanRepository)

Declaration
public JoinDataPacketHandler(MtaServer mtaServer, IBanRepository banRepository)
Parameters
Type Name Description
MtaServer mtaServer
IBanRepository banRepository

Properties

| Edit this page View Source

PacketId

Declaration
public PacketId PacketId { get; }
Property Value
Type Description
PacketId

Methods

| Edit this page View Source

HandlePacket(IClient, PlayerJoinDataPacket)

Declaration
public void HandlePacket(IClient client, PlayerJoinDataPacket packet)
Parameters
Type Name Description
IClient client
PlayerJoinDataPacket packet

Implements

IPacketHandler<T>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX