SPIGOT-7309: Add API for jukebox inventories

By: Parker Hawke <hawkeboyz2@hotmail.com>
This commit is contained in:
Bukkit/Spigot
2023-03-23 20:55:12 +11:00
parent 027afe0c44
commit 576f627798
3 changed files with 57 additions and 1 deletions

View File

@@ -138,6 +138,10 @@ public enum InventoryType {
* Pseudo chiseled bookshelf inventory, with 6 slots of undefined type.
*/
CHISELED_BOOKSHELF(6, "Chiseled Bookshelf", false),
/**
* Pseudo jukebox inventory with 1 slot of undefined type.
*/
JUKEBOX(1, "Jukebox", false),
/**
* The new smithing inventory, with 3 CRAFTING slots and 1 RESULT slot.
*