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