C# 클래스 Pdelvo.Minecraft.Protocol.Packets.ItemStack

파일 보기 프로젝트 열기: pdelvo/Pdelvo.Minecraft 1 사용 예제들

공개 메소드들

메소드 설명
Read ( BigEndianStream stream ) : ItemStack

Reads the specified stream.

Write ( BigEndianStream stream, ItemStack stack ) : void

Writes the specified stream.

메소드 상세

Read() 공개 정적인 메소드

Reads the specified stream.
public static Read ( BigEndianStream stream ) : ItemStack
stream Pdelvo.Minecraft.Network.BigEndianStream The stream.
리턴 ItemStack

Write() 공개 정적인 메소드

Writes the specified stream.
public static Write ( BigEndianStream stream, ItemStack stack ) : void
stream Pdelvo.Minecraft.Network.BigEndianStream The stream.
stack ItemStack The stack.
리턴 void