Menu API icon

Menu API -----

Lightweight menu api



Documentation and Installation
- Please visit the project repository ( https://github.com/cjcameron92/Menu)

Example Usage
Code (Text):
public class Main extends JavaPlugin {

  @Override public void onEnable() {
    Menu menu = new MenuBuilder(27, "Example", this)
            .set(13, new ItemStack(Material.PLAYER_HEAD, 1), (player, itemStack) -> player.sendMessage(ChatColor.GREEN + itemStack.getType().name()))
            .fillEmpty(new ItemStack(Material.BLACK_STAINED_GLASS, 1))
            .close(event -> event.getPlayer().sendMessage(ChatColor.GREEN + "You have closed the menu!"))
            .create();

    menu.open(player);
  }
}
Resource Information
Author:
----------
Total Downloads: 88
First Release: Sep 6, 2021
Last Update: Sep 6, 2021
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings