Package org.core.event.events.entity
Interface EntityInteractEvent.WithBlock<E extends Entity<?>>
- All Superinterfaces:
Cancellable
,EntityEvent<E>
,EntityInteractEvent<E>
,Event
- All Known Subinterfaces:
EntityInteractEvent.WithBlock.AsPlayer
- Enclosing interface:
- EntityInteractEvent<E extends Entity<?>>
public static interface EntityInteractEvent.WithBlock<E extends Entity<?>>
extends EntityInteractEvent<E>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.core.event.events.entity.EntityInteractEvent
EntityInteractEvent.WithBlock<E extends Entity<?>>
-
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
-
Method Details
-
getInteractPosition
SyncBlockPosition getInteractPosition()- Specified by:
getInteractPosition
in interfaceEntityInteractEvent<E extends Entity<?>>
-