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