Added base physics

This commit is contained in:
Shoghi Cervantes
2014-05-25 12:31:00 +02:00
parent ec055fd8d1
commit 4f2856dc09
9 changed files with 360 additions and 25 deletions

View File

@ -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()){
}
}