#Menu API - Help

1 messages · Page 1 of 1 (latest)

low stream
#

Im doing a Menu api so i want to recreate this structure for creating my MenuButtons

#

My goal is to have a MenuButton class with this constructor:

MenuButton button = new MenuButton(ItemStack, ClickType, (action) -> run a custom function);