This commit is contained in:
Shoghi Cervantes 2014-12-09 15:05:36 +01:00
parent ea8f10efa4
commit 04ee94dc91

View File

@ -59,6 +59,10 @@ class EmptyChunkSection implements ChunkSection{
return "\x00\x00\x00\x00\x00\x00\x00\x00";
}
final public function getFullBlock($x, $y, $z){
return 0;
}
final public function getBlock($x, $y, $z, &$id = null, &$meta = null){
$id = 0;
$meta = 0;