Interface IMinecraftPacketTransformationsSystemRegistry
Namespace: Void.Minecraft.Network.Registries.Transformations
Assembly: Void.Minecraft.dll
public interface IMinecraftPacketTransformationsSystemRegistryProperties
All
IMinecraftPacketTransformationsRegistry All { get; }Property Value
IMinecraftPacketTransformationsRegistry
IsEmpty
bool IsEmpty { get; }Property Value
ManagedBy
IPlugin? ManagedBy { get; set; }Property Value
ProtocolVersion
ProtocolVersion? ProtocolVersion { get; set; }Property Value
Methods
Clear()
void Clear()Contains<T>(TransformationType)
bool Contains<T>(TransformationType type) where T : IMinecraftPacketParameters
type TransformationType
Returns
Type Parameters
T
Contains(IMinecraftMessage, TransformationType)
bool Contains(IMinecraftMessage message, TransformationType type)Parameters
message IMinecraftMessage
type TransformationType
Returns
Contains(Type, TransformationType)
bool Contains(Type packetType, TransformationType transformationType)Parameters
packetType Type
transformationType TransformationType
Returns
Reset()
void Reset()