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