mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 19:49:35 +01:00
SPIGOT-1724: Update InventoryType.PLAYER size.
By: md_5 <git@md-5.net>
This commit is contained in:
parent
ad7fee9850
commit
398a5d169c
1 changed files with 4 additions and 3 deletions
|
@ -39,10 +39,11 @@ public enum InventoryType {
|
||||||
*/
|
*/
|
||||||
BREWING(5,"Brewing"),
|
BREWING(5,"Brewing"),
|
||||||
/**
|
/**
|
||||||
* A player's inventory, with 9 QUICKBAR slots, 27 CONTAINER slots, and 4
|
* A player's inventory, with 9 QUICKBAR slots, 27 CONTAINER slots, 4 ARMOR
|
||||||
* ARMOR slots. The ARMOUR slots may not be visible to the player, though.
|
* 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
|
* The creative mode inventory, with only 9 QUICKBAR slots and nothing
|
||||||
* else. (The actual creative interface with the items is client-side and
|
* else. (The actual creative interface with the items is client-side and
|
||||||
|
|
Loading…
Reference in a new issue