- Enclosing class:
PlayerBlockBreakEvents
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
void
Called when a block break has been canceled.
-
Method Details
-
onBlockBreakCanceled
Called when a block break has been canceled.
- Parameters:
world
- the world where the block was going to be broken
player
- the player who was going to break the block
pos
- the position where the block was going to be broken
state
- the block state of the block that was going to be broken
blockEntity
- the block entity of the block that was going to be broken, can be null