Genisys  Genisys API 1.9.3
A server software for Minecraft: Pocket Edition with many features
SubChunk Class Reference
Inheritance diagram for SubChunk:
[legend]

Public Member Functions

 __construct (string $ids="", string $data="", string $skyLight="", string $blockLight="")
 
 isEmpty ()
 
 getBlockId (int $x, int $y, int $z)
 
 setBlockId (int $x, int $y, int $z, int $id)
 
 getBlockData (int $x, int $y, int $z)
 
 setBlockData (int $x, int $y, int $z, int $data)
 
 getFullBlock (int $x, int $y, int $z)
 
 setBlock (int $x, int $y, int $z, $id=null, $data=null)
 
 getBlockLight (int $x, int $y, int $z)
 
 setBlockLight (int $x, int $y, int $z, int $level)
 
 getBlockSkyLight (int $x, int $y, int $z)
 
 setBlockSkyLight (int $x, int $y, int $z, int $level)
 
 getHighestBlockAt (int $x, int $z)
 
 getBlockIdColumn (int $x, int $z)
 
 getBlockDataColumn (int $x, int $z)
 
 getBlockLightColumn (int $x, int $z)
 
 getSkyLightColumn (int $x, int $z)
 
 getBlockIdArray ()
 
 getBlockDataArray ()
 
 getSkyLightArray ()
 
 getBlockLightArray ()
 
 networkSerialize ()
 
 fastSerialize ()
 

Static Public Member Functions

static fastDeserialize (string $data)
 

Protected Attributes

 $ids
 
 $data
 
 $blockLight
 
 $skyLight
 

The documentation for this class was generated from the following file: