Delegate MinecraftPacketTransformation
Namespace: Void.Minecraft.Network.Registries.Transformations.Mappings
Assembly: Void.Minecraft.dll
Transforms packet fields through a binary packet wrapper.
public delegate void MinecraftPacketTransformation(IMinecraftBinaryPacketWrapper wrapper)Parameters
wrapper IMinecraftBinaryPacketWrapper
The stateful wrapper used to read, replace, omit, or append packet properties.