mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-21 05:44:17 +00:00
SPIGOT-1724: Update InventoryType.PLAYER size.
This commit is contained in:
parent
7d83cba0f2
commit
c44c41ef02
1 changed files with 4 additions and 3 deletions
|
@ -39,10 +39,11 @@ public enum InventoryType {
|
|||
*/
|
||||
BREWING(5,"Brewing"),
|
||||
/**
|
||||
* A player's inventory, with 9 QUICKBAR slots, 27 CONTAINER slots, and 4
|
||||
* ARMOR slots. The ARMOUR slots may not be visible to the player, though.
|
||||
* A player's inventory, with 9 QUICKBAR slots, 27 CONTAINER slots, 4 ARMOR
|
||||
* slots and 1 offhand slot. The ARMOR and offhand slots may not be visible
|
||||
* to the player, though.
|
||||
*/
|
||||
PLAYER(36,"Player"),
|
||||
PLAYER(41,"Player"),
|
||||
/**
|
||||
* The creative mode inventory, with only 9 QUICKBAR slots and nothing
|
||||
* else. (The actual creative interface with the items is client-side and
|
||||
|
|
Loading…
Add table
Reference in a new issue