mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 17:36:12 +00:00
Revert back to separated floor/wall sign
the conditionally useless properties are problematic.
This commit is contained in:
@ -48,7 +48,7 @@ class ItemBlock extends Item{
|
||||
parent::__construct($identifier, $this->getBlock()->getName());
|
||||
}
|
||||
|
||||
public function getBlock() : Block{
|
||||
public function getBlock(?int $clickedFace = null) : Block{
|
||||
return BlockFactory::getInstance()->get($this->blockId, $this->blockMeta);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user