cleanup some chunks leftovers from 1.0

This commit is contained in:
Dylan K. Taylor
2017-11-19 17:52:36 +00:00
parent 5640bcb0b8
commit 2fd61163bf
4 changed files with 3 additions and 18 deletions

View File

@ -1004,11 +1004,6 @@ class Chunk{
return $chunk;
}
//TODO: get rid of this
public static function getEmptyChunk(int $x, int $z) : Chunk{
return new Chunk($x, $z);
}
/**
* Creates a block hash from chunk block coordinates. Used for extra data keys in chunk packets.
* @internal