C# Класс Pdelvo.Minecraft.Protocol.NetworkExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
ReadMetaData ( this stream, int version ) : MetadataInfo

Reads the meta data.

Write ( this stream, EntityInformation data ) : void

Writes the specified stream.

Write ( this stream, ItemStack data ) : void

Writes the specified stream.

Write ( this stream, MetadataInfo data ) : void

Writes the specified stream.

WritePacket ( this stream, Packet packet, int version ) : void

Writes the packet.

WritePacketAsync ( this stream, Packet packet, int version ) : System.Threading.Tasks.Task

Описание методов

ReadMetaData() публичный статический Метод

Reads the meta data.
public static ReadMetaData ( this stream, int version ) : MetadataInfo
stream this The stream.
version int The version.
Результат Pdelvo.Minecraft.Protocol.Packets.MetadataInfo

Write() публичный статический Метод

Writes the specified stream.
public static Write ( this stream, EntityInformation data ) : void
stream this The stream.
data Pdelvo.Minecraft.Protocol.Packets.EntityInformation The data.
Результат void

Write() публичный статический Метод

Writes the specified stream.
public static Write ( this stream, ItemStack data ) : void
stream this The stream.
data Pdelvo.Minecraft.Protocol.Packets.ItemStack The data.
Результат void

Write() публичный статический Метод

Writes the specified stream.
public static Write ( this stream, MetadataInfo data ) : void
stream this The stream.
data Pdelvo.Minecraft.Protocol.Packets.MetadataInfo The data.
Результат void

WritePacket() публичный статический Метод

Writes the packet.
public static WritePacket ( this stream, Packet packet, int version ) : void
stream this The stream.
packet Pdelvo.Minecraft.Protocol.Packets.Packet The packet.
version int The version.
Результат void

WritePacketAsync() публичный статический Метод

public static WritePacketAsync ( this stream, Packet packet, int version ) : System.Threading.Tasks.Task
stream this
packet Pdelvo.Minecraft.Protocol.Packets.Packet
version int
Результат System.Threading.Tasks.Task