lenis0012 / NPCFactory

NPC Library for CraftBukkit mod.
MIT License
24 stars 19 forks source link

Added getNPCs() method. #2

Closed FarisR99 closed 10 years ago

FarisR99 commented 10 years ago

I added a getNPCs() method. This allows us to loop through every NPC and do something, and also get the amount of NPCs spawned (getNPCs().size()). Example: I need this to get the NPC count.