C# Class Minecraft.RegionFile

Afficher le fichier Open project: mblaine/BiomePainter Class Usage Examples

Méthodes publiques

Свойство Type Description
Chunks ].Chunk[
Coords Coord
Dirty bool
Path String

Méthodes publiques

Méthode 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

Méthode Description
Decompress ( Object state ) : void

Method Details

Read() public méthode

public Read ( String path ) : void
path String
Résultat void

Read() public méthode

public Read ( String path, int startX, int endX, int startZ, int endZ ) : void
path String
startX int
endX int
startZ int
endZ int
Résultat void

RegionFile() public méthode

public RegionFile ( ) : System
Résultat System

RegionFile() public méthode

public RegionFile ( String path ) : System
path String
Résultat System

RegionFile() public méthode

public RegionFile ( String path, int startX, int endX, int startZ, int endZ ) : System
path String
startX int
endX int
startZ int
endZ int
Résultat System

ToString() public méthode

public ToString ( ) : String
Résultat String

ToString() public static méthode

public static ToString ( String path ) : String
path String
Résultat String

Write() public méthode

public Write ( String path, bool force = false ) : void
path String
force bool
Résultat void

Write() public méthode

public Write ( bool force = false ) : void
force bool
Résultat void

Property Details

Chunks public_oe property

public Chunk[,] Chunks
Résultat ].Chunk[

Coords public_oe property

public Coord Coords
Résultat Coord

Dirty public_oe property

public bool Dirty
Résultat bool

Path public_oe property

public String Path
Résultat String