Package org.core.event.events.entity
Interface EntityInteractEvent<E extends Entity<?>>
- All Superinterfaces:
Cancellable
,EntityEvent<E>
,Event
- All Known Subinterfaces:
EntityInteractEvent.WithBlock<E>
,EntityInteractEvent.WithBlock.AsPlayer
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
EntityInteractEvent.WithBlock<E extends Entity<?>>
-
Field Summary
Modifier and TypeFieldDescriptionstatic int
static int
-
Method Summary
Methods inherited from interface org.core.event.events.Cancellable
isCancelled, setCancelled
Methods inherited from interface org.core.event.events.entity.EntityEvent
getEntity
-
Field Details
-
PRIMARY_CLICK_ACTION
static final int PRIMARY_CLICK_ACTION- See Also:
- Constant Field Values
-
SECONDARY_CLICK_ACTION
static final int SECONDARY_CLICK_ACTION- See Also:
- Constant Field Values
-
-
Method Details
-
getInteractPosition
SyncPosition<? extends Number> getInteractPosition() -
getClickAction
int getClickAction()
-