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

@ -74,7 +74,7 @@ class Air extends Transparent{
return -1;
}
public function getResistance() : float{
public function getBlastResistance() : float{
return 0;
}