class Cards::Solitare::Stock

Direct Known Subclasses

Defined in:

cards/solitare/stock.cr

Constructors

Instance Method Summary

Instance methods inherited from class Cards::CardStack

add(card : Card)
add(card_stack : CardStack)
add
, add_position(index = @cards.size - 1) add_position, any?(*args, **options)
any?(*args, **options, &)
any?
, cards : Array(Card) cards, cards=(cards : Array(Card)) cards=, draw(deck : Deck, screen_x = 0, screen_y = 0) draw, empty?(*args, **options)
empty?(*args, **options, &)
empty?
, flip! flip!, height height, height_depth height_depth, mouse_in? mouse_in?, move(move_to : Game::Vector, frames = MOVEMENT_FRAMES) move, moved? moved?, moving? moving?, position : Game::Vector position, position=(position : Game::Vector) position=, pressed? pressed?, shuffle! shuffle!, size(*args, **options)
size(*args, **options, &)
size
, take : Card take, take_pressed take_pressed, take_sample : Card | Nil take_sample, update(frame_time) update, update_cards_position update_cards_position, width width, x(*args, **options)
x(*args, **options, &)
x
, x=(value : Int32 | Float32) x=, y(*args, **options)
y(*args, **options, &)
y
, y=(value : Int32 | Float32) y=

Constructor methods inherited from class Cards::CardStack

new(pull : JSON::PullParser)
new(x = 0, y = 0, cards : Array(Cards::Card) = [] of Card)
new

Class methods inherited from class Cards::CardStack

height height, height_depth height_depth, width width

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def draw(deck : Deck, screen_x = 0, screen_y = 0) #

[View source]