-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the documentation for The New Menu Library! This library provides a powerful and flexible framework for creating graphical user interfaces (GUIs) in Minecraft plugins. Whether you want to create custom menus for Folia, Spigot, Paper or Sponge, this library is for you!
- Overview
- Getting Started
- Features
- Structure
- Contributing
- License
The New Menu Library is designed to simplify the process of creating interactive menus and UIs in Minecraft plugins. It provides a clean and intuitive API for constructing menus, defining icons, and handling player interactions. Whether you're a seasoned developer or new to plugin development, this library aims to enhance the user experience by making menu creation easy and enjoyable.
The Menu
class represents a menu in the library. It provides methods for adding pages, handling player interactions, and more.
The Icon
class represents an icon in a menu. Icons can have actions, constraints, and dynamic item providers.
The MenuBuilder
class is a builder for creating instances of the Menu
class. It provides methods for setting menu properties and adding pages.
The IconBuilder
class is a builder for creating instances of the Icon
class. It provides methods for setting icon properties, adding actions, and applying constraints.
For detailed documentation and usage examples, refer to the specific class documentation.
This library is licensed under the GNU Affero General Public License (AGPL-3.0). See the LICENSE file for details.