100101102103104105106107108
@Override public PlayableStatus getStatus() { if(super.getStatus() == null || !(super.getStatus() instanceof PlayableStatus)) { setStatus(new PlayableStatus(this)); } return (PlayableStatus) super.getStatus(); }