module
Rosegold::MenuFactory
Defined in:
rosegold/inventory/menu_factory.crClass Method Summary
-
.create(client : Client, container_id : UInt8, title : Chat, type_id : UInt32) : Menu
Create the correct Menu subclass from OpenScreen packet type_id.
-
.open(client : Client, container_id : UInt8, title : Chat, type_id : UInt32) : Menu
Open a new container menu, closing any existing one first.
Class Method Detail
Create the correct Menu subclass from OpenScreen packet type_id. IDs from MenuType.java declaration order (MC 1.21.8+).
Open a new container menu, closing any existing one first.