Skip to content

Interface IMinecraftServerboundPacket<T>

Namespace: Void.Minecraft.Network.Messages.Packets
Assembly: Void.Minecraft.dll

Identifies a decodable serverbound packet with a concrete result type.

public interface IMinecraftServerboundPacket<out T> : IMinecraftServerboundPacket, IMinecraftPacket<T>, IMinecraftPacket, IMinecraftMessage, INetworkMessage, IDisposable where T : class, IMinecraftPacket

Type Parameters

T

The concrete packet type returned by decoding.

Implements

IMinecraftServerboundPacket, IMinecraftPacket<T>, IMinecraftPacket, IMinecraftMessage, INetworkMessage, IDisposable