private_checkMethods:({message:string,check:()=>boolean})[]=[{message:"You've got Royal Flash! 10 points",check:this.isRoyalFlash},{message:"You've got Four of a Kind! 8 points",check:this.isFourOfKind},{message:"You've got Full House! 7 points",check:this.isFullHouse},{message:"You've got Flash! 6 points",check:this.isFlash},{message:"You've got Street! 5 points",check:this.isStreet},{message:"You've got Royal Three of a Kind! 4 points",check:this.isThreeOfKind},{message:"You've got Two Pare! 3 points",check:this.isTwoPare},{message:"You've got Pare! 2 points",check:this.isPare}]