Class PlayerBucketEmptyEvent

  • All Implemented Interfaces:
    Cancellable

    public class PlayerBucketEmptyEvent
    extends PlayerBucketEvent
    Called when a player empties a bucket
    • Constructor Detail

      • PlayerBucketEmptyEvent

        public PlayerBucketEmptyEvent​(@NotNull
                                      Player who,
                                      @NotNull
                                      Block blockClicked,
                                      @NotNull
                                      BlockFace blockFace,
                                      @NotNull
                                      Material bucket,
                                      @NotNull
                                      ItemStack itemInHand)