C# 클래스 Pdelvo.Minecraft.Protocol.NetworkExtensions

파일 보기 프로젝트 열기: pdelvo/Pdelvo.Minecraft

공개 메소드들

메소드 설명
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