mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
Refactor Block->getResistance() -> Block->getBlastResistance() and added some documentation
This commit is contained in:
@ -74,7 +74,7 @@ class Air extends Transparent{
|
||||
return -1;
|
||||
}
|
||||
|
||||
public function getResistance() : float{
|
||||
public function getBlastResistance() : float{
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user