Revert back to separated floor/wall sign

the conditionally useless properties are problematic.
This commit is contained in:
Dylan K. Taylor
2020-10-04 17:52:23 +01:00
parent e6bf7278fc
commit d3a3a41d2b
29 changed files with 232 additions and 94 deletions

View File

@ -28,7 +28,7 @@ use pocketmine\block\VanillaBlocks;
class MelonSeeds extends Item{
public function getBlock() : Block{
public function getBlock(?int $clickedFace = null) : Block{
return VanillaBlocks::MELON_STEM();
}
}