Skip to content

Commit

Permalink
Update VersionedEvent.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchampions committed Aug 7, 2024
1 parent 651f25c commit 6b11ee2
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@

@UtilityClass
public class VersionedEvent {
public void init() {

}
public void init() {}

public BlockExplodeEvent newBlockExplodeEvent(Block block, List<Block> affectedBlock, float yield) {
return VersionEventsUtils.newBlockExplodeEvent(block, affectedBlock, yield);
Expand Down

0 comments on commit 6b11ee2

Please sign in to comment.