Fixed other invisibility issues

This commit is contained in:
Shoghi Cervantes
2015-06-04 16:51:48 +02:00
parent 05dbf7b47f
commit 71490f60f2
8 changed files with 32 additions and 22 deletions

View File

@ -47,6 +47,9 @@ abstract class Spawnable extends Tile{
return true;
}
/**
* @return Compound
*/
public abstract function getSpawnCompound();
public function __construct(FullChunk $chunk, Compound $nbt){