DiceAnimationType

interface DiceAnimationType

Properties

emoji
Link copied to clipboard
common
abstract val emoji: String
valueLimits
Link copied to clipboard
common
abstract val valueLimits: IntRange

Inheritors

CubeDiceAnimationType
Link copied to clipboard
DartsDiceAnimationType
Link copied to clipboard
BasketballDiceAnimationType
Link copied to clipboard
FootballDiceAnimationType
Link copied to clipboard
BowlingDiceAnimationType
Link copied to clipboard
SlotMachineDiceAnimationType
Link copied to clipboard
CustomDiceAnimationType
Link copied to clipboard

Extensions

asBasketballDiceAnimationType
Link copied to clipboard
common
asBowlingDiceAnimationType
Link copied to clipboard
common
asCubeDiceAnimationType
Link copied to clipboard
common
inline fun DiceAnimationType.asCubeDiceAnimationType(): CubeDiceAnimationType?
asCustomDiceAnimationType
Link copied to clipboard
common
inline fun DiceAnimationType.asCustomDiceAnimationType(): CustomDiceAnimationType?
asDartsDiceAnimationType
Link copied to clipboard
common
inline fun DiceAnimationType.asDartsDiceAnimationType(): DartsDiceAnimationType?
asFootballDiceAnimationType
Link copied to clipboard
common
asSlotMachineDiceAnimationType
Link copied to clipboard
common
requireBasketballDiceAnimationType
Link copied to clipboard
common
requireBowlingDiceAnimationType
Link copied to clipboard
common
requireCubeDiceAnimationType
Link copied to clipboard
common
requireCustomDiceAnimationType
Link copied to clipboard
common
requireDartsDiceAnimationType
Link copied to clipboard
common
requireFootballDiceAnimationType
Link copied to clipboard
common
requireSlotMachineDiceAnimationType
Link copied to clipboard
whenBasketballDiceAnimationType
Link copied to clipboard
common
inline fun <T> DiceAnimationType.whenBasketballDiceAnimationType(block: (BasketballDiceAnimationType) -> T): T?
whenBowlingDiceAnimationType
Link copied to clipboard
common
inline fun <T> DiceAnimationType.whenBowlingDiceAnimationType(block: (BowlingDiceAnimationType) -> T): T?
whenCubeDiceAnimationType
Link copied to clipboard
common
inline fun <T> DiceAnimationType.whenCubeDiceAnimationType(block: (CubeDiceAnimationType) -> T): T?
whenCustomDiceAnimationType
Link copied to clipboard
common
inline fun <T> DiceAnimationType.whenCustomDiceAnimationType(block: (CustomDiceAnimationType) -> T): T?
whenDartsDiceAnimationType
Link copied to clipboard
common
inline fun <T> DiceAnimationType.whenDartsDiceAnimationType(block: (DartsDiceAnimationType) -> T): T?
whenFootballDiceAnimationType
Link copied to clipboard
common
inline fun <T> DiceAnimationType.whenFootballDiceAnimationType(block: (FootballDiceAnimationType) -> T): T?
whenSlotMachineDiceAnimationType
Link copied to clipboard
common
inline fun <T> DiceAnimationType.whenSlotMachineDiceAnimationType(block: (SlotMachineDiceAnimationType) -> T): T?