Show / Hide Table of Contents

Class TransgressionPacketHandler

Inheritance
object
TransgressionPacketHandler
Implements
IPacketHandler<TransgressionPacket>
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.AntiCheat
Assembly: SlipeServer.Server.dll
Syntax
public class TransgressionPacketHandler : IPacketHandler<TransgressionPacket>

Constructors

| Edit this page View Source

TransgressionPacketHandler(Configuration, ILogger)

Declaration
public TransgressionPacketHandler(Configuration configuration, ILogger logger)
Parameters
Type Name Description
Configuration configuration
ILogger logger

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

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

Implements

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