C# 클래스 MineViewer.SMPPackets.Chunk

파일 보기 프로젝트 열기: dzamkov/MineViewer

공개 메소드들

메소드 설명
CopyStream ( System input, System output ) : void
DecompressData ( byte inData, byte &outData ) : void
Init ( ) : void
mod ( int a, int b ) : int

비공개 메소드들

메소드 설명
Call ( ) : void
ProccesChunk ( byte data, int x, short y, int z, byte sizex, byte sizey, byte sizez ) : void

메소드 상세

CopyStream() 공개 정적인 메소드

public static CopyStream ( System input, System output ) : void
input System
output System
리턴 void

DecompressData() 공개 정적인 메소드

public static DecompressData ( byte inData, byte &outData ) : void
inData byte
outData byte
리턴 void

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

mod() 공개 정적인 메소드

public static mod ( int a, int b ) : int
a int
b int
리턴 int