Interface InteractBlockEvent.Primary.Finish
-
- All Superinterfaces:
Cancellable
,Event
,InteractBlockEvent
,InteractBlockEvent.Primary
,InteractEvent
- Enclosing interface:
- InteractBlockEvent.Primary
public static interface InteractBlockEvent.Primary.Finish extends InteractBlockEvent.Primary, Cancellable
Called when a player finishes digging a block.Canceling this will prevent breaking a block.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.spongepowered.api.event.block.InteractBlockEvent
InteractBlockEvent.Primary, InteractBlockEvent.Secondary
-
Nested classes/interfaces inherited from interface org.spongepowered.api.event.block.InteractBlockEvent.Primary
InteractBlockEvent.Primary.Finish, InteractBlockEvent.Primary.Start, InteractBlockEvent.Primary.Stop
-
-
Method Summary
-
Methods inherited from interface org.spongepowered.api.event.Cancellable
isCancelled, setCancelled
-
Methods inherited from interface org.spongepowered.api.event.block.InteractBlockEvent
block, targetSide
-
-