Uses of Interface
net.citizensnpcs.api.npc.NPCDataStore
Package
Description
-
Uses of NPCDataStore in net.citizensnpcs
Modifier and TypeMethodDescriptionCitizens.createAnonymousNPCRegistry
(NPCDataStore store) Citizens.createNamedNPCRegistry
(String name, NPCDataStore store) void
Citizens.setDefaultNPCDataStore
(NPCDataStore store) -
Uses of NPCDataStore in net.citizensnpcs.api
Modifier and TypeMethodDescriptionstatic NPCRegistry
CitizensAPI.createAnonymousNPCRegistry
(NPCDataStore store) Creates a new anonymousNPCRegistry
with its own set ofNPC
s.CitizensPlugin.createAnonymousNPCRegistry
(NPCDataStore store) static NPCRegistry
CitizensAPI.createNamedNPCRegistry
(String name, NPCDataStore store) Creates a newNPCRegistry
with its own set ofNPC
s.CitizensPlugin.createNamedNPCRegistry
(String name, NPCDataStore store) void
CitizensPlugin.setDefaultNPCDataStore
(NPCDataStore store) Sets the default NPC data store. -
Uses of NPCDataStore in net.citizensnpcs.api.npc
-
Uses of NPCDataStore in net.citizensnpcs.npc
ModifierConstructorDescriptionCitizensNPCRegistry
(NPCDataStore store) CitizensNPCRegistry
(NPCDataStore store, String registryName)