mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 17:06:16 +00:00
and more typehints
This commit is contained in:
@ -74,7 +74,7 @@ class Sign extends Spawnable{
|
||||
];
|
||||
}
|
||||
|
||||
public function getSpawnCompound(){
|
||||
public function getSpawnCompound() : CompoundTag{
|
||||
return new CompoundTag("", [
|
||||
new StringTag("id", Tile::SIGN),
|
||||
$this->namedtag->Text1,
|
||||
|
Reference in New Issue
Block a user