Uses of Interface
net.citizensnpcs.api.npc.NPCDataStore
Packages that use NPCDataStore
-
Uses of NPCDataStore in net.citizensnpcs.api
Methods 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.npc
Classes in net.citizensnpcs.api.npc that implement NPCDataStoreMethods in net.citizensnpcs.api.npc that return NPCDataStore