Skip to content

Commit

Permalink
Added bukkit section
Browse files Browse the repository at this point in the history
  • Loading branch information
fulminazzo committed Dec 11, 2024
1 parent a1e4746 commit 3c5d211
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,11 @@ Note that this **will include calls to `WrappersYAGLParser#addAllParsers()` and
therefore it is **not necessary** to include them later.

### Bukkit
The `bukkit` module contains **Bukkit** related objects and converters.
It provides two main classes:
- [GUIManager](bukkit/src/main/java/it/fulminazzo/yagl/GUIManager.java),
which acts as a **listener** for all the **GUI events**.
As already stated from the Javadoc, the user **should not register it** in their plugin,
since this process is **automatic**;
- [GUIAdapter](bukkit/src/main/java/it/fulminazzo/yagl/GUIAdapter.java),
which allows the developer to directly **convert YAGL GUIs to Bukkit inventories** and viceversa.

0 comments on commit 3c5d211

Please sign in to comment.