Interface CitizensListener


public interface CitizensListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onLeftClick(net.citizensnpcs.api.event.NPCLeftClickEvent e)
     
    void
    onRightClick(net.citizensnpcs.api.event.NPCRightClickEvent e)
     
  • Method Details

    • onLeftClick

      void onLeftClick(net.citizensnpcs.api.event.NPCLeftClickEvent e)
    • onRightClick

      void onRightClick(net.citizensnpcs.api.event.NPCRightClickEvent e)