Interface EntityInteractEvent<E extends Entity<?>>

All Superinterfaces:
Cancellable, EntityEvent<E>, Event
All Known Subinterfaces:
EntityInteractEvent.WithBlock<E>, EntityInteractEvent.WithBlock.AsPlayer

public interface EntityInteractEvent<E extends Entity<?>> extends EntityEvent<E>, Cancellable
  • Field Details

  • Method Details

    • getInteractPosition

      SyncPosition<? extends Number> getInteractPosition()
    • getClickAction

      int getClickAction()