mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +00:00
Refactor Block->getResistance() -> Block->getBlastResistance() and added some documentation
This commit is contained in:
@ -69,7 +69,7 @@ class EnchantingTable extends Transparent{
|
||||
return 5;
|
||||
}
|
||||
|
||||
public function getResistance() : float{
|
||||
public function getBlastResistance() : float{
|
||||
return 6000;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user