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