Interface InternalNPCManagement
- All Superinterfaces:
eu.cloudnetservice.modules.npc.NPCManagement
- All Known Implementing Classes:
AbstractNPCManagement, BukkitPlatformNPCManagement, NodeNPCManagement, PlatformNPCManagement
public interface InternalNPCManagement
extends eu.cloudnetservice.modules.npc.NPCManagement
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleInternalNPCConfigUpdate(@NonNull eu.cloudnetservice.modules.npc.configuration.NPCConfiguration configuration) voidhandleInternalNPCCreate(@NonNull eu.cloudnetservice.modules.npc.NPC npc) voidhandleInternalNPCRemove(@NonNull eu.cloudnetservice.modules.bridge.WorldPosition position) Methods inherited from interface eu.cloudnetservice.modules.npc.NPCManagement
createNPC, deleteAllNPCs, deleteAllNPCs, deleteNPC, deleteNPC, npcAt, npcConfiguration, npcConfiguration, npcs, npcs
-
Method Details
-
handleInternalNPCCreate
-
handleInternalNPCRemove
-
handleInternalNPCConfigUpdate
-