Interface NpcEvent

All Known Subinterfaces:
AttackNpcEvent, CancellableNpcEvent, HideNpcEvent, HideNpcEvent.Post, HideNpcEvent.Pre, InteractNpcEvent, PlayerNpcEvent, ShowNpcEvent, ShowNpcEvent.Post, ShowNpcEvent.Pre

public interface NpcEvent
  • Method Summary

    Modifier and Type
    Method
    Description
    <W, P, I, E>
    @NotNull Npc<W,P,I,E>
    npc()
     
  • Method Details

    • npc

      @NotNull <W, P, I, E> @NotNull Npc<W,P,I,E> npc()