Interface IMinecraftPacketTransformationsPluginsRegistry
Namespace: Void.Minecraft.Network.Registries.Transformations
Assembly: Void.Minecraft.dll
public interface IMinecraftPacketTransformationsPluginsRegistryProperties
All
IReadOnlyCollection<IMinecraftPacketTransformationsRegistry> All { get; }Property Value
IReadOnlyCollection<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()Clear(Direction, Operation)
void Clear(Direction direction, Operation operation)Parameters
direction Direction
operation Operation
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
Get(IPlugin)
IMinecraftPacketTransformationsRegistry Get(IPlugin plugin)Parameters
plugin IPlugin
Returns
IMinecraftPacketTransformationsRegistry
Remove(IPlugin)
void Remove(IPlugin plugin)Parameters
plugin IPlugin
Reset()
void Reset()