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

@ -69,7 +69,7 @@ class EnchantingTable extends Transparent{
return 5;
}
public function getResistance() : float{
public function getBlastResistance() : float{
return 6000;
}