예제 #1
0
파일: AionWorld.java 프로젝트: VISTALL/jn
 public void addNpc(int obj, AionNpc npc) {
   _npcInfos.put(obj, npc);
 }
예제 #2
0
파일: AionWorld.java 프로젝트: VISTALL/jn
 public void addNpcByNpcId(int npcId, AionNpc npc) {
   _npcInfosByNpcId.put(npcId, npc);
 }
예제 #3
0
 public void addTemplate(OptionDataTemplate template) {
   _templates.put(template.getId(), template);
 }