We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7558070 commit 20d4c05Copy full SHA for 20d4c05
src/main/java/org/spongepowered/api/event/world/ExplosionEvent.java
@@ -125,11 +125,4 @@ default List<ServerLocation> filterAffectedLocations(Predicate<ServerLocation> p
125
}
126
127
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 {}
135
0 commit comments