Allow adding items to BlockDropItemEvent

This commit is contained in:
BillyGalbreath 2021-01-20 14:25:26 -06:00
parent c8fe881ce4
commit 65807cfb9b

View file

@ -68,7 +68,7 @@ public class BlockDropItemEvent extends BlockEvent implements Cancellable {
* Gets list of the Item drops caused by the block break.
*
* This list is mutable - removing an item from it will cause it to not
* drop. It is not legal however to add new items to the list.
* drop. Adding to the list is allowed.
*
* @return The Item the block caused to drop
*/