Hey guys, i need to check when some entity i created with my code collide with block... Any function for it?? Or how do I use boundingBox() correctly with it? Thanks for helping)
hmm it not works PHP: foreach($entity->getBlocksAround() as $b){ if ($b->getBlockId() != 0){ my code}}