Interface PlayerNpcEvent

All Superinterfaces:
NpcEvent
All Known Subinterfaces:
AttackNpcEvent, HideNpcEvent, HideNpcEvent.Post, HideNpcEvent.Pre, InteractNpcEvent, ShowNpcEvent, ShowNpcEvent.Post, ShowNpcEvent.Pre

public interface PlayerNpcEvent extends NpcEvent
  • Method Summary

    Modifier and Type
    Method
    Description
    <P> P
     

    Methods inherited from interface com.github.juliarn.npclib.api.event.NpcEvent

    npc
  • Method Details

    • player

      @NotNull <P> P player()