We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db24bbb commit eec700cCopy full SHA for eec700c
1 file changed
src/main/java/dev/drawethree/xprison/api/mines/model/Mine.java
@@ -113,6 +113,7 @@ public interface Mine {
113
* Handles breaking of blocks inside a mine. This method should be called if there are some blocks in the mine that were mined / destroyed by enchant
114
*
115
* @param blocks list of blocks
116
+ * @param setBlocksToAir set blocks to air
117
*/
- void handleBlockBreak(List<Block> blocks);
118
+ void handleBlockBreak(List<Block> blocks, boolean setBlocksToAir);
119
}
0 commit comments