inventory.bind_block, unbind_block

This commit is contained in:
MihailRis
2024-02-19 03:15:35 +03:00
parent 8162def157
commit 98a96a9c1b
10 changed files with 190 additions and 122 deletions
+2
View File
@@ -48,6 +48,8 @@ public:
void randomTick(int tickid, int parts);
void onBlocksTick(int tickid, int parts);
int64_t createBlockInventory(int x, int y, int z);
void bindInventory(int64_t invid, int x, int y, int z);
void unbindInventory(int x, int y, int z);
};
#endif // LOGIC_BLOCKS_CONTROLLER_H_