Show / Hide Table of Contents

Class CustomDataPacketHandler

Inheritance
object
CustomDataPacketHandler
Implements
IPacketHandler<CustomDataPacket>
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.CustomData
Assembly: SlipeServer.Server.dll
Syntax
public class CustomDataPacketHandler : IPacketHandler<CustomDataPacket>

Constructors

| Edit this page View Source

CustomDataPacketHandler(IElementCollection)

Declaration
public CustomDataPacketHandler(IElementCollection elementCollection)
Parameters
Type Name Description
IElementCollection elementCollection

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, CustomDataPacket)

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

Implements

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