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 ClassesNested 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, setCancelledMethods inherited from interface org.core.event.events.entity.EntityEvent
getEntityMethods inherited from interface org.core.event.events.entity.EntityInteractEvent
getClickAction
-
Method Details
-
getInteractPosition
SyncBlockPosition getInteractPosition()- Specified by:
getInteractPositionin interfaceEntityInteractEvent<E extends Entity<?>>
-