286287288289290291292293
@Override public NpcKnownList getKnownList() { if(super.getKnownList() == null || !(super.getKnownList() instanceof NpcKnownList)) setKnownList(new NpcKnownList(this)); return (NpcKnownList)super.getKnownList(); }