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