Does anyone happen to know how to set block drops?

The title more or less says it all… does anyone know how I would go about setting the drops of a block on the BlockBreakEvent? Or if I even can? I feel like I would have to edit the data of the BlockSnapshots, is DropData the right class?

You should look at HarvestBlockEvent
https://github.com/SpongePowered/SpongeAPI/blob/master/src/main/java/org/spongepowered/api/event/block/HarvestBlockEvent.java

Thanks, this will do fine!