minetest_x_bows/types/unified_inventory.type.lua
2022-10-27 15:38:51 -04:00

8 lines
342 B
Lua

---Base class Unified Inventory
---@class UnifiedInventory
---@field set_inventory_formspec fun(player: ObjectRef, formspecname: string): nil
---@field register_button fun(name: string, def: table): nil
---@field single_slot fun(x: number, y: number): nil
---@field register_page fun(name: string, def: table): nil
---@field style_full table