Revert "Fixed slab placement, close #145", reopen #145, close #1314

This reverts commit f2ff0198cc.
This commit is contained in:
Dylan K. Taylor
2017-09-21 14:41:18 +01:00
parent 5aba87b250
commit 1b5fed983b
9 changed files with 17 additions and 20 deletions

View File

@ -284,11 +284,9 @@ class Block extends Position implements BlockIds, Metadatable{
}
/**
* @param Block|null $with
*
* @return bool
*/
public function canBeReplaced(Block $with = null) : bool{
public function canBeReplaced() : bool{
return false;
}