Interface EntityEvent<E extends Entity<?>>

All Superinterfaces:
Event
All Known Subinterfaces:
BlockChangeEvent.Break.Post.ByPlayer, BlockChangeEvent.Break.Pre.ByPlayer, BlockChangeEvent.Place.ByPlayer, ClientConnectionEvent, ClientConnectionEvent.Incoming, ClientConnectionEvent.Incoming.Joined, ClientConnectionEvent.Leave, ClientConnectionEvent.Leave.Kick, ClientConnectionEvent.Leave.Quit, EntityCommandEvent, EntityDeathEvent<E>, EntityInteractEvent<E>, EntityInteractEvent.WithBlock<E>, EntityInteractEvent.WithBlock.AsPlayer, EntityMoveEvent<E>, EntityMoveEvent.AsPlayer, EntitySpawnEvent, PlayerCommandEvent, SignChangeEvent.ByPlayer

public interface EntityEvent<E extends Entity<?>> extends Event
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getEntity

      E getEntity()