class Cards::Blackjack::Seat

Defined in:

cards/blackjack/seat.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(x : Int32 | Float32 = 0, y : Int32 | Float32 = 0) #

[View source]

Instance Method Detail

def no_seat? #

[View source]
def player : CardPlayer | Nil #

[View source]
def player=(player : CardPlayer | Nil) #

[View source]
def player? #

[View source]
def position : Game::Vector #

[View source]
def x(*args, **options) #

[View source]
def x(*args, **options, &) #

[View source]
def y(*args, **options) #

[View source]
def y(*args, **options, &) #

[View source]