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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceEntityInteractEvent.WithBlock<E extends Entity<?>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic intstatic int -
Method Summary
Methods inherited from interface org.core.event.events.Cancellable
isCancelled, setCancelledMethods 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()
-