Package com.ryandw11.structure.citizens
Interface CitizensNpcHook
- All Known Implementing Classes:
CitizensDisabled,CitizensEnabled
public interface CitizensNpcHook
Interface for "Citizen" integration.
-
Method Summary
Modifier and TypeMethodDescriptionvoidspawnNpc(NpcHandler npcHandler, String alias, org.bukkit.Location loc)Spawns a Citizen NPC.
-
Method Details
-
spawnNpc
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.
-