Refactor Block->getResistance() -> Block->getBlastResistance() and added some documentation

This commit is contained in:
Dylan K. Taylor
2017-08-20 13:25:43 +01:00
parent 216fc6fe31
commit eeedcf7332
11 changed files with 20 additions and 10 deletions

View File

@ -41,7 +41,7 @@ class Bedrock extends Solid{
return -1;
}
public function getResistance() : float{
public function getBlastResistance() : float{
return 18000000;
}