forked from EXTERNAL/bareiron
better sync client/server block state
This commit is contained in:
@@ -27,6 +27,7 @@ int sc_chunkDataAndUpdateLight (int client_fd, int _x, int _z);
|
||||
int sc_keepAlive (int client_fd);
|
||||
int sc_setContainerSlot (int client_fd, int window_id, uint16_t slot, uint8_t count, uint16_t item);
|
||||
int sc_setHeldItem (int client_fd, uint8_t slot);
|
||||
int sc_blockUpdate (int client_fd, int64_t x, int64_t y, int64_t z, uint8_t block);
|
||||
int sc_openScreen (int client_fd, uint8_t window, const char *title, uint16_t length);
|
||||
int sc_registries(int client_fd);
|
||||
|
||||
|
Reference in New Issue
Block a user