enum Rosegold::Serverbound::PlayerAction::Status

Defined in:

rosegold/packets/serverbound/player_action.cr

Enum Members

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

Instance Method Summary

Instance Method Detail

def cancel? #

Returns true if this enum value equals Cancel


[View source]
def drop_hand_full? #

Returns true if this enum value equals DropHandFull


[View source]
def drop_hand_single? #

Returns true if this enum value equals DropHandSingle


[View source]
def finish? #

Returns true if this enum value equals Finish


[View source]
def finish_using_hand? #

Returns true if this enum value equals FinishUsingHand


[View source]
def start? #

Returns true if this enum value equals Start


[View source]
def swap_hands? #

Returns true if this enum value equals SwapHands


[View source]