Skip to content

Commit

Permalink
drop ExplosionEvent.Post
Browse files Browse the repository at this point in the history
  • Loading branch information
Faithcaio committed May 31, 2021
1 parent 7558070 commit 20d4c05
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,4 @@ default List<ServerLocation> filterAffectedLocations(Predicate<ServerLocation> p
}
}

/**
* An event that is fired after the completion of an explosion such that all
* block changes that took place due to the explosion (including side
* affected blocks) will be included. This is where the block changes can be
* updated and/or changed.
*/
interface Post extends ExplosionEvent, ChangeBlockEvent.Post {}
}

0 comments on commit 20d4c05

Please sign in to comment.