Esempio n. 1
0
 public void addNpc(int obj, AionNpc npc) {
   _npcInfos.put(obj, npc);
 }
Esempio n. 2
0
 public void addNpcByNpcId(int npcId, AionNpc npc) {
   _npcInfosByNpcId.put(npcId, npc);
 }
Esempio n. 3
0
 public void addTemplate(OptionDataTemplate template) {
   _templates.put(template.getId(), template);
 }