mS.getArgCount() == 1){
RSClass npcnode = data.addClass("NPCNode", c.getValue().getClassName());
MethodGen mg = new MethodGen(m, cg.getClassName(), cpg);
InstructionList il = mg.getInstructionList();
InstructionSearcher iS = new InstructionSearcher(il, cpg);
Instruction i = iS.nextPUTFIELD();
npcnode.addField("GetNPC", ((PUTFIELD) i).getFieldName(cpg));
return SearchResult.Success;
}
}
}