Remove deprecated things

This commit is contained in:
Dylan K. Taylor
2018-02-27 11:59:16 +00:00
parent f903dbfe00
commit f0535df96d
10 changed files with 0 additions and 114 deletions

View File

@ -319,14 +319,6 @@ class Block extends Position implements BlockIds, Metadatable{
return 10;
}
/**
* @deprecated
* @return float
*/
public function getResistance() : float{
return $this->getBlastResistance();
}
/**
* Returns the block's resistance to explosions. Usually 5x hardness.
* @return float