Skip to content

Commit 20d4c05

Browse files
committed
drop ExplosionEvent.Post
1 parent 7558070 commit 20d4c05

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/main/java/org/spongepowered/api/event/world/ExplosionEvent.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,4 @@ default List<ServerLocation> filterAffectedLocations(Predicate<ServerLocation> p
125125
}
126126
}
127127

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

0 commit comments

Comments
 (0)