Skip to content

Interface IMinecraftPacketTransformationsSystemRegistry

Namespace: Void.Minecraft.Network.Registries.Transformations
Assembly: Void.Minecraft.dll

public interface IMinecraftPacketTransformationsSystemRegistry

Properties

All

IMinecraftPacketTransformationsRegistry All { get; }

Property Value

IMinecraftPacketTransformationsRegistry

IsEmpty

bool IsEmpty { get; }

Property Value

bool

ManagedBy

IPlugin? ManagedBy { get; set; }

Property Value

IPlugin?

ProtocolVersion

ProtocolVersion? ProtocolVersion { get; set; }

Property Value

ProtocolVersion?

Methods

Clear()

void Clear()

Contains<T>(TransformationType)

bool Contains<T>(TransformationType type) where T : IMinecraftPacket

Parameters

type TransformationType

Returns

bool

Type Parameters

T

Contains(IMinecraftMessage, TransformationType)

bool Contains(IMinecraftMessage message, TransformationType type)

Parameters

message IMinecraftMessage

type TransformationType

Returns

bool

Contains(Type, TransformationType)

bool Contains(Type packetType, TransformationType transformationType)

Parameters

packetType Type

transformationType TransformationType

Returns

bool

Reset()

void Reset()