block_place — Events

on block_placeorg.bukkit.event.block.BlockPlaceEvent
Block1.0.0

Description

Fires when a player places a block.

Variables

player
Player
org.bukkit.entity.Player
NullableNo

The player who placed the block

block
Block
org.bukkit.block.Block
NullableNo

The block that was placed

item
ItemStack
org.bukkit.inventory.ItemStack
NullableNo

The item that was used to place the block

Examples

on block_place:

Related (Block)