Package org.core.event.events.entity
Interface EntityInteractEvent.WithBlock.AsPlayer
- All Superinterfaces:
Cancellable
,EntityEvent<LivePlayer>
,EntityInteractEvent<LivePlayer>
,EntityInteractEvent.WithBlock<LivePlayer>
,Event
- Enclosing interface:
- EntityInteractEvent.WithBlock<E extends Entity<?>>
public static interface EntityInteractEvent.WithBlock.AsPlayer
extends EntityInteractEvent.WithBlock<LivePlayer>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.core.event.events.entity.EntityInteractEvent
EntityInteractEvent.WithBlock<E extends Entity<?>>
Nested classes/interfaces inherited from interface org.core.event.events.entity.EntityInteractEvent.WithBlock
EntityInteractEvent.WithBlock.AsPlayer
-
Field Summary
Fields inherited from interface org.core.event.events.entity.EntityInteractEvent
PRIMARY_CLICK_ACTION, SECONDARY_CLICK_ACTION
-
Method Summary
Methods inherited from interface org.core.event.events.Cancellable
isCancelled, setCancelled
Methods inherited from interface org.core.event.events.entity.EntityEvent
getEntity
Methods inherited from interface org.core.event.events.entity.EntityInteractEvent
getClickAction
Methods inherited from interface org.core.event.events.entity.EntityInteractEvent.WithBlock
getInteractPosition
-
Method Details
-
getClickedBlockFace
Direction getClickedBlockFace()
-