Class BlockPlaceEvent

All Implemented Interfaces:
Cancellable

public final class BlockPlaceEvent extends BlockEvent implements Cancellable
author: MagicDroidX Nukkit Project
  • Field Details

    • player

      protected final Player player
    • item

      protected final ItemStack item
    • blockPlace

      protected final BlockState blockPlace
    • blockAgainst

      protected final Block blockAgainst
  • Constructor Details

  • Method Details

    • getPlayer

      public Player getPlayer()
    • getItem

      public ItemStack getItem()
    • getBlockPlace

      public BlockState getBlockPlace()
    • getBlockAgainst

      public Block getBlockAgainst()