Skip to content

Commit

Permalink
Add NOOP
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhaiven committed Jul 18, 2024
1 parent 9c1fecb commit 708d713
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/block/Block.php
Original file line number Diff line number Diff line change
Expand Up @@ -872,6 +872,7 @@ public function onEntityInside(Entity $entity) : bool{
* Called when an entity collide on this block
*/
public function onEntityCollide(Entity $entity, int $face) : void{
//NOOP
}

/**
Expand Down

0 comments on commit 708d713

Please sign in to comment.