mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Added base physics
This commit is contained in:
@ -20,6 +20,7 @@
|
||||
*/
|
||||
|
||||
namespace pocketmine\block;
|
||||
use pocketmine\math\AxisAlignedBB;
|
||||
|
||||
|
||||
/**
|
||||
@ -41,4 +42,8 @@ class Air extends Transparent{
|
||||
|
||||
}
|
||||
|
||||
public function collidesWithBB(AxisAlignedBB $bb, &$list = array()){
|
||||
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user