enum Rosegold::Serverbound::PlayerDigging::Status

Defined in:

rosegold/packets/serverbound/player_digging.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? #

[View source]
def drop_hand_full? #

[View source]
def drop_hand_single? #

[View source]
def finish? #

[View source]
def finish_using_hand? #

[View source]
def start? #

[View source]
def swap_hands? #

[View source]