C# 클래스 Minecraft.RegionFile

파일 보기 프로젝트 열기: mblaine/BiomePainter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Chunks ].Chunk[
Coords Coord
Dirty bool
Path String

공개 메소드들

메소드 설명
Read ( String path ) : void
Read ( String path, int startX, int endX, int startZ, int endZ ) : void
RegionFile ( ) : System
RegionFile ( String path ) : System
RegionFile ( String path, int startX, int endX, int startZ, int endZ ) : System
ToString ( ) : String
ToString ( String path ) : String
Write ( String path, bool force = false ) : void
Write ( bool force = false ) : void

비공개 메소드들

메소드 설명
Decompress ( Object state ) : void

메소드 상세

Read() 공개 메소드

public Read ( String path ) : void
path String
리턴 void

Read() 공개 메소드

public Read ( String path, int startX, int endX, int startZ, int endZ ) : void
path String
startX int
endX int
startZ int
endZ int
리턴 void

RegionFile() 공개 메소드

public RegionFile ( ) : System
리턴 System

RegionFile() 공개 메소드

public RegionFile ( String path ) : System
path String
리턴 System

RegionFile() 공개 메소드

public RegionFile ( String path, int startX, int endX, int startZ, int endZ ) : System
path String
startX int
endX int
startZ int
endZ int
리턴 System

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

ToString() 공개 정적인 메소드

public static ToString ( String path ) : String
path String
리턴 String

Write() 공개 메소드

public Write ( String path, bool force = false ) : void
path String
force bool
리턴 void

Write() 공개 메소드

public Write ( bool force = false ) : void
force bool
리턴 void

프로퍼티 상세

Chunks 공개적으로 프로퍼티

public Chunk[,] Chunks
리턴 ].Chunk[

Coords 공개적으로 프로퍼티

public Coord Coords
리턴 Coord

Dirty 공개적으로 프로퍼티

public bool Dirty
리턴 bool

Path 공개적으로 프로퍼티

public String Path
리턴 String