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