mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Refactor Block->getResistance() -> Block->getBlastResistance() and added some documentation
This commit is contained in:
@ -37,7 +37,7 @@ class BrickStairs extends Stair{
|
||||
return 2;
|
||||
}
|
||||
|
||||
public function getResistance() : float{
|
||||
public function getBlastResistance() : float{
|
||||
return 30;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user