enum

Rosegold::Serverbound::PlayerAction::Status

Inherits Enum / Comparable / Value / Object

Constants

Start = 0
Cancel = 1
Finish = 2
DropHandFull = 3
DropHandSingle = 4
FinishUsingHand = 5
SwapHands = 6

Instance methods

cancel?

Returns true if this enum value equals Cancel

Source
drop_hand_full?

Returns true if this enum value equals DropHandFull

Source
drop_hand_single?

Returns true if this enum value equals DropHandSingle

Source
finish?

Returns true if this enum value equals Finish

Source
finish_using_hand?

Returns true if this enum value equals FinishUsingHand

Source
start?

Returns true if this enum value equals Start

Source
swap_hands?

Returns true if this enum value equals SwapHands

Source