C# Class Minecraft.RegionFile

Datei anzeigen Open project: mblaine/BiomePainter Class Usage Examples

Public Properties

Property Type Description
Chunks ].Chunk[
Coords Coord
Dirty bool
Path String

Public Methods

Method Description
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

Private Methods

Method Description
Decompress ( Object state ) : void

Method Details

Read() public method

public Read ( String path ) : void
path String
return void

Read() public method

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

RegionFile() public method

public RegionFile ( ) : System
return System

RegionFile() public method

public RegionFile ( String path ) : System
path String
return System

RegionFile() public method

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

ToString() public method

public ToString ( ) : String
return String

ToString() public static method

public static ToString ( String path ) : String
path String
return String

Write() public method

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

Write() public method

public Write ( bool force = false ) : void
force bool
return void

Property Details

Chunks public_oe property

public Chunk[,] Chunks
return ].Chunk[

Coords public_oe property

public Coord Coords
return Coord

Dirty public_oe property

public bool Dirty
return bool

Path public_oe property

public String Path
return String