mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
and more typehints
This commit is contained in:
@ -77,7 +77,7 @@ abstract class Spawnable extends Tile{
|
||||
/**
|
||||
* @return CompoundTag
|
||||
*/
|
||||
abstract public function getSpawnCompound();
|
||||
abstract public function getSpawnCompound() : CompoundTag;
|
||||
|
||||
/**
|
||||
* Called when a player updates a block entity's NBT data
|
||||
|
Reference in New Issue
Block a user