TurnInterface¶
| Qualified name: | Ouxsoft\LuckByDice\Contract\TurnInterface |
|---|
-
interface
TurnInterface¶ -
public
__construct(Notation $notation, Cup $cup, Luck $luck[, string $expression])¶ Parameters:
-
public
getCup()¶
-
public
getExtraBonus()¶
-
public
getLuck()¶
-
public
getMaxPotential()¶
-
public
getMinPotential()¶
-
public
getNotation()¶
-
public
getTotal()¶
-
public
roll()¶
-
public
setLuck(int $luck)¶ Parameters: - $luck (int) –
-
public