Uses of Interface
net.citizensnpcs.api.npc.NPCDataStore
Packages that use NPCDataStore
Package
Description
- 
Uses of NPCDataStore in net.citizensnpcsMethods 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) voidCitizens.setDefaultNPCDataStore(NPCDataStore store) 
- 
Uses of NPCDataStore in net.citizensnpcs.apiMethods in net.citizensnpcs.api with parameters of type NPCDataStoreModifier and TypeMethodDescriptionstatic NPCRegistryCitizensAPI.createAnonymousNPCRegistry(NPCDataStore store) Creates a new anonymousNPCRegistrywith its own set ofNPCs.CitizensPlugin.createAnonymousNPCRegistry(NPCDataStore store) static NPCRegistryCitizensAPI.createNamedNPCRegistry(String name, NPCDataStore store) Creates a newNPCRegistrywith its own set ofNPCs.CitizensPlugin.createNamedNPCRegistry(String name, NPCDataStore store) voidCitizensPlugin.setDefaultNPCDataStore(NPCDataStore store) Sets the default NPC data store.
- 
Uses of NPCDataStore in net.citizensnpcs.api.npcClasses in net.citizensnpcs.api.npc that implement NPCDataStoreMethods in net.citizensnpcs.api.npc that return NPCDataStore
- 
Uses of NPCDataStore in net.citizensnpcs.npcConstructors in net.citizensnpcs.npc with parameters of type NPCDataStoreModifierConstructorDescriptionCitizensNPCRegistry(NPCDataStore store) CitizensNPCRegistry(NPCDataStore store, String registryName)