isSolid = true; $this->isFullBlock = false; $this->hardness = 25; } public function onEntityCollide(Entity $entity){ $entity->fallDistance = 0; } public function getDrops(Item $item){ return []; } }