Interface InteractBlockEvent.Primary
-
- All Superinterfaces:
Event
,InteractBlockEvent
,InteractEvent
- All Known Subinterfaces:
InteractBlockEvent.Primary.Finish
,InteractBlockEvent.Primary.Start
,InteractBlockEvent.Primary.Stop
- Enclosing interface:
- InteractBlockEvent
public static interface InteractBlockEvent.Primary extends InteractBlockEvent
An event where the targeted block is being interacted with the client's "primary" button.This is usually left-click.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
InteractBlockEvent.Primary.Finish
Called when a player finishes digging a block.static interface
InteractBlockEvent.Primary.Start
Called when a player starts digging a block.static interface
InteractBlockEvent.Primary.Stop
Called when a player cancels digging a block.-
Nested classes/interfaces inherited from interface org.spongepowered.api.event.block.InteractBlockEvent
InteractBlockEvent.Primary, InteractBlockEvent.Secondary
-
-
Method Summary
-
Methods inherited from interface org.spongepowered.api.event.block.InteractBlockEvent
block, targetSide
-
-