Interface CitizensNpcHook

All Known Implementing Classes:
CitizensDisabled, CitizensEnabled

public interface CitizensNpcHook
Interface for "Citizen" integration.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    spawnNpc​(NpcHandler npcHandler, String alias, org.bukkit.Location loc)
    Spawns a Citizen NPC.
  • Method Details

    • spawnNpc

      void spawnNpc(NpcHandler npcHandler, String alias, org.bukkit.Location loc)
      Spawns a Citizen NPC.
      Parameters:
      npcHandler - The handler for the NPC config.
      alias - The alias of the NPC in the "npc" configuration file.
      loc - The location where to spawn the NPC.