Uses of Interface
net.citizensnpcs.api.npc.NPCDataStore
Packages that use NPCDataStore
Package
Description
-
Uses of NPCDataStore in net.citizensnpcs
Methods in net.citizensnpcs that return NPCDataStoreMethods in net.citizensnpcs with parameters of type NPCDataStoreModifier and TypeMethodDescriptionCitizens.createAnonymousNPCRegistry
(NPCDataStore store) Citizens.createNamedNPCRegistry
(String name, NPCDataStore store) void
Citizens.setDefaultNPCDataStore
(NPCDataStore store) -
Uses of NPCDataStore in net.citizensnpcs.api
Methods in net.citizensnpcs.api with parameters of type NPCDataStoreModifier 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
Classes in net.citizensnpcs.api.npc that implement NPCDataStoreMethods in net.citizensnpcs.api.npc that return NPCDataStore -
Uses of NPCDataStore in net.citizensnpcs.npc
Constructors in net.citizensnpcs.npc with parameters of type NPCDataStoreModifierConstructorDescriptionCitizensNPCRegistry
(NPCDataStore store) CitizensNPCRegistry
(NPCDataStore store, String registryName)