Class PlayerBucketFillEvent

    • Constructor Detail

      • PlayerBucketFillEvent

        @Deprecated
        public PlayerBucketFillEvent​(@NotNull
                                     @NotNull Player who,
                                     @NotNull
                                     @NotNull Block blockClicked,
                                     @NotNull
                                     @NotNull BlockFace blockFace,
                                     @NotNull
                                     @NotNull Material bucket,
                                     @NotNull
                                     @NotNull ItemStack itemInHand)
        Deprecated.
      • PlayerBucketFillEvent

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