forked from EXTERNAL/bareiron
handle breaking columns of blocks
This commit is contained in:
@@ -48,6 +48,8 @@ uint8_t clientSlotToServerSlot (int window_id, uint8_t slot);
|
||||
uint8_t getBlockChange (short x, uint8_t y, short z);
|
||||
void makeBlockChange (short x, uint8_t y, short z, uint8_t block);
|
||||
|
||||
uint16_t getMiningResult (int client_fd, uint8_t block);
|
||||
uint16_t getMiningResult (PlayerData *player, uint8_t block);
|
||||
uint8_t isInstantlyMined (PlayerData *player, uint8_t block);
|
||||
void handlePlayerAction (PlayerData *player, int action, short x, short y, short z);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user